CakePHP is an open-source web, rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications.
I am starting to develop a website using CakePHP for my framework, I've literally just started and have already encountered …
php cakephp cakephp-2.0I get the following error when trying to logout of my CakePHP app: Notice (8): Undefined property: UsersController::$Session [APP/controllers/…
php cakephpI have a question which is driving me crazy and I have to admit I am not that experienced in …
cakephp find cakephp-2.0 distinct extractIn my controller, I check a condition to see if the user is allowed to do something. If the check …
cakephpI have find query that looks like this. $this->paginate('Article', array('Article.status !=' => 'Inactive', 'Article.user_…
php cakephp cakephp-1.3When I upload a picture File size: 375kb Width: 2000px Height: 3000px I get an error ERROR Fatal error: Allowed …
php cakephp pluploadI'm using CakePHP 3, I need to run a raw SQL query on multiple tables. In CakePHP 2, this could be done …
php cakephp model cakephp-3.0I'm struggling to implement ACL in CakePHP. After reading the documentation in the cake manual as well as several other …
php cakephp permissions acl security-rolesI'm invoking a controller function: $.get("http://localhost/universityapp/courses/listnames", function(data){ alert("Data Loaded: " + data); }); And in my …
php json cakephp controller cakephp-2.2