SlideShare a Scribd company logo
CodeIgniter Framework
Internet Engineering
Hamid Mozaffari
Hossein Mobasher
Overview
●
MVC
●
URI Patterns
●
Application Flow
●
MVC Design with CodeIgniter
●
Controller
●
Model
●
View
●
Library
●
Helper
●
An Example!
MVC
•Built on MVC
•MVC stands for Model View Controller
•Models encapsulate data and the manipulation thereof.
•Views handle presentation of the Models.
•Controllers handle:
•Routing
•external libraries
•Deciding which Model it’s going to send to which View.
Super Object
•CodeIgniter works by building a “super object” on every call.
•This makes the flow very easy to follow.
URI Patterns
•URI’s are Uniform Resource Identifier
•CodeIgniter uses the URI to determine what action to perform with
the request.
http:// www.example.com /blog/index.php /view /10
http://www.example.com/index.php/blog/view/10
URL Domain File Controller Method (action) Parameters
Application Flow
•Controller objects are created
•This loads any libraries / helpers needed as well as any Models
you intend to reference
•Corresponding named function (action) is called and given any
parameters present
•This function typically loads views which are then displayed
MVC Design with CodeIgniter
●
You could write all your logic in Views if you wanted to.
•You can completely disregard Models.
Controllers
•Controllers get called in response to a URL route
•Controllers should take any given parameters and use them to
create a Model.
•This Model then gets passed to the View.
Models
•Models are objects.
•Active Record gives Models database connectivity and query ability.
•DataMapper is has additional features if you need them.
Views
•A view takes information passed to it and splices those values into
the HTML document.
•Views are modular, you can load multiple views for any given
request.
•You can load views from other views.
Libraries
•Libraries allow you to interface with external classes.
•Session management
•reCaptcha
•API’s
•Calendar, Encryption, Forms, Profilers, URI, Validation, etc.
Helpers
•Globally available functions.
•Use them in Controllers, Views, or Models.
An Example

More Related Content

What's hot

Introduction to VIPER Architecture
Introduction to VIPER ArchitectureIntroduction to VIPER Architecture
Introduction to VIPER Architecture
Hendy Christianto
 
iOS viper presentation
iOS viper presentationiOS viper presentation
iOS viper presentation
Rajat Datta
 
Valentine with Angular js - Introduction
Valentine with Angular js - IntroductionValentine with Angular js - Introduction
Valentine with Angular js - Introduction
Senthil Kumar
 
Angularjs Basics
Angularjs BasicsAngularjs Basics
Angularjs Basics
Jayantha Sirisena
 
Angular 2 with typescript
Angular 2 with typescriptAngular 2 with typescript
Angular 2 with typescript
Tayseer_Emam
 
Mvc Brief Overview
Mvc Brief OverviewMvc Brief Overview
Mvc Brief Overview
rainynovember12
 
Dot net interview questions and asnwers
Dot net interview questions and asnwersDot net interview questions and asnwers
Dot net interview questions and asnwers
kavinilavuG
 
Moq 的進階用法
Moq 的進階用法Moq 的進階用法
Moq 的進階用法
LearningTech
 
CraftCamp for Students - Introduction to AngularJS
CraftCamp for Students - Introduction to AngularJSCraftCamp for Students - Introduction to AngularJS
CraftCamp for Students - Introduction to AngularJS
craftworkz
 
ASP.NET MVC Best Practices malisa ncube
ASP.NET MVC Best Practices   malisa ncubeASP.NET MVC Best Practices   malisa ncube
ASP.NET MVC Best Practices malisa ncube
Malisa Ncube
 
Sitecore MVC (London User Group, April 29th 2014)
Sitecore MVC (London User Group, April 29th 2014)Sitecore MVC (London User Group, April 29th 2014)
Sitecore MVC (London User Group, April 29th 2014)
Ruud van Falier
 
Module2
Module2Module2
Module2
Hoàng Lê
 
Knockout Introduction
Knockout IntroductionKnockout Introduction
Knockout Introduction
Sarvesh Kushwaha
 
PresentationPatterns_v2
PresentationPatterns_v2PresentationPatterns_v2
PresentationPatterns_v2
Maksym Tolstik
 
Angular js for Beginnners
Angular js for BeginnnersAngular js for Beginnners
Angular js for Beginnners
Santosh Kumar Kar
 
