Re: Help saving data with CakePHP 3.0 ORM

2014-02-04 Thread Carlos Javier Baeza Negroni
Also check the array: $data = ['name' = 'Walter White']; Should be: $data = array('name' = 'Walter White'); best regards. 2014-02-04 José Lorenzo jose@gmail.com: Currently that is the most confusing part of the ORM and I'd like to make it easier to understand in the next release

Re: cookbook

2014-01-22 Thread Carlos Javier Baeza Negroni
Hello Mihaitl, In order to learn cake or any other framework, you should first had knowledge of OO programming, i really dont feel like aa heroe...haha, and im pretty new to cake. Give it a try again, it is really simple to start and the learning curve is quite short. Have my best regards.

Re: Will combining cakephp with web templates like Smarty or Twig make front-end coding easier?

2014-01-20 Thread Carlos Javier Baeza Negroni
Hello Sam, As far i know, CakePHP has a Smarty helper, so in theory you will had no problem with it. *Sorry for my bad english REF: http://bakery.cakephp.org/articles/HyperCas/2008/06/11/the-cakephp-blog-tutorial-with-smarty 2014/1/20 Sam lightai...@gmail.com Cakephp is good for back-end