Re: [PHP] Re: Zend + Eclipse + Standized Framework

2005-11-22 Thread Roman Ivanov
Jochem Maas wrote: > Roman Ivanov wrote: > >> Greg Donald wrote: >> >>> Maybe Zend will get it right where all the previous attempts I've >>> seen/used are less than great. >> >> >> >> Personally, I would start creation of PHP framework by cleaning up PHP >> sytax. It's freakin' impossible to make

Re: [PHP] Re: Zend + Eclipse + Standized Framework

2005-11-22 Thread Jochem Maas
Roman Ivanov wrote: Greg Donald wrote: Maybe Zend will get it right where all the previous attempts I've seen/used are less than great. Personally, I would start creation of PHP framework by cleaning up PHP sytax. It's freakin' impossible to make complex OOP clean: there is plenty wrong w

Re: [PHP] Re: Zend + Eclipse + Standized Framework

2005-11-16 Thread Roman Ivanov
Greg Donald wrote: Maybe Zend will get it right where all the previous attempts I've seen/used are less than great. Personally, I would start creation of PHP framework by cleaning up PHP sytax. It's freakin' impossible to make complex OOP clean: $this->output(array('dir', 'template'), &new B

Re: [PHP] Re: Zend + Eclipse + Standized Framework

2005-11-15 Thread Greg Donald
On Tue, 15 Nov 2005, GamblerZG wrote: Convention over configuration. (Yaml, not XML. ActiveRecord not Propel/Phing.) Hard to do in pure PHP. But I tried: http://cvs.sourceforge.net/viewcvs.py/naturalgine/NECMS_0_3/tools/ori.php?rev=1.1.1.1&view=markup Maybe Zend will get it right where all

Re: [PHP] Re: Zend + Eclipse + Standized Framework

2005-11-15 Thread GamblerZG
Greg Donald wrote: On Mon, 2005-11-14 at 03:55 -0500, Roman Ivanov wrote: What features do you need from a framework? Convention over configuration. (Yaml, not XML. ActiveRecord not Propel/Phing.) Hard to do in pure PHP. But I tried: http://cvs.sourceforge.net/viewcvs.py/naturalgine/NECM

Re: [PHP] Re: Zend + Eclipse + Standized Framework

2005-11-14 Thread Greg Donald
On Mon, 2005-11-14 at 03:55 -0500, Roman Ivanov wrote: > What features do you need from a framework? Convention over configuration. (Yaml, not XML. ActiveRecord not Propel/Phing.) A persist-able domain model where logic and data are presented in one wrapping. (I don't want to re-assign my data

Re: [PHP] Re: Zend + Eclipse + Standized Framework

2005-11-14 Thread Esteamedpw
_http://andigutmans.blogspot.com/_ (http://andigutmans.blogspot.com/) Andi talks about the Framework on his Blog. - Clint