Note: I\'m using Zend Framework, but I think most of this applies to PHP coding in general. I\'m trying to choose a strategy for writing views scripts, possibly with the help of a templating engine.
I can\'t seem to find where to specify the CSS class of the list items for rendering a Zend_Navigation object. I know you can set the class of th开发者_C百科e ul tag via the navigation menu view helpe
Where can I find a good tutorial to get started with the latest version of Zend Framework using Eclipse or Netbeans? I would like Eclipse as my IDE as I like these features:
Is there a way to store an array as a document field and then query that array? 开发者_StackOverflow社区I\'ve got a collection of items, which are tagged. I\'d like to be able to search all items tha
I am using Zend Framework with MySQL,Apache and Ubuntu 9.04. I am trying to insert NULL values into database like this:
i have an element of type Radio in zend form . how can i get value of radio button on form post. keep in mind i am using Zend Form
When I create a view different from index action (for example the action video/add开发者_开发百科) the page is without css and layout. For index action is everything ok. Any helps?I\'d check thetag on
I want to use the navigation helper to build my navigation menus using Acl. The Acl part I have working fine.
I did register form in with zend form 开发者_Go百科$password = new Zend_Form_Element_Password(\'password\');
Hey guys - here\'s a question on Zend Framework or better on MVC in general: I am asking myself for a quiet a long time now, if it is a good idea to push business objects (User, Team, etc.) to my vie