Codeigniter Tutorial - PowerPoint PPT Presentation

About This Presentation
Title:

Codeigniter Tutorial

Description:

Codeigniter is a PHP framework and, follows an MVC pattern. MVC is a Model View Controller that is a toolkit -for building a website. Codeigniter Tutorial aimed is to introduce the Codeigniter framework and basic configuration and setup and give tutorials for basic to the advanced level. Codeigniter is an open-source software rapid development web framework that is generally for PHP. If you are a beginner and you want to learn then visit PHPTPOINT. – PowerPoint PPT presentation

Number of Views:888
Slides: 10
Provided by: Phptpoint
Category:
Tags:

less

Transcript and Presenter's Notes

Title: Codeigniter Tutorial


1
Codeigniter Tutorial
2
Codeigniter Tutorial for Beginners - Learn with
Examples
3
In this cyber age, everything has shifted to the
internet, whether it is your bank account or your
health checkup. Hence, the web applications
demands have seen a huge raise in the past few
years. CodeIgniter is basically an open-source
web framework that is generally for PHP. It is
known to deliver lots of libraries and packages
that will help the programmers to build the web
applications from a certain level and to prevent
them to build a web application from the
start. This PHP framework is known to add layers
of the logic to your web applications.
This Codeigniter tutorial will help you in
understand the basic concept of it and why it is
necessary for the development of web applications.
4
Lets Understand the Working in this CodeIgniter
Tutorial
MVC that elaborates to Model-View-Controller
architecture is used in assisting the programmers
to build a cleaner design and parallelize the
certain processes in the development
cycle.  ?Now, lets understand what MVC is in
it. MVC basically elaborates to Model View
Controller and this is the pattern that is the
foundation of the codeIgniter framework. In
simple words, the MVC is basically a software
that delivers the users the ability to outcast
the logical view from the presentation view. 
Doing this result in a web page that consists of
the minimal scripting.
5
Model  The models are generally managed by the
controller in this language and its data
structure of the programmer is usually
represented by the model. A model class in
codeigniter contains the functions through which
the programmers can insert, retrieve or update
information in their respective
database. ?View The information that is
displayed in front of the users is known as the
view. A view in the codeigniter can be either a
web page or the parts of the page like header and
footer.
6
Controllers ?The Bridge that exists between the
models and the view and is used to process HTTP
request and in generating a web page is called as
the controller. The information of the requests
is generally processed by the Models and view
that are received by the controller and are
passed on to them. Learn everything about the
Codeigniter in the most efficient codeigniter
tutorial on the web.
7
Lets Understand the Prominent Features of
CodeIgniter Codeigniter provides various
prominent users that are availed to the users.
Here is a list of all the most subsequent
features of the Codeigniter are depicted below
8
  • Among all the frameworks that are available on
    the web, Codeigniter is the most light-weighted
    framework of all.
  • Model View Controller (MVC) is the important key
    to the foundation of the Codeigniter.
  • This framework generally possesses the full
    featured database classes and is generally
    available to support for several platforms.
  • Codeigniter is an extensible that simply
    translates to the fact that the programmers can
    extend the system extremely easily just by the
    use of their libraries, helpers.
  • The documentation of this framework is famous for
    its efficiency.

9
Read More .....?Also Visit Here - PHP Projects
Free Download
Original Source
Write a Comment
User Comments (0)
About PowerShow.com