Re: CAKE 3.0 Tutorials using SQLITE

2015-09-21 Thread 'jacmgr' via CakePHP
This seems to work for the bookmarks app in SQLITE. ( Except for a cascadeing delete). CREATE TABLE "users" ( "id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "email" text NOT NULL, "password" text NOT NULL, "created" text, "modified" text ); CREATE TABLE "bookmarks" ( "id" integer NOT NULL PR

Re: if($this->Auth->login($this->request->data)) Return true with right or wrong password and iden

2015-09-21 Thread euromark
Read the documentation. You are never supposed to pass anything to login() in this case. mark Am Samstag, 19. September 2015 22:11:47 UTC+2 schrieb abdessamad kassasse: > > i will show my code > utilisateurcontroller > public function login() > { > debug($this->Session->read(