Welcome Guest, Not a member yet? Register   Sign In
新建控制器出错了“A PHP Error was encountered”
#6

[eluser]InsiteFX[/eluser]
Since your controller classes will extend the main application controller you must be careful not to name your functions identically to the ones used by that class, otherwise your local functions will override them. The following is a list of reserved names. Do not name your controller any of these:

Controller
CI_Base
_ci_initialize
Default
index

You guys need to read the system/core/loader.php and CodeIgniter.php file to really understand what is going on in the background!

CodeIgniter doe's a lot of upper and lower case converting on the fly!

InsiteFX


Messages In This Thread
新建控制器出错了“A PHP Error was encountered” - by El Forum - 06-23-2011, 10:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB