Re: [PHP] MVC platform choice.

2005-12-02 Thread Brian Fioca
WASP: http://wasp.sourceforge.net On Nov 30, 2005, at 2:04 AM, Gregory Machin wrote: Hi.. Any body recomend a good MVC platform that is easy to work with, and build on... I'm looking at cakephp, solar, php on trax.. Anything better out there. -- Gregory Machin [EMAIL PROTECTED] [EMAIL

Re: [PHP] MVC platform choice.

2005-12-01 Thread Ahmed Saad
On 11/30/05, Gregory Machin [EMAIL PROTECTED] wrote: Hi.. Any body recomend a good MVC platform that is easy to work with, and build on... http://www.agavi.org 0.10rc is already in the svn -ahmed

Re: [PHP] MVC platform choice.

2005-12-01 Thread Greg Donald
On Thu, 1 Dec 2005, Ahmed Saad wrote: http://www.agavi.org 0.10rc is already in the svn Do you still have to reassign the data in the view for use in the template after having already created it once in the action? That is quite the pain. -- Greg Donald Zend Certified Engineer MySQL

Re: [PHP] MVC platform choice.

2005-12-01 Thread Richard K. Miller
On Dec 1, 2005, at 3:14 AM, Ahmed Saad wrote: On 11/30/05, Gregory Machin [EMAIL PROTECTED] wrote: Hi.. Any body recomend a good MVC platform that is easy to work with, and build on... http://www.agavi.org 0.10rc is already in the svn I haven't tried these yet, but these are

RE: [PHP] MVC platform choice.

2005-12-01 Thread Ahmed Saad
Hi Greg, On 12/1/05, Greg Donald [EMAIL PROTECTED] wrote: Do you still have to reassign the data in the view for use in the template after having already created it once in the action? That is quite the pain. in View::execute() you can quickly import all request parameters or attributes

Re: [PHP] MVC platform choice.

2005-11-30 Thread Fabiano Ricci
Have a look at http://znf.zeronotice.com/ this framework is young but very good and easy to use. It's written in PHP5 and supports also PDO. On Wednesday 30 November 2005 12:04, Gregory Machin wrote: Hi.. Any body recomend a good MVC platform that is easy to work with, and build on... I'm

Re: [PHP] MVC platform choice.

2005-11-30 Thread Greg Donald
On Wed, 30 Nov 2005, Gregory Machin wrote: Hi.. Any body recomend a good MVC platform that is easy to work with, and build on... I'm looking at cakephp, solar, php on trax.. Anything better out there. Rubyonrails: http://www.rubyonrails.com/ It's certainly better than any PHP MVC framework