Testing Everything for ASP.NET MVC Applications
Testing Everything for ASP.NET MVC ApplicationsTesting Everything for ASP.NET MVC Applications
Testing Everything for ASP.NET MVC Applications
matthoneycutt
 
Sitecore MVC (User Group Conference, May 23rd 2014)
Sitecore MVC (User Group Conference, May 23rd 2014)Sitecore MVC (User Group Conference, May 23rd 2014)
Sitecore MVC (User Group Conference, May 23rd 2014)
Ruud van Falier
 
Sitecore MVC: Converting Web Forms sublayouts
Sitecore MVC: Converting Web Forms sublayoutsSitecore MVC: Converting Web Forms sublayouts
Sitecore MVC: Converting Web Forms sublayouts
nonlinear creations
 
Introduction to ASP.NET MVC
Introduction to ASP.NET MVCIntroduction to ASP.NET MVC
Introduction to ASP.NET MVC
Sunpawet Somsin
 
Introduction to Ember.js
Introduction to Ember.jsIntroduction to Ember.js
Introduction to Ember.js
Jeremy Brown
 

What's hot (20)

Introduction to VIPER Architecture
Introduction to VIPER ArchitectureIntroduction to VIPER Architecture
Introduction to VIPER Architecture
 
iOS viper presentation
iOS viper presentationiOS viper presentation
iOS viper presentation
 
Valentine with Angular js - Introduction
Valentine with Angular js - IntroductionValentine with Angular js - Introduction
Valentine with Angular js - Introduction
 
Angularjs Basics
Angularjs BasicsAngularjs Basics
Angularjs Basics
 
Angular 2 with typescript
Angular 2 with typescriptAngular 2 with typescript
Angular 2 with typescript
 
Mvc Brief Overview
Mvc Brief OverviewMvc Brief Overview
Mvc Brief Overview
 
Dot net interview questions and asnwers
Dot net interview questions and asnwersDot net interview questions and asnwers
Dot net interview questions and asnwers
 
Moq 的進階用法
Moq 的進階用法Moq 的進階用法
Moq 的進階用法
 
CraftCamp for Students - Introduction to AngularJS
CraftCamp for Students - Introduction to AngularJSCraftCamp for Students - Introduction to AngularJS
CraftCamp for Students - Introduction to AngularJS
 
ASP.NET MVC Best Practices malisa ncube
ASP.NET MVC Best Practices   malisa ncubeASP.NET MVC Best Practices   malisa ncube
ASP.NET MVC Best Practices malisa ncube
 
Sitecore MVC (London User Group, April 29th 2014)
Sitecore MVC (London User Group, April 29th 2014)Sitecore MVC (London User Group, April 29th 2014)
Sitecore MVC (London User Group, April 29th 2014)
 
Module2
Module2Module2
Module2
 
Knockout Introduction
Knockout IntroductionKnockout Introduction
Knockout Introduction
 
PresentationPatterns_v2
PresentationPatterns_v2PresentationPatterns_v2
PresentationPatterns_v2
 
Angular js for Beginnners
Angular js for BeginnnersAngular js for Beginnners
Angular js for Beginnners
 
Testing Everything for ASP.NET MVC Applications
Testing Everything for ASP.NET MVC ApplicationsTesting Everything for ASP.NET MVC Applications
Testing Everything for ASP.NET MVC Applications
 
Sitecore MVC (User Group Conference, May 23rd 2014)
Sitecore MVC (User Group Conference, May 23rd 2014)Sitecore MVC (User Group Conference, May 23rd 2014)
Sitecore MVC (User Group Conference, May 23rd 2014)
 
Sitecore MVC: Converting Web Forms sublayouts
Sitecore MVC: Converting Web Forms sublayoutsSitecore MVC: Converting Web Forms sublayouts
Sitecore MVC: Converting Web Forms sublayouts
 
Introduction to ASP.NET MVC
Introduction to ASP.NET MVCIntroduction to ASP.NET MVC
Introduction to ASP.NET MVC
 
Introduction to Ember.js
Introduction to Ember.jsIntroduction to Ember.js
Introduction to Ember.js
 

Viewers also liked

Intimacy
IntimacyIntimacy
Intimacy
Rachel Morse
 
UCloud
UCloudUCloud
UCloud
De-Wu Zeng
 
Database
DatabaseDatabase
WMA Risk Survey 2016
WMA Risk Survey 2016WMA Risk Survey 2016
WMA Risk Survey 2016
Noelle Buckley
 
