2 New resources for you to check out:
Don’t forget also of the PHPArch Free Webcast today about Running PHP on Windows with Hank Jansen and Zack Owens.
Have fun .. .
Posted by mcloide on August 21, 2009
2 New resources for you to check out:
Don’t forget also of the PHPArch Free Webcast today about Running PHP on Windows with Hank Jansen and Zack Owens.
Have fun .. .
Posted in Javascript, PHP, Zend, development, resources | Tagged: development, firebug, Javascript, PHP, phparch, resources, windows, zend framework | Leave a Comment »
Posted by mcloide on August 6, 2009
This is a great tutorial about using the Zend Framework Form Decorators to construct the form in the way that you want them to be.
It’s a very detailed step by step tutorial and an excellent resource.
Check it out at ZendGeek July post : Zend Form Decorators
Posted in PHP, Zend, development, resources | Tagged: form decorators, PHP, tutorial, zend form, zend framework | Leave a Comment »
Posted by mcloide on August 5, 2009
I was looking for some info about posting an form with the Zend Framework and I came accross this blog – http://ganeshhs.com/ – it has a great amount of tutorials about the Zend Framework, from the basics to some a bit more advanced.
Cool stuff: http://ganeshhs.com/category/zend-framework
Posted in PHP, Zend, development, resources | Tagged: PHP, tutorials, Zend, zend framework | 1 Comment »
Posted by mcloide on August 3, 2009

Come to the dark side of the Force Luke...
This is a small post just to place how rewarding is to know that a good friend, a known .NET developer and defensor of the .NET technologies, migrates, even for a bit, just to do a small project, to the Zend Framework and PHP technologies.
As I have always messed with him: “Come to the dark side of the force Luke” and for my, and all PHP community happiness, he did came.
If there is any developer .NET (or any other language) out there that is in doubt about migrating to PHP, don’t be in doubt and “come to the dark side of the force”
Posted in PHP, Zend, fooling around | Tagged: .net, asp.net, c#, developer, luke skywalker, migrate, PHP, star wars, zend framework | 4 Comments »
Posted by mcloide on June 9, 2009
I have always heard that love and hate walks together, but I never did believe that this would apply to web programming.
Today a friend of mine sent me this article – Frustration with Zend Controller Action Helpers – that only proves that Zend Framework, and I must say, one of the best frameworks I have ever worked with, still needs a lot of improvement.
Check the article. Is a good perspective of when things go wrong with the Zend Framework.
Posted in PHP, development | Tagged: action controller, hate, love, PHP, Zend, zend framework, zf | Leave a Comment »
Posted by mcloide on May 8, 2009
Truncating a long string and adding ellipsis is something that time from time you need to do. The worst of it is that you never remember the function name or how you did at the first time, so you have to re-do it all again.
I was talking to a friend of mine and we both got the same conclusion: this should be at Zend Framework.
Meanwhile when this doesn’t happen, here is a great blog with a function snippet to work it out: http://snippets.jc21.com/snippets/php/truncate-a-long-string-and-add-ellipsis/
Posted in PHP, Zend, development | Tagged: ellipsis, PHP, truncate string, Zend, zend framework, zf | Leave a Comment »
Posted by mcloide on March 27, 2009
I have been working with the Eclipse PDT editor for quite a while now and it impressed me so much that it became my primary editor.
I have worked with Dreamweaver, Zend Studio (this is another extreme great product), Notepad, Edit+ (you should have it – is a life savier) and so many others, but the Eclipse PDT provided me enough tools to work with Zend Framework, core PHP related development, JS scripts, CSS and XML (which is pretty good).
There is a big drawback dough. If you are using Linux (Xubuntu in my case) you should download the Eclipse PDT from their site and not using any installer, since the versions that they have will break with current java versions.
Besides that, is a great FREE PHP editor.
I always try to help any organization that is development related and will be doing some conference or some event, so…
Posted in PHP, development, resources | Tagged: eclipse, eclipse pdt, editors, pdt, PHP, zend framework, zend studio | Leave a Comment »
Posted by mcloide on March 4, 2009
I have just started working with a new project and, for the first time in years, I have faced something that I have never heard before – ZendX.
ZendX is a Zend Framework Extensions Library was created with the intetion of improving and building upon a solid Zend Framework.
Among a ton of things, there is a great feature from ZendX that needs a highlight: parallel processing. It provides some great libraries (to be used, in this case, in Linux Boxes) that allow a developer to perform some actions in parallel processing time.
Let’s go to a hipotetical example: Consider that you have 10 file uploads at the same time (like a flash uploader). As you already know, each file will have to be processed one at time, but imagine you being able to proccess all files in paralell! Extreme right!?
Checkout this library from the Google Code Project and what it can do for your projects. ZendX Link
Posted in PHP, Zend, development | Tagged: google, google code, google code projects, PHP, Zend, zend framework, zend framework extensions, zendx | 2 Comments »
Posted by mcloide on August 29, 2008
Last year I have created a mysqli class to wrap’s it’s most basic methods and encapsulate the whole database layer providing a little bit more of security. I have always felt that were some items on that class that could be re-written and improved, so I have re-created the MySQLi Handler class.
It’s a wrapper for the mysqli methods and query constructor with pagination. It make simplier to work with the daily sql statements in a fast wizard way.
It’s not a Zend Framework Database Manager, but hey, if you cant use Zend Framewor or Pearl DbManager, it might help you.
As a note, for the next version it might have some AJAX methods attached for the pagination process.
Anyway the class is under GNU General Public License and you can download it here
Posted in PHP, Zend, development, resources | Tagged: database manager, freebies, mysqli, pearl, PHP, zend framework | 2 Comments »