Blog Posts on zend framework




Percent:
 
Distinct:
 


Zend Form – Validation Messages in Config by Lysender's Daily Log Book on Sep 22, 2010Zend Form default validation messages are often useless especially if those error messages are not displayed close to the form element. That’s why, as part of learning experience, I have automated the overriding of validations messages using a...



Zend Form – Validation Messages in Config by Lysender's Daily Log Book on Sep 22, 2010Zend Form default validation messages are often useless especially if those error messages are not displayed close to the form element. That’s why, as part of learning experience, I have automated the overriding of validations messages using a...



Dc Modeling For Zend Framework by Lysender's Daily Log Book on Jun 23, 2010For 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 Sprig...



Using Callback Validator – Zend Framework by Lysender's Daily Log Book on Jun 23, 2010With 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...



Using Callback Validator – Zend Framework by Lysender's Daily Log Book on Jun 23, 2010With 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...



Dc Modeling For Zend Framework by Lysender's Daily Log Book on Jun 23, 2010For 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 …...



PHP Quick Tips – Fruit of Framework Hopping by on Jun 17, 2010Zend 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. To not being bi...



Creating View Helpers – Zend Framework by on Jun 8, 2010Before, 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). What...



Creating View Helpers – Zend Framework by on Jun 8, 2010Before, 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). What...



Autoloading Zend Framework Like Classes In Kohana v3 – Enhanced by on Mar 1, 2010I 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 style – since...