ISR
ISRISR
Shive
ShiveShive
Desarrollo de la unidad didáctica
Desarrollo de la unidad didácticaDesarrollo de la unidad didáctica
Desarrollo de la unidad didáctica
jacqueline lozano suarez
 
Live API Documentation
Live API Documentation Live API Documentation
Live API Documentation
Hossein Mobasher
 
Makalah psikologi
Makalah psikologiMakalah psikologi
Makalah psikologiHary Ihsan
 
Association Rule Mining in Social Network Data
Association Rule Mining in Social Network DataAssociation Rule Mining in Social Network Data
Association Rule Mining in Social Network Data
Hossein Mobasher
 
Advanced Java
Advanced JavaAdvanced Java
Advanced Java
Hossein Mobasher
 
Illustration and Graphic Design Portfolio
Illustration and Graphic Design PortfolioIllustration and Graphic Design Portfolio
Illustration and Graphic Design Portfolio
Joy Hallare
 

Viewers also liked (13)

Intimacy
IntimacyIntimacy
Intimacy
 
UCloud
UCloudUCloud
UCloud
 
Database
DatabaseDatabase
Database
 
WMA Risk Survey 2016
WMA Risk Survey 2016WMA Risk Survey 2016
WMA Risk Survey 2016
 
ISR
ISRISR
ISR
 
Shive
ShiveShive
Shive
 
Desarrollo de la unidad didáctica
Desarrollo de la unidad didácticaDesarrollo de la unidad didáctica
Desarrollo de la unidad didáctica
 
Live API Documentation
Live API Documentation Live API Documentation
Live API Documentation
 
Makalah psikologi
Makalah psikologiMakalah psikologi
Makalah psikologi
 
Presentation
PresentationPresentation
Presentation
 
Association Rule Mining in Social Network Data
Association Rule Mining in Social Network DataAssociation Rule Mining in Social Network Data
Association Rule Mining in Social Network Data
 
Advanced Java
Advanced JavaAdvanced Java
Advanced Java
 
Illustration and Graphic Design Portfolio
Illustration and Graphic Design PortfolioIllustration and Graphic Design Portfolio
Illustration and Graphic Design Portfolio
 

Similar to CodeIgniter

MVC + ORM (with project implementation)
MVC + ORM (with project implementation)MVC + ORM (with project implementation)
MVC + ORM (with project implementation)
Prateek Chauhan
 
Mastering asp.net mvc - Dot Net Tricks
Mastering asp.net mvc - Dot Net TricksMastering asp.net mvc - Dot Net Tricks
Mastering asp.net mvc - Dot Net Tricks
Gaurav Singh
 
ASP.NET MVC 2.0
ASP.NET MVC 2.0ASP.NET MVC 2.0
ASP.NET MVC 2.0
Buu Nguyen
 
Getting started with MVC 5 and Visual Studio 2013
Getting started with MVC 5 and Visual Studio 2013Getting started with MVC 5 and Visual Studio 2013
Getting started with MVC 5 and Visual Studio 2013
Thomas Robbins
 
MVC architecture by Mohd.Awais on 18th Aug, 2017
MVC architecture by Mohd.Awais on 18th Aug, 2017MVC architecture by Mohd.Awais on 18th Aug, 2017
MVC architecture by Mohd.Awais on 18th Aug, 2017
Innovation Studio
 
E-Commerce Applications Development
E-Commerce Applications Development E-Commerce Applications Development
E-Commerce Applications Development
Muhammad Sajid
 
Introduction to ASP.Net MVC
Introduction to ASP.Net MVCIntroduction to ASP.Net MVC
Introduction to ASP.Net MVC
Sagar Kamate
 
Angular js
Angular jsAngular js
Angular js
Hritesh Saha
 
Angular js
Angular jsAngular js
Angular js
yogi_solanki
 
Angular
AngularAngular
Using MVC with Kentico 8
Using MVC with Kentico 8Using MVC with Kentico 8
Using MVC with Kentico 8
Thomas Robbins
 
MongoDB MEAN Stack Webinar October 7, 2015
MongoDB MEAN Stack Webinar October 7, 2015MongoDB MEAN Stack Webinar October 7, 2015
MongoDB MEAN Stack Webinar October 7, 2015
Valeri Karpov
 
Asp 1a-aspnetmvc
Asp 1a-aspnetmvcAsp 1a-aspnetmvc
Asp 1a-aspnetmvc
Fajar Baskoro
 
