hardfire / codeigniter-filter

Includes basic before_filter and after_filter support.

Home Page:http://matthewmachuga.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeIgniter-Filter

CodeIgniter-Filter adds basic before_filter and after_filter functionality to controllers in CodeIgniter applications using a custom controller.

I've opted to ditch the hooks method due to not being able to have a protected or private visability on controller methods used as callbacks.

All you need to do is extend from MY_Controller instead of CI_Controller and the functionality will be available.

Notes


Compatible with PHP5 and CI2.0+

About

Includes basic before_filter and after_filter support.

http://matthewmachuga.com