CakePHP is an open-source web, rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications.
I'm having small troubles and was wondering if someone can help me over the hump. I pulled a copy of …
apache cakephp mod-rewrite cakephp-1.3 wampI am new to PHP and CakePHP. I am finding problems while wiring my database using CakePHP. Below is my …
php mysql cakephp cakephp-3.0For CakePHP application, I created MySQL database. Which tool to be used to create ER Diagram of database? Fields and …
mysql cakephp mysql-workbench reverse-engineering er-diagramsI am using Apache/PHP/MySQL stack. Using as framework CakePHP. Every now and then I get a blank white …
php apache cakephp error-loggingI'm getting the following error in my CakePHP application: Request exceeded the limit of 10 internal redirects due to probable configuration …
apache cakephpPHP Fatal error: Class 'PDO' not found in /home/bd/public_html/app/webroot/Cake/Model/Datasource/Database/Mysql.php …
php mysql cakephp web-applicationsI am trying to check if an element is not in array than want to redirect page: My code is …
php arrays cakephpIs there a way that one can cause CakePHP to dump its SQL log on demand? I'd like to execute …
sql cakephpHow do you echo out current URL in Cake's view?
php cakephp