I'm new to CakePhp framework and followed the blog tutorial. Everything
went smooth until authentication part.
This is my login method from UsersControllers.php, the debug line always
returns false.
public function login()
{
if ($this->request->is('post')) {
debug($thi
Hello,
I was updating my Cakephp application from 1.2 to 1.3 and got into a
compatibility problem.
The Cookbook says:
vendors/css, vendors/js, and vendors/img
Support for these three directories, both in app/vendors as well as
plugin/vendors has been removed. They have been replaced with plugin
an