Categories
- Administration (8)
- Asterisk PBX (2)
- Debian GNU/Linux (2)
- Development (29)
- Doctrine ORM (3)
- jQuery (2)
- Zend Framework (7)
- How To's (6)
- Ideas (5)
- Networking (3)
- Software (7)
- Joomla! (1)
- Mozilla Firefox (2)
- osCommerce (3)
- WeeChat (1)
- Uncategorized (1)
- Administration (8)
Archives
- September 2010 (1)
- August 2010 (1)
- July 2010 (3)
- June 2010 (8)
- May 2010 (1)
- March 2010 (3)
- February 2010 (2)
- January 2010 (2)
- December 2009 (4)
- November 2009 (3)
- October 2009 (7)
- September 2009 (4)
- August 2009 (2)
Tags
acl add-on authentication bootstrap chroot cli cre loaded css date picker filter fix freedom gnu/gpl go google javascript log4net logging model mutator mysql notification odbc oop orm patch php plug-in python resource ruby server socket status stylish tip tools tracing tray view x server zend_auth zend_controller zend_date zend_formBlogroll
See Also
Monthly Archives: February 2010
Bind model to the Zend_Form…
In my previous post I have described how to fill model with values from the Zend_Form. But reverse process is also very important. If you are using Zend_Db_Table you probably will not need any special methods as you can use Zend_Form::setDefault($array) … Continue reading
Test if request is really dispatchable in Zend Framework
Sometimes you need to check if request is dispatchable. The most common place where you can meet this need is in controller plug-in. I have met that I need to test if request is dispatchable when I have implemented my App_Controller_Plugin_Acl for ACL … Continue reading