Top "Cakephp" questions

CakePHP is an open-source web, rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications.

CakePHP Search between 2 Date Records

I am building a small Web App that lets users reserve Office Rooms and Equipment. For the Reservation they enter …

cakephp search date between
CakePHP unable to write to certain files

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.0
CakePHP: Call to a member function setFlash() on a non-object

I get the following error when trying to logout of my CakePHP app: Notice (8): Undefined property: UsersController::$Session [APP/controllers/…

php cakephp
CakePHP 2.1 - How to properly use DISTINCT in find()

I 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 extract
How do you specify an HTTP status code in Cakephp?

In my controller, I check a condition to see if the user is allowed to do something. If the check …

cakephp
Using not equal operator in Cakephp

I have find query that looks like this. $this->paginate('Article', array('Article.status !=' => 'Inactive', 'Article.user_…

php cakephp cakephp-1.3
Error: Allowed memory size of 67108864 bytes exhausted

When I upload a picture File size: 375kb Width: 2000px Height: 3000px I get an error ERROR Fatal error: Allowed …

php cakephp plupload
CakePHP 3 Raw SQL Query

I'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.0
CakePHP ACL Database Setup: ARO / ACO structure?

I'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-roles
How to return JSON from a CakePHP 2.2 controller?

I'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