cakePHP 3 paginate associated data

2014-10-09 Thread Radharadhya Dasa
Hi, I have this public function view($id = null) { $this->paginate = [ 'contain' => ['Histories' => [ 'Events', 'Users', 'Linkups', 'Units' ] ] ]; $contact = $this->Contac

2.5.5 Session Component

2014-10-09 Thread CrotchFrog
In 2.5.5 when setting a flash message from a controller and echoing in a view, directly echoing $message will display the set message whereas $this->Session->read('Message.flash.message'); will return null. Debugging $_SESSION indicates that the session is properly loaded however $_SESSION['Me

Can cakephp use model unicode field name in it

2014-10-09 Thread baur79
Hi, here is my situation, we import *.ods file into mysql with unicode field names and while we try to read this table in cakephp it gives an error Can cakephp use model unicode field name in it? thanks in advace -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter htt