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.

Facing a file permission error while running CakePHP in Ubuntu 10.4

I have installed CakePHP 2.0 framwork using steps below: 1. Start the terminal 2. sudo mkdir /var/www/cakephp 3.sudo cp -r ~/cakephp/* /…

cakephp ubuntu-10.04
.htaccess for cakephp

I'm trying to get a CakePHP application to work. For this, I've set up a brand new Debian installation, updated …

php .htaccess cakephp apache2
What is a .ctp file used for in CakePHP?

I'm starting to use CakePHP, and I'm in the process of reading the manual. About halfway down the page, there's …

cakephp ctp-file
Is PHP Object-oriented?

Is PHP an object-oriented language? If not, then what about the framework CakePHP? Is it an object-oriented MVC implementation of …

php class oop cakephp
Loading Vendor Files in CakePHP 2.0

I'm currently upgrading one of our projects to CakePHP 2.0. Unfortunately the "first line" of code makes problems, and I can't …

php cakephp cakephp-2.0
CakePHP find condition for a query between two dates

I have a start and an end date in my database and a $date variable from a form field. I …

cakephp date time between
file upload in cakephp 2.3

I'm new in cakephp and i'm trying to create a simple file upload with cakephp 2.3 here is my controller public …

cakephp file-upload cakephp-2.3
How can I display CakePHP input validation errors in a different spot the default?

Let's say I have field that looks like this in the view: <li class="bigfield"> <?php echo $…

cakephp validation
How can I access a GET request in CAKEPHP?

How can I access a GET request in CAKEPHP ? If I am passing a variable in the url http://samplesite.…

cakephp cakephp-1.3
How to Install DebugKit on CakePHP

I'm learning how to work with CakePHP and I configured everything allright, but now, I get this warning: DebugKit is …

cakephp