Re: [fw-general] Zend_Config_Xml and arrays

2007-06-26 Thread titerm
Hi With config_ini, you can do what you want with the following syntaxe data.live.arrays.data[] = 1 data.live.arrays.data[] = 2 data.live.arrays.data[] = 3 but i never try to do same thing with config_xml. Andreas Sundqvist a écrit : Hi I was wondering why you can't get an multi dimens

Re: [fw-general] ZF and Autoloading

2007-01-09 Thread titerm
IMHO, the main point of autoload is not to be faster or not. The point is not to have to maintain include directive. You are using a class, autoload will load it. After a while, you don't use it anymore, it won't be loaded anymore. That's it. I use APC for better performance, but i use also page