From e334c472fb4be44feec3a73402fc4a2b062cbfc0 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 21 Oct 2006 19:44:22 +0000 Subject: --- user_guide/overview/mvc.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'user_guide/overview/mvc.html') diff --git a/user_guide/overview/mvc.html b/user_guide/overview/mvc.html index 0f5fbe89b..3d577e902 100644 --- a/user_guide/overview/mvc.html +++ b/user_guide/overview/mvc.html @@ -12,7 +12,7 @@ @@ -63,12 +63,12 @@ MVC

Model-View-Controller

-

Code Igniter is based on the Model-View-Controller development pattern. +

Code Igniter is based on the Model-View-Controller development pattern. MVC is a software approach that separates application logic from presentation. In practice, it permits your web pages to contain minimal scripting since the presentation is separate from the PHP scripting.

-

Code Igniter has a fairly loose approach to MVC since Models are not required. +

Code Igniter has a fairly loose approach to MVC since Models are not required. If you don't need the added separation, or find that maintaining models requires more complexity than you -want, you can ignore them and build your application minimally using Controllers and Views. Code Igniter also +want, you can ignore them and build your application minimally using Controllers and Views. Code Igniter also enables you to incorporate your own existing scripts, or even develop core libraries for the system, enabling you to work in a way that makes the most sense to you.

-- cgit v1.2.3-24-g4f1b