[fw-general] Understanding where Zend_Layout meets Zend_View

2011-03-23 Thread gtracy
I'm studying Zend with renewed interest recently, and am grappling with an architecture decision for building dynamic content on my pages. It appears that I have a couple of options for setting up my views, but lack the experience to analyze my options well. I'm open to all of your ideas, experienc

[fw-general] Zend_Config_Xml strange behaviour

2011-03-23 Thread Саша Стаменковић
Hi. I have a strange problem with Zend_Config_Xml. Here is an example. With this xml file https://gist.github.com/883465 this code: $config = new Zend_Config_Xml('config.xml'); var_dump($config->get('elements')->get('element')->toArray()); gives: array(2) { [0]=> array(2) { ["a"]=>

Re: [fw-general] Re: Accessing CouchDB with Zend Framework using Phly_Couch

2011-03-23 Thread Matthew Weier O'Phinney
-- tridem-zend wrote (on Wednesday, 23 March 2011, 01:27 AM -0700): > Got them, Matthew! I tested two servers but both from the same provider and > the ports were indeed blocked! > Now it woks like a charme. > > I want to switch to Doctrine 2.0 soon. At the moment I use the > Model->Mapper->DbTab

[fw-general] Re: Accessing CouchDB with Zend Framework using Phly_Couch

2011-03-23 Thread tridem-zend
Got them, Matthew! I tested two servers but both from the same provider and the ports were indeed blocked! Now it woks like a charme. I want to switch to Doctrine 2.0 soon. At the moment I use the Model->Mapper->DbTable chain to connect to a regular MySQL database. What is the best way to add Phl