Re: [fw-general] Re: Is it possible to create references in config sections for resource plugins

2012-08-16 Thread Steve Dowe
= "localhost" db.mydb.config.username= "username" db.mydb.config.password= "password" db.mydb.config.dbname = "your-db" db.mydb.config.port= 3306 You could then include() the functions file in your code. A call to connect_db() function woul

Re: [fw-general] ZF1-Bootstrap execution

2012-05-31 Thread Steve Dowe
Hi Artur, Thanks for your response. On 31/05/12 17:23, Artur Bodera wrote: On Wed, May 30, 2012 at 10:26 AM, Steve Dowe wrote: [...] Based on this output, I refer to this as a "1-3-1". Is this a Boostrap.php for a module or main application? Are those log lines produced in a m

[fw-general] ZF1-Bootstrap execution

2012-05-30 Thread Steve Dowe
each new model cause this repeated bootstrapping? Sorry for the long message. I'm trying to get my head around why this is happening and what I can do to streamline my code - it's running pretty slowly at the moment for the simple tasks required. Many thanks for any help, in antic

[fw-general] Zend_Session_Namespace and array storage

2010-09-08 Thread Steve Dowe
Hi Folks, This is a complete noob question, so please bear with me. I'm learning OOP/MVC & ZF, so it's a bit of an uphill struggle at times! I am trying to implement a basic shopping cart style system, using Zend_Session to remember what the user has placed into the basket. My problem is that I