Aspnetmvc 1
Aspnetmvc 1Aspnetmvc 1
Aspnetmvc 1
Fajar Baskoro
 
Fast Track introduction to ASP.NET MVC
Fast Track introduction to ASP.NET MVCFast Track introduction to ASP.NET MVC
Fast Track introduction to ASP.NET MVC
Ankit Kashyap
 
Modular PHP Development using CodeIgniter Bonfire
Modular PHP Development using CodeIgniter BonfireModular PHP Development using CodeIgniter Bonfire
Modular PHP Development using CodeIgniter Bonfire
Jeff Fox
 
MVC Seminar Presantation
MVC Seminar PresantationMVC Seminar Presantation
MVC Seminar Presantation
Abhishek Yadav
 
Asp 1-mvc introduction
Asp 1-mvc introductionAsp 1-mvc introduction
Asp 1-mvc introduction
Fajar Baskoro
 
Asp.Net MVC 5 in Arabic
Asp.Net MVC 5 in ArabicAsp.Net MVC 5 in Arabic
Asp.Net MVC 5 in Arabic
Haitham Shaddad
 
Architectural Design & Patterns
Architectural Design&PatternsArchitectural Design&Patterns
Architectural Design & Patterns
Inocentshuja Ahmad
 

Similar to CodeIgniter (20)

MVC + ORM (with project implementation)
MVC + ORM (with project implementation)MVC + ORM (with project implementation)
MVC + ORM (with project implementation)
 
Mastering asp.net mvc - Dot Net Tricks
Mastering asp.net mvc - Dot Net TricksMastering asp.net mvc - Dot Net Tricks
Mastering asp.net mvc - Dot Net Tricks
 
ASP.NET MVC 2.0
ASP.NET MVC 2.0ASP.NET MVC 2.0
ASP.NET MVC 2.0
 
Getting started with MVC 5 and Visual Studio 2013
Getting started with MVC 5 and Visual Studio 2013Getting started with MVC 5 and Visual Studio 2013
Getting started with MVC 5 and Visual Studio 2013
 
MVC architecture by Mohd.Awais on 18th Aug, 2017
MVC architecture by Mohd.Awais on 18th Aug, 2017MVC architecture by Mohd.Awais on 18th Aug, 2017
MVC architecture by Mohd.Awais on 18th Aug, 2017
 
E-Commerce Applications Development
E-Commerce Applications Development E-Commerce Applications Development
E-Commerce Applications Development
 
Introduction to ASP.Net MVC
Introduction to ASP.Net MVCIntroduction to ASP.Net MVC
Introduction to ASP.Net MVC
 
Angular js
Angular jsAngular js
Angular js
 
Angular js
Angular jsAngular js
Angular js
 
Angular
AngularAngular
Angular
 
Using MVC with Kentico 8
Using MVC with Kentico 8Using MVC with Kentico 8
Using MVC with Kentico 8
 
MongoDB MEAN Stack Webinar October 7, 2015
MongoDB MEAN Stack Webinar October 7, 2015MongoDB MEAN Stack Webinar October 7, 2015
MongoDB MEAN Stack Webinar October 7, 2015
 
Asp 1a-aspnetmvc
Asp 1a-aspnetmvcAsp 1a-aspnetmvc
Asp 1a-aspnetmvc
 
Aspnetmvc 1
Aspnetmvc 1Aspnetmvc 1
Aspnetmvc 1
 
Fast Track introduction to ASP.NET MVC
Fast Track introduction to ASP.NET MVCFast Track introduction to ASP.NET MVC
Fast Track introduction to ASP.NET MVC
 
Modular PHP Development using CodeIgniter Bonfire
Modular PHP Development using CodeIgniter BonfireModular PHP Development using CodeIgniter Bonfire
Modular PHP Development using CodeIgniter Bonfire
 
MVC Seminar Presantation
MVC Seminar PresantationMVC Seminar Presantation
MVC Seminar Presantation
 
Asp 1-mvc introduction
Asp 1-mvc introductionAsp 1-mvc introduction
Asp 1-mvc introduction
 
Asp.Net MVC 5 in Arabic
Asp.Net MVC 5 in ArabicAsp.Net MVC 5 in Arabic
Asp.Net MVC 5 in Arabic
 
Architectural Design & Patterns
Architectural Design&PatternsArchitectural Design&Patterns
Architectural Design & Patterns
 

CodeIgniter