Re: CakePHP 3.0.0 dev preview 1 released

2014-01-08 Thread mark_story
> My only question is, what is the best way to start experimenting with 3.0 if it is missing key pieces (Bake, Form Helper, etc)? Do we use the 2.x pieces in a 3.0 install until everything is added? This might be a bit tricky. For now I would just try make some simple controllers and playing a

Re: MustacheCake - A Mustache implementation for CakePHP.

2014-01-08 Thread Tom
Really nice work, I got it working today. The feature of gradually moving from .ctp to .mustache files is great! The limitations are a little bit annoying as you mentioned... to create a 'helper' .php file just to get default functions working correctly (methods css, script etc.). *Is there a