Category Archives: Zend Framework
Dc Modeling For Zend Framework
For those adventurous and want to play with codes, I have published Dc Modeling for Zend Framework. It is a modeling library (just few files) that allows easy interaction with data, validations, filters and views. It is based on Kohana’s … Continue reading
Using Callback Validator – Zend Framework
With Kohana v3, callback validators pretty standard. However, today is my first time to implement Callback validator in Zend Framework for my current project. Implementation is a bit different but my experience with Kohana’s callback validators give me a good … Continue reading
PHP Quick Tips – Fruit of Framework Hopping
Zend Framework and Kohana v3 – they were my favorite PHP frameworks and I’ve learn a lot from them, especially from Kohana v3. I have gathered some nice tricks that I never knew until I discovered them on these frameworks. … Continue reading
Creating View Helpers – Zend Framework
Before, I have posted about creating a custom action helper. Now since I’m back for a ZF project, I’m posting how to create a view helper. My examples will be about rendering SELECT (dropdown menu) elements (without using Zend Form). … Continue reading
Autoloading Zend Framework Like Classes In Kohana v3 – Enhanced
I have posted few days ago about Autoloading Zend Framework-like classes in Kohana v3 and think it was good. But after several iterations, I found out that it can be improved further. Now, it is fully infected with Zend Framework … Continue reading
Autoloading Zend Framework Like Classes In Kohana v3
I admit, I’m a Zend Framework addict! So, I want to code using Zend Framework coding/naming conventions even in Kohana v3. However, I recently found out that it is too easy to autoload your ZF like classes in Kohana v3 … Continue reading
Custom Validator Suite – Zend Framework
In Zend Framework, there are already tons of validators under Zend_Validate. In Zend_Form, you can attach validators, as a result, you can have a validator suite ready. However, I don’t use Zend_Form and I just don’t like how validations are … Continue reading
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
Using Array in Zend Config Ini
All of my projects in Zend Framework uses INI files as configuration files. They were just simple key=value pair. What if we want an array as value? Here, I am going to show how to implement an array in Zend_Config_Ini. … Continue reading




