From ee0a7f0083e9e3e2e667211acd3909e71aa1ec47 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 8 May 2008 13:59:27 +0000 Subject: Added a Reserved Names page to the userguide, and migrated reserved controller names into it. Added a Common Functions page to the userguide for globally available functions. --- user_guide/general/reserved_names.html | 151 +++++++++++++++++++++++++++++++++ 1 file changed, 151 insertions(+) create mode 100644 user_guide/general/reserved_names.html (limited to 'user_guide/general/reserved_names.html') diff --git a/user_guide/general/reserved_names.html b/user_guide/general/reserved_names.html new file mode 100644 index 000000000..60bdec2fc --- /dev/null +++ b/user_guide/general/reserved_names.html @@ -0,0 +1,151 @@ + + + + +Reserved Names : CodeIgniter User Guide + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +

CodeIgniter User Guide Version 1.6.2

+
+ + + + + + + + + +
+ + +
+ + + +
+ +

Reserved Names

+ +

In order to help out, CodeIgniter uses a series of functions and names in its operation. Because of this, some names cannot be used by a developer. Following is a list of reserved names that cannot be used.

+

Controller names

+

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 functions any of these:

+ +


+ If you are running PHP 4 there are some additional reserved names. These ONLY apply if you are running PHP 4.

+ +

Functions

+ +

Variables

+ +

Constants

+ +
+ + + + + + + \ No newline at end of file -- cgit v1.2.3-24-g4f1b