Skip to content

rich97/LoggablePlugin

Repository files navigation

This is an update to a plugin I wrote a while ago.

It currently logs all requests made to your site, and I need to work on a display interface.

Useage:

In app_controller.php:

var $components = array('Loggable.Loggable');
var $helpers = array('Loggable.Loggable');

In views/layouts/default.ctp:

echo $this->Loggable->loggable();

About

Log and display visits to your site and visit details.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published