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
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