php code [2008-08-23 22:45:07]
Plugin system
By Hamed
Hello, I want to code plugin system. I want to code a class for this job and on where I want add hook. Eg:. PHP Code:. if($_GET['page'] == 'register' && $loginset == '0') … My plugins are like. PHP Code:. <?php /** * @author Hamed …
ProgrammingTalk - http://www.programmingtalk.com
.
