Re: Cake Schema

2015-02-12 Thread rchavik
On Friday, February 13, 2015 at 1:15:39 AM UTC+7, Marcelo Aymone wrote: > > Hi guys, Baked Schemas has no support on Cake 3? > What are other options to do the same? > It has been removed. See http://book.cakephp.org/3.0/en/appendices/3-0-migration-guide.html#schemashell-removed for alternat

Re: cakePHP 3.0.0-RC2 documentation, Testing

2015-02-12 Thread Lorne Dudley
OK, I have made a little progress in trying to figure out what is wrong. My conclusion is that there are some steps missing in the documentation. I hope that perhaps one of the core developers might comment as to what might be wrong. I was able to make the "Fatal error: Class 'App\View\Help

DOMDocument doesn't work in a controller

2015-02-12 Thread HVan
Any reason why DOMDocument doesn't work in a CakePHP controller? It says class not found. If I move the new DOMDocument code into a standalone php file and put it in webroot, it works fine. How do I use DOMDocument inside a controller/model? -- Like Us on FaceBook https://www.facebook.com/Cake

Cakephp 3: difficulties with timezones when dates submitted in a form

2015-02-12 Thread Pgbi
I've set up a form where a user can input a date + time + timezone. After submitting the form, in my controller, $this->request->data contains this: [ 'date' => [ 'year' => '2015', 'month' => '02', 'day' => '12', 'hour' => '22', 'minute' => '54',

Cake Schema

2015-02-12 Thread Marcelo Aymone
Hi guys, Baked Schemas has no support on Cake 3? What are other options to do the same? -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsub