[fw-general] "Root" and "Module" level of navigation breadcrumbs helper disappears

2009-05-31 Thread Jonathan Maron
I have a particular problem with the breadcrumbs view helper. First of all, I render the breadcrumbs with: echo $this->navigation()->breadcrumbs()->setMinDepth(0); and the menu with: echo $this->navigation()->menu()->setMinDepth(0); Secondly, here is some information to the setup: This is my

Re: [fw-general] Duplicate HTML Tags

2009-05-31 Thread Vadim Gabriel
Hi, This is what i have in place in my layout doctype() . "\n"; ?> http://www.w3.org/1999/xhtml";> HeadMeta() . "\n"; ?> HeadLink() . "\n"; ?> HeadScript(). "\n"; ?> HeadTitle() . "\n"; ?> HeadStyle(). "\n"; ?> Those will be replaced with appropriate HTML tags so if yo

[fw-general] Duplicate HTML Tags

2009-05-31 Thread Jalil F.
It seems Zend is adding some default HTML tags like head and title when rendering a view. How can I disable this? I already have these tags set in my phtml file. Thanks, -J -- View this message in context: http://www.nabble.com/Duplicate-HTML-Tags-tp23809662p23809662.html Sent from the Zend Fr

Re: [fw-general] Bootstrapping from application.ini

2009-05-31 Thread dmitrybelyakov
Nicky-7 wrote: > > ... > However, > a repeating problem is that we cannot seem to find a comprehensive list of > ini settings that translate to Bootstrap processes. > > Is there a document somewhere with such information? > ... > Hi, yes there is. Please check Reference guide in part on Zend

Re: [fw-general] Setting Up Zend_Test_PHPUnit

2009-05-31 Thread lightflowmark
Hi Sergio, I don't use Zend_Tool, but did recently convert my application to use Zend_Application and just got Zend_Test up & running on 1.8. So I believe the docs are up to date. I guess you're not using PHPUnit test already? I'd first get to grips with this, which underlies Zend_Test_PHPUnit,

Re: [fw-general] Re: [fw-core] RPM available for Zend Framework?

2009-05-31 Thread Jason Webster
Actually, replace the 'pe' in the repos path with 'ce'. Sorry about that. On 31/05/2009 9:06 AM, Jason Webster wrote: :$ /etc/yum.repos.d/zend.repo [Zend] name=Zend PE $releasever - $basearch - Released Updates baseurl=http://repos.zend.com/rpm/pe/$basearch/ enabled=1 gpgcheck=0 [Zendpe-noarch

[fw-general] Re: [fw-core] RPM available for Zend Framework?

2009-05-31 Thread Jason Webster
:$ /etc/yum.repos.d/zend.repo [Zend] name=Zend PE $releasever - $basearch - Released Updates baseurl=http://repos.zend.com/rpm/pe/$basearch/ enabled=1 gpgcheck=0 [Zendpe-noarch] name=Zend PE - noarch baseurl=http://repos.zend.com/rpm/pe/noarch enabled=1 gpgcheck=0 :$ yum install zend-framewor

Re: [fw-general] ZF CLI slow

2009-05-31 Thread Matthew Ratzloff
So the obvious next step would be to post your PHP CLI include path. php -i | grep "include_path" -Matt On Sun, May 31, 2009 at 2:54 AM, admirau wrote: > > > > beberlei wrote: > > > > enable xdebug profiler and see with kcachegrind what took so long. > > > > my guess is the recursive search for

Re: [fw-general] ZF CLI slow

2009-05-31 Thread till
On Sun, May 31, 2009 at 11:54 AM, admirau wrote: > > > > beberlei wrote: >> >> enable xdebug profiler and see with kcachegrind what took so long. >> >> my guess is the recursive search for all providers in your includepath is >> the >> problem. >> > > Output profiler file is 10 MB big… > 99.78% pe

Re: [fw-general] Problem setting up ZF app in Linux Server

2009-05-31 Thread iceangel89
seems like now it works because of the .htaccess actually $this->getRequest()->isPost() is null??? keith Pope-4 wrote: > > 2009/5/31 iceangel89 : >> >> i developed my ZF app in Windows ... WAMP ... then when i try to set it >> up in >> server, i get 404 not found. like because i had a frontC

Re: [fw-general] ZF CLI slow

2009-05-31 Thread admirau
beberlei wrote: > > enable xdebug profiler and see with kcachegrind what took so long. > > my guess is the recursive search for all providers in your includepath is > the > problem. > Output profiler file is 10 MB big… 99.78% percent of time take calls to: Zend_Tool_Framework_Loader_Include

Re: [fw-general] Problem setting up ZF app in Linux Server

2009-05-31 Thread keith Pope
2009/5/31 iceangel89 : > > i developed my ZF app in Windows ... WAMP ... then when i try to set it up in > server, i get 404 not found. like because i had a frontController plugin > that will prompt user for login 1st ... so it seems thats working ... but > the redirect went to the correct page /au

Re: [fw-general] ZF CLI slow

2009-05-31 Thread Benjamin Eberlei
On Sunday 31 May 2009 10:38:46 am admirau wrote: > tfk wrote: > > Does running regular php(-cli) is just as slow? If so, I'd run php -m > > and disable module after module until you find the offender. > > Thanks. I have already tried that. > Disabling all the modules in php.ini does not help. > > T

[fw-general] Problem setting up ZF app in Linux Server

2009-05-31 Thread iceangel89
i developed my ZF app in Windows ... WAMP ... then when i try to set it up in server, i get 404 not found. like because i had a frontController plugin that will prompt user for login 1st ... so it seems thats working ... but the redirect went to the correct page /auth/login but it says thats not f

Re: [fw-general] ZF CLI slow

2009-05-31 Thread admirau
tfk wrote: > > > Does running regular php(-cli) is just as slow? If so, I'd run php -m > and disable module after module until you find the offender. > > Thanks. I have already tried that. Disabling all the modules in php.ini does not help. There are left some pre-compiled modules, but I

[fw-general] ZF - Not in Site Root

2009-05-31 Thread iceangel89
i want to put my ZF apps in my online portfolio... but i am nt sure how to do it... because on my windows development machine i can configure virtual directories ... on the web ... nt sure if i can do that ... i have a free cpanel hosting ... but if i cant what are my options? can i get somethin