summaryrefslogtreecommitdiffstats
path: root/user_guide/helpers
diff options
context:
space:
mode:
authorPascal Kriete <pascal.kriete@ellislab.com>2010-11-10 22:12:55 +0100
committerPascal Kriete <pascal.kriete@ellislab.com>2010-11-10 22:12:55 +0100
commita7056988f0f54975ae479c8ea0edf27f0dc9c880 (patch)
treefedd13d2cd4061728fd976f8e66119f6d94e0f3d /user_guide/helpers
parent2814cd15b61fcc6f18b9bd204e1bd22e8db73b12 (diff)
some doc fixes to show __construct instead of CI_Controller
Diffstat (limited to 'user_guide/helpers')
-rw-r--r--user_guide/helpers/smiley_helper.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/helpers/smiley_helper.html b/user_guide/helpers/smiley_helper.html
index d7c2d16e7..6846b78e7 100644
--- a/user_guide/helpers/smiley_helper.html
+++ b/user_guide/helpers/smiley_helper.html
@@ -101,9 +101,9 @@ your <dfn>smiley</dfn> folder.</p>
class Smileys extends CI_Controller {
- function Smileys()
+ function __construct()
{
- parent::CI_Controller();
+ parent::__construct();
}
function index()