[fw-general] Handling different view scripts.

2009-03-23 Thread Simon Corless
I am interested in peoples thoughts on how to best achieve the following. I have a generic content module, I don't want to change this directly in the sites I create, however I want the views to be different (more than just CSS changes). I have so far decided to setup another view directory in my

Re: [fw-general] Another Zend_Layout question

2009-03-23 Thread SirEdward
Hi Not really gone into this in too much detail but in your layout you could try - action('actionName', 'controllerName') ?> Also, I use to do a similar thing and put all my widgets in an action. But I hated this approach because under the standard routing, if you go to say http://mysite.com/c

Re: [fw-general] .htaccess - avoid request to go to controller

2009-03-23 Thread debussy007
I still don't get it much ... I would like to: 1. avoid using MVC for urls which contain .../files/... 2. avoid using MVC for urls which contain html 2. avoid using MVC for urls which contain csv Where is a tutorial to achieve this ? Thank you very much for any help ... RewriteEngine o

Re: [fw-general] Zend_Application using modules

2009-03-23 Thread keith Pope
Thx for the tips Matthew :) I think my examples were a little confusing, I have been hacking about all day trying to figure out my looping problem :) For my storefront app I use one module currently storefront which I set as the default module, this was so I can have everything namespaced nicely.

[fw-general] Another Zend_Layout question

2009-03-23 Thread lightflowmark
Hi, I'm trying to create a clean, widgetized page using Zend_Layout & ActionStack. I have a global layout.phtml file with placeholders like layout()->menu ?>, layout()->content ?>, and am adding the menu action to the ActionStack in a controller plugin from dispatchLoopStartup. In the menu acti

Re: [fw-general] Zend_Application using modules

2009-03-23 Thread Matthew Weier O'Phinney
-- keith Pope wrote (on Monday, 23 March 2009, 03:26 PM +): > I have been trying out Zend_App again as it seems to be moving on a > bit now, I am having some problems using modules, I keep getting: > > Maximum function nesting level of '100' reached, aborting! in > /home/keith/www/ZApp/librar

[fw-general] Zend_Application using modules

2009-03-23 Thread keith Pope
Hi, I have been trying out Zend_App again as it seems to be moving on a bit now, I am having some problems using modules, I keep getting: Maximum function nesting level of '100' reached, aborting! in /home/keith/www/ZApp/library/Zend/Loader/PluginLoader.php on line 125 I have been trying to trac

[fw-general] zend_pdf memorymanager

2009-03-23 Thread mvug
Hi guys, is there a way for zend_pdf to use a cache file backend? i generate a lot of pdf files (12.000 +) and my memory is sometimes exhausted (memory_limit set on 128M)... I use now the following code: '/temp/'); $memoryManager = Zend_Memory::factory('File', $backendOptions); Zend_Pdf::setMe

Re: [fw-general] URL rewriting

2009-03-23 Thread keith Pope
You need to use the Router docs are here: http://framework.zend.com/manual/en/zend.controller.router.html#zend.controller.router.basic This will allow you to rewrite your urls easily within the ZF-MVC, what I normally do is in the database along with an id field have an ident field which is url-s

[fw-general] URL rewriting

2009-03-23 Thread dele454
Hi, I have urls like this http://www.domain.com/venue/details/id/667. But i have been advised that in order to generate more traffic and increase my search rankings i need to re-write my URLs to have more descriptive name of the venue instead something like: http://www.domain.com/venue/details/i