[fw-general] Zend Loader performance

2008-05-11 Thread Łukasz Bandzarewicz
Hi all! During simple profiling I noticed that Zend_Loader could consume 20-25% of execution time. It's quite obvious, because ZF has to load lots of files, but.. have you ever wondering about compile ZF code. Something similar to phpDoctrine's compile method (http://www.phpdoctrine.org/documenta

[fw-general] Zend_Form_Element_Select and null values

2008-04-15 Thread Łukasz Bandzarewicz
Hi! How to handle null values in select elements? For example I have table: User { region_id: foreign key, can be null ..ect } I have select with prompt: Please select region Region1 ..etc in UsersController::createAction(): $form = new User_Form(); // Zend_Form instance // handle $_P