Tag Archives: Zend Framework
PHPUnit with Zend Framework – Unit Testing
Before, I used SimpleTest for unit testing. However, given the more advanced PHP 5.xx features and coding standards, I completely switch to PHPUnit. Moreover, PHPUnit’s coding convention is similar to Zend Framework and PEAR. Directory Structure Since PHPUnit is already … Continue reading
Zend Framework – The 1.8.2 Way
When I first use Zend Framework, it was like version 1.5. As of this writing, they already have Zend Framework 1.9.1 and there are so many changes especially on the bootstrapping portion. Class autoloading is also enhanced for performance. According … Continue reading
My Zend Framework 1.8.2 Finally Worked
It is just a few weeks or month ago when Zend Framework 1.8.0 was released, followed by Zend Framework 1.8.1. However, I am very hesitant because I can’t make the command line tool zf.bat work for creating a new project. … Continue reading
SimpleTest with Zend Framework – Unit Testing
Actually, Zend Framework has its own unit testing tool using PHPUnit. It is called Zend_Test_PHPUnit*. However, my first encounter with Unit Testing in PHP (actual testing) is with SimpleTest and I easily get acquinted with SimpleTest and I’m very comfortable … Continue reading
Zend Framework 1.8 Released
It has been a week ago since I’ve learn that Zend Framework has released it’s latest version 1.8. I am an avid fan of the framework in fact, every new projects I made are in Zend Framework. I’m currently using … Continue reading
Creating Your Own Helper – Zend Framework
In Zend Framework, most of the important functions are built into the framework. Most of them are in the View Helpers or Action Helper. But in big projects, you will always need to inject some functionality that are too small … Continue reading
Zend Framework – Adding Your Plugins
This is rather a short port. I have just injected a plugin to my Zend Framework project. The plugin is a Calendar creator which i renamed to make it compatible with Zend Framework’s Zend_Loader mechanism. Assuming that I have this … Continue reading
Zend Framework Multiple Word Controller / Action
Although this is a very simple tip but I didn’t know this until I actually tried it. Before I used multiple word controllers or actions in Zend Framework, I used the convention below. If I have a controller named “SmartModule”, … Continue reading
Zend Date on 1.7 Solved
The previous problem with Zend Date was solved! Since we are using SVN, and I have committed it already to the server, I tried on on our main server. Everything works fine! Therefore I conclude that my problem was only … Continue reading




