[fw-general] How to create “Dynamic” Zend Navigation

2011-01-29 Thread jiewmeng
With Zend_Navigation, I can do something like Home > Projects > Collaborators but What if I want something more useful Home > Project name > Collaborator name How can I acheive this? Is it a good idea? Possibly, there would be performance issues? Cos it got to query up the hierarchy? But whate

[fw-general] Zend_Navigation menu works but not breadcrumbs

2011-01-29 Thread jiewmeng
I have configured my zend navigation menu like Config: http://pastebin.com/B212uWKz public function _initNavigation() { $config = new Zend_Config_Xml(APPLICATION_PATH . '/configs/navigation.xml', 'nav'); $navigation = new Zend_Navigation($config); $this->bootstrap('view'); $view = $this

[fw-general] Re: Setting up Zend

2011-01-29 Thread MG7282
the path is /usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/content/m/a/r/mariannag7282/bin -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Setting-up-Zend-tp3241465p3246823.html Sent from the Zend Framework mailing list archive at Nabble.com.

[fw-general] Re: Does everyone use zf.sh?

2011-01-29 Thread Wil Moore III
golgokoji wrote: > > My primary reason for using generator is to create files and directories. > It's OK even if it's empty. > To accomplish this, you can generate your files to a temporary location (e.g. /tmp/zf) then copy those files out to your actual project directory manually. This accomp

[fw-general] Sharing the session among different Controllers

2011-01-29 Thread AmirBehzad Eslami
Hi, I'm looking for a ZF-way to share the session among different Controllers. Before ZF, the famous global $_SESSION was available everywhere, and still is. But I'm trying to access the session data from ZF's API. In My bootstrap, I have: class Bootstrap extends Zend_Application_Bootstrap_Boots