I´m trying to write a log system for my CakePHP intranet. What i need is to store de username/datetime whene someone tryes to login.
My login code is on the clients_controller and i need to store the data on a model called log (i have the model, controller, view… but they are not related)
how can i achive that?
thank you
Add this line in your Client Controller:
in cakephp 2.3
To create a log when someone logs in: