Re: [PHP] PHP Framework alternative ...

2006-04-16 Thread Ligaya Turmelle
I second that, and if anyone in the know cares to comment on whether: a. php will actually implement static late binding Mike Lively gives and update on the late static binding patch submitted to the internals on his blog

Re: [PHP] PHP Framework alternative ...

2006-04-13 Thread Jochem Maas
Chris Shiflett wrote: Jochem Maas wrote: a. php will actually implement static late binding b. Zend Framework's 'DataObject' class will make use of said late binding to do cool things like Person::findAll( $myFilter ) with out having to actually implement a findAll method in the Person class

Re: [PHP] PHP Framework alternative ...

2006-04-13 Thread Jochem Maas
Robert Cummings wrote: On Wed, 2006-04-12 at 19:23, Jochem Maas wrote: Robert Cummings wrote: I must say that I have questions regarding the 'real' reasons behind The most plausible real reason is to give Zend's name to a framework that will possibly rally interest behind a single

[PHP] PHP Framework alternative ...

2006-04-12 Thread Jochem Maas
no question here but for anyone wanting a totally different take on php frameworks and some killer code examples take a look at this: http://toys.lerdorf.com/archives/38-The-no-framework-PHP-MVC-framework.html in the immortal words of Quake3Arena: 'Impressive' :-) -- PHP General Mailing

Re: [PHP] PHP Framework alternative ...

2006-04-12 Thread Robert Cummings
On Wed, 2006-04-12 at 16:21, Jochem Maas wrote: no question here but for anyone wanting a totally different take on php frameworks and some killer code examples take a look at this: http://toys.lerdorf.com/archives/38-The-no-framework-PHP-MVC-framework.html Rasmus is just suggesting

Re: [PHP] PHP Framework alternative ...

2006-04-12 Thread Jochem Maas
Robert Cummings wrote: On Wed, 2006-04-12 at 16:21, Jochem Maas wrote: no question here but for anyone wanting a totally different take on php frameworks and some killer code examples take a look at this: http://toys.lerdorf.com/archives/38-The-no-framework-PHP-MVC-framework.html

Re: [PHP] PHP Framework alternative ...

2006-04-12 Thread Robert Cummings
On Wed, 2006-04-12 at 19:23, Jochem Maas wrote: Robert Cummings wrote: I must say that I have questions regarding the 'real' reasons behind The most plausible real reason is to give Zend's name to a framework that will possibly rally interest behind a single framework rather than the multitude

Re: [PHP] PHP Framework alternative ...

2006-04-12 Thread Chris Shiflett
Jochem Maas wrote: a. php will actually implement static late binding b. Zend Framework's 'DataObject' class will make use of said late binding to do cool things like Person::findAll( $myFilter ) with out having to actually implement a findAll method in the Person class I have read indications