Userguide tweaks to show proper PHP 5 examples and removing the compat helper from the menu.
diff --git a/user_guide/general/controllers.html b/user_guide/general/controllers.html
index bcd0e4b..1d9cd03 100644
--- a/user_guide/general/controllers.html
+++ b/user_guide/general/controllers.html
@@ -340,7 +340,7 @@
<br />
function <kbd>__construct()</kbd><br />
{<br />
- <var>parent::CI_Controller();</var><br />
+ <var>parent::__construct();</var><br />
// Your own constructor code<br />
}<br />
}<br />