CakePHP is an open-source web, rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications.
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.04I'm starting to use CakePHP, and I'm in the process of reading the manual. About halfway down the page, there's …
cakephp ctp-fileI'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.0I'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.3Let's say I have field that looks like this in the view: <li class="bigfield"> <?php echo $…
cakephp validationHow can I access a GET request in CAKEPHP ? If I am passing a variable in the url http://samplesite.…
cakephp cakephp-1.3I'm learning how to work with CakePHP and I configured everything allright, but now, I get this warning: DebugKit is …
cakephp