phpeveryday.com

The best tutorial of php, php framework, php strategies, object oriented oriented,


CodeIgniter: Showing Simple All Data

Tag: CodeIgniter, framework, MVC, parameter, controller, view, data   Category: PHP Framework
post: 25 Jan 2008 read: 2,897


CodeIgniter Step By Step Tutorial: We have set database and create table for CodeIgniter practice. Now, we learn how to show data in CodeIgniter. As we know, CodeIgniter use MVC pattern. We will use Model for retrieve data from database.

First, build a model. Create a file named "employee_model.php" within CodeIgniter/CodeIgniter\system\application\models. Enter following code:

codeigniter - model database

Next, we make a view. Create a file named "employee_viewall.php" within CodeIgniter\system\application\views. Enter folowing code:

codeigniter - view

Build controller. Create a file named "employee.php" within CodeIgniter\system\application\controllers. Enter following code:

codeigniter - controller

Now, try to point your browser to http://localhost/CodeIgniter/index.php/employee/getall

codeigniter


Series this article:
CodeIgniter: Introduction to CodeIgniter Framework
CodeIgniter: Installation
CodeIgniter: Creating First Application at CodeIgniter
CodeIgniter: Creating and Sending Parameters Between Controller and View
CodeIgniter: Getting Parameters From GET
CodeIgniter: Setting Database Configuration
CodeIgniter: Preparing Database
CodeIgniter: Showing Simple All Data
CodeIgniter: Showing Simple One Data
CodeIgniter: Choosing a Data From GET

| Give Your Opinion | Recommend
Share and Bookmark to: These icons link to social bookmarking sites where readers can share and discover new web pages.
digg del.icio.us technorati Ma.gnolia BlinkList

Recommended articles by other readers:
Web Services: How PHP Kiss VB.NET? (Part 1)
Chart: How to Build Cool Animation Real Time Chart
Joomla: Fast Road to Understand Component Programming
Email: Send Attachement Mail
mod_rewrite - Part 1: create your "fantasy" URL

What do You Think?
Your Name *:
Email *:
(Will not be published)
Website/URL:
Your Comment *:
* Required


615
posting