[fw-general] hostname route chain in application.ini

2009-07-04 Thread E-S
Hi, Despite numerous searches and attempts without success, I request your help for setting up my applications routes. My goal is to obtain routes like :language.domain.com/:controller/:action/* and that it also works for this kind of routes: :language.domain.com/news/:news_id/news_title.html

Re: [fw-general] bootstrap and sessions

2009-07-04 Thread till
On Sat, Jul 4, 2009 at 2:38 AM, KimGkim.gabriel...@get2net.dk wrote: hi, im trying to get my bootstrap working. from the zend documentation - as far as i unerstand it - it's possible to load ressources by defining them in the config file - right? (at least as long as they are the

Re: [fw-general] hostname route chain in application.ini

2009-07-04 Thread Ben Scholzen 'DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You should take another look at the documentation again, you must chain every single route (or use tree-structure chaining, tho this is not suitable for INI-configuration files). So both the route plain and announces should have abstract = true, then

[fw-general] Bootstrap and modules again

2009-07-04 Thread Václav Vaník
Hi guys, i have suffering with modules setup in application.ini and Bootstrap.php file I tried Google, Nabble, manual, source codes... and nothing :( This is my app structure: application -- configs -- application.ini -- controllers -- IndexController.php -- models -- modules --

[fw-general] Vielen Danke DASPRiD

2009-07-04 Thread E-S
Thank you for taking time to answer. Your reply solved my problem. DASPRiD wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You should take another look at the documentation again, you must chain every single route (or use tree-structure chaining, tho this is not suitable for

Re: [fw-general] Bootstrap and modules again

2009-07-04 Thread keith Pope
2009/7/4 Václav Vaník va...@walk.cz: Hi guys, i have suffering with modules setup in application.ini and Bootstrap.php file I tried Google, Nabble, manual, source codes... and nothing :( This is my app structure: application -- configs    -- application.ini -- controllers    --

Re: [fw-general] bootstrap and sessions

2009-07-04 Thread ozzycan
This is an open issue. See http://framework.zend.com/issues/browse/ZF-6651 http://framework.zend.com/issues/browse/ZF-6651 for details. My workaround looks like this: Remove or disable the resources.session.* directives in your application.ini. Try using this in your Bootstrap.php File:

Re: [fw-general] Bootstrap and modules again

2009-07-04 Thread Václav Vaník
keith Pope-4 wrote: 2009/7/4 Václav Vaník va...@walk.cz: Hi guys, i have suffering with modules setup in application.ini and Bootstrap.php file I tried Google, Nabble, manual, source codes... and nothing :( This is my app structure: application -- configs    -- application.ini

Re: [fw-general] Bootstrap and modules again

2009-07-04 Thread keith Pope
2009/7/4 Václav Vaník va...@walk.cz: keith Pope-4 wrote: 2009/7/4 Václav Vaník va...@walk.cz: Hi guys, i have suffering with modules setup in application.ini and Bootstrap.php file I tried Google, Nabble, manual, source codes... and nothing :( This is my app structure: application

[fw-general] Zend_Feed_Reader Testing

2009-07-04 Thread Pádraic Brady
Hi all, Over the past week Jurrien and I have been pounding on Zend_Feed_Reader (see the Incubator) to get it completed for Zf 1.9 (hopefully!). The core component is now considerably stable and we are performing a round of integration tests on examples of feeds (any type) from the real world

Re: [fw-general] bootstrap and sessions

2009-07-04 Thread KimG
Thank U, it solved my problem :drunk: kim ozzycan wrote: This is an open issue. See http://framework.zend.com/issues/browse/ZF-6651 http://framework.zend.com/issues/browse/ZF-6651 for details. My workaround looks like this: Remove or disable the resources.session.* directives