Integrating advanced modules into admin activity log

edited February 2012 in Share
Hi again,

I was wondering how I would integrate specific activity from an advanced module I have created into the activity log?

Thanks.

Comments

  • edited 7:42PM
    There is a logs_model you can use like so:
    $this->load->module_model(FUEL_FOLDER, 'logs_model'); $this->logs_model->logit('My Message');
  • edited 7:42PM
    Great, thanks.
Sign In or Register to comment.