0% found this document useful (0 votes)
25 views

Code Igniter

Code Igniter ppt

Uploaded by

Rishi Shah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views

Code Igniter

Code Igniter ppt

Uploaded by

Rishi Shah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6

CodeIgniter

Definition:

Now what exactly is a framework:


To explain it in one line, it is a collection of reusable
library. Let’s take an example
A Framework makes things convenient!

PURE CSS BOOTSTRAP


Why use CodeIgniter?

It deals with the issue of having the code for


database, design and connectivity all in one
page and provides us with the toolkit to
manage our code using the MVC approach
? ? MVC ? ?

The only thing we need to keep in mind is that MVC is a


pattern that separates an application into three
components:
• Model - The Model component corresponds to all the
data-related logic that the user works with.
• View - The View component is used for all the UI logic
of the application.
• Controller - Controllers act as an interface between
Model and View components
? ? MVC ? ?

The only thing we need to keep in mind is that MVC is a


pattern that separates an application into three
components:
• Model - The Model component corresponds to all the
data-related logic that the user works with.
• View - The View component is used for all the UI logic
of the application.
• Controller - Controllers act as an interface between
Model and View components

You might also like