Can't login with CakePHP's Auth login (Invalid password or username)

2014-03-17 Thread Bruno Messias
Hi guys. I'm using cakephp 2.x and can't seem to make Auth->login() work. app/Controller/AppController.php class AppController extends Controller { // sitema de autentificacao simples http://book.cakephp.org/2.0/en/tutorials-and-examples/blog-auth-example/auth.html public $comp

Re: Staying DRY best practice?

2014-03-17 Thread designv...@gmail.com
Check out the CRUD plugin: https://github.com/FriendsOfCake/crud On Sunday, 16 March 2014 12:39:58 UTC, Harold Putman wrote: > > I've noticed that my controller methods and views for admin_edit, > admin_add, edit, add have a lot of overlapping code. What is the best > practice for organizing my