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: January 2010
Bind Zend_Form values to the model. Part 2 (Array-type properties)
In my previous post I’ve added a simple binding functionality to Zend_Form. But once I’ve implemented it in real world with Doctrine PHP ORM as my BLL, I found that it can’t work seamlessly with my model’s properties of array type. In … Continue reading
Bind Zend_Form to the model
Zend Framework has great component — Zend_Form which can be used to create a reusable form. So you can create a common form, for example, for both new user registration and user profile editor. In most cases such form will represent your … Continue reading