From 114ab0988e20ac6be39ad363ff897a1a3b85e565 Mon Sep 17 00:00:00 2001 From: Razican Date: Mon, 25 Apr 2011 17:26:45 +0200 Subject: Fixed double-space typo. --- user_guide/overview/appflow.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/overview/appflow.html') diff --git a/user_guide/overview/appflow.html b/user_guide/overview/appflow.html index bcbc43ff8..3b1c42e4c 100644 --- a/user_guide/overview/appflow.html +++ b/user_guide/overview/appflow.html @@ -67,7 +67,7 @@ Appflow
  • The index.php serves as the front controller, initializing the base resources needed to run CodeIgniter.
  • The Router examines the HTTP request to determine what should be done with it.
  • If a cache file exists, it is sent directly to the browser, bypassing the normal system execution.
  • -
  • Security. Before the application controller is loaded, the HTTP request and any user submitted data is filtered for security.
  • +
  • Security. Before the application controller is loaded, the HTTP request and any user submitted data is filtered for security.
  • The Controller loads the model, core libraries, helpers, and any other resources needed to process the specific request.
  • The finalized View is rendered then sent to the web browser to be seen. If caching is enabled, the view is cached first so that on subsequent requests it can be served.
  • -- cgit v1.2.3-24-g4f1b