PHP

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • MVC platform choice.

    6 answers - 171 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    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.
  • No.1 | | 386 bytes | |

    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 I've ever used.
  • No.2 | | 242 bytes | |

    11/30/05, Gregory Machin <gregory.machin (AT) gmail (DOT) comwrote:
    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
  • No.3 | | 259 bytes | |

    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.
  • No.4 | | 586 bytes | |

    Dec 1, 2005, at 3:14 AM, Ahmed Saad wrote:

    11/30/05, Gregory Machin <gregory.machin (AT) gmail (DOT) comwrote:
    >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 frameworks I've found:

    http://www.phpontrax.com/

    http://www.cakephp.org/

    http://www.phocoa.com/

    If anyone has used any of these, I'd be interested in a report.

    Richard
  • No.5 | | 605 bytes | |

    Hi Greg,

    12/1/05, Greg Donald <destiney (AT) destiney (DOT) comwrote:
    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 into your template
    for parameters, use View::importAttributes() (yes the name is correct)
    for attributes use $this->setAttributes($request->getAttributes());

    be sure to check out the latest SVN version for many bugfixes and enhancments
    -ahmed
  • No.6 | | 278 bytes | |

    WASP:
    http://wasp.sourceforge.net
    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.

Re: MVC platform choice.


max 4000 letters.
Your nickname that display:
In order to stop the spam: 5 + 4 =
QUESTION ON "PHP"

EMSDN.COM