diff options
Diffstat (limited to 'user_guide/general/routing.html')
-rw-r--r-- | user_guide/general/routing.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/user_guide/general/routing.html b/user_guide/general/routing.html index 85e91af70..402e50a27 100644 --- a/user_guide/general/routing.html +++ b/user_guide/general/routing.html @@ -145,11 +145,6 @@ Higher routes will always take precedence over lower ones.</p> when people load your root URL. In the above example, the "welcome" class would be loaded. You are encouraged to always have a default route otherwise a 404 page will appear by default.</p> -<code>$route['scaffolding_trigger'] = 'scaffolding';</code> - -<p>This route lets you set a secret word, which when present in the URL, triggers the scaffolding feature. -Please read the <a href="scaffolding.html">Scaffolding</a> page for details.</p> - <p class="important"><strong>Important:</strong> The reserved routes must come before any wildcard or regular expression routes.</p> </div> @@ -158,7 +153,7 @@ Please read the <a href="scaffolding.html">Scaffolding</a> page for details.</p> <div id="footer"> <p> -Previous Topic: <a href="scaffolding.html">Scaffolding</a> +Previous Topic: <a href="common_functions.html">Common Functions</a> · <a href="#top">Top of Page</a> · <a href="../index.html">User Guide Home</a> · |