CodeIgniter Report |
Hello!
I maked a library to store and retrieve/display your error or information messages for CodeIngniter v2.2.x, multi-language, display time, save log in parallel, template, etc. I use this library for all of my CI projects. I hope that help you. Sources and complete documentation: https://github.com/Cedric-ruiu/CodeIgniter-Report Quick usage: PHP Code: $this->load->library('Report'); And quick custom usage: PHP Code: $this->report->enable_log()->set = array(FALSE, 'Ow you make a little mistake...'); I welcome feedback: any bugs, security issues and suggestions for future improvements. |
Welcome Guest, Not a member yet? Register Sign In |