8000 GitHub - machuga/codeigniter-filter: Includes basic before_filter and after_filter support.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

machuga/codeigniter-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0