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.* dir

[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 t

Re: [fw-general] view/model/controller "code generator" for Zend?

2009-07-04 Thread Jayel Villamin
Hi Ralph. Thank you very much for the reply. I have looked at zend tool online manual. The online manual has something like "zf configure db-adapter" (http://framework.zend.com/manual/en/zend.tool.framework.clitool.html - last image) but the zf tool (windows version) doesn't have it. I'm using

Re: [fw-general] Bootstrap and modules again

2009-07-04 Thread keith Pope
2009/7/4 Václav Vaník : > > > > keith Pope-4 wrote: >> >> 2009/7/4 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: >>> >

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 : >> >> 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 >>    -- app

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: cla

Re: [fw-general] Bootstrap and modules again

2009-07-04 Thread keith Pope
2009/7/4 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 >    -- Ind

[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

[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 -- a

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",

Re: [fw-general] bootstrap and sessions

2009-07-04 Thread till
On Sat, Jul 4, 2009 at 2:38 AM, KimG 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 predefined type). > > i've

[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