Comments on: Zend Framework: Thoughts about Zend_Config https://kpumuk.info/php/zend-framework-thoughts-about-zend_config/ In my blog I'll try to describe about interesting technologies, my discovery in IT and some useful things about programming. Mon, 07 Sep 2015 23:35:46 +0000 hourly 1 https://wordpress.org/?v=6.7.1 By: Dark Lord https://kpumuk.info/php/zend-framework-thoughts-about-zend_config/comment-page-1/#comment-33078 Wed, 04 Apr 2007 10:13:21 +0000 http://kpumuk.info/php/zend-framework-thoughts-about-zend_config/#comment-33078 Для парсинга конфига использовали PEAR::Config, распарсенный конфиг сохраняли как PHPArray в файл – что довольно ощутимо увеличивало скорость загрузки конфига в дальнейшем.
Поскольку одна из задач – поддержка PHP4 – то приходится извращаться при обращении к конфигу :(
(это я о phpxcore.org)

]]>
By: Fatal https://kpumuk.info/php/zend-framework-thoughts-about-zend_config/comment-page-1/#comment-32587 Sun, 01 Apr 2007 13:02:03 +0000 http://kpumuk.info/php/zend-framework-thoughts-about-zend_config/#comment-32587 Данное конфигурирование уже реализовано в phpxcore.org, думаю оттудова можно взять много полезных идей.

]]>
By: Rob... https://kpumuk.info/php/zend-framework-thoughts-about-zend_config/comment-page-1/#comment-108 Mon, 10 Apr 2006 12:42:40 +0000 http://kpumuk.info/php/zend-framework-thoughts-about-zend_config/#comment-108 I like it. I hadn’t see this when I finally got around to looking at Config issues. I have gone with ini files at the moment. I suspect that I’ll abstract to allow for xml or db options too at some point.

http://www.akrabat.com/2006/04/10/akrabat_config-three/ is my current incarnation.

Regards,

Rob…

]]>
By: Joe https://kpumuk.info/php/zend-framework-thoughts-about-zend_config/comment-page-1/#comment-77 Mon, 27 Mar 2006 16:58:12 +0000 http://kpumuk.info/php/zend-framework-thoughts-about-zend_config/#comment-77 Quite nice ! But it looks like SimpleXML, no ? Why didn’t you use simpeXML. It would resolve your problem of pseudo-variable “value”.
Maybe I missed something, actually :P

]]>
By: h0tzenpl0tz https://kpumuk.info/php/zend-framework-thoughts-about-zend_config/comment-page-1/#comment-37 Fri, 10 Mar 2006 19:39:38 +0000 http://kpumuk.info/php/zend-framework-thoughts-about-zend_config/#comment-37 nice idea, worth for further consideration implementing it into ZF

]]>