Senior & Expert PHP Developers Discussion Forum by Nyros Technologies

HIRE PHP Expert Developers Programmers Coders From India
PHP .Net Ruby on Rails Developers Community, Nyros Technologies, Kakinada
 
Log in  or IF not a member please REGISTER
Username:
Password:   


Keyword
Log in | Profile 

Example program using CodeIgniter

 
Post new topic   Reply to topic    Senior & Expert PHP Developers Discussion Forum by Nyros Technologies Index -> Advanced Programming
View previous topic :: View next topic  
Author Message
Thirupathi



Joined: 01 Dec 2009
Posts: 116

PostPosted: Wed Feb 03, 2010 11:03 am    Post subject: Example program using CodeIgniter Reply with quote

CodeIgniter Sample Application:
------------------------------------
Hi Friends,I have posted one example program by using CodeIgniter Frame work.It may be useful to the people who are new to work with CodeIgniter.
testcontroller.php--->place this program in controllers folder
<?php
class TestController extends Controller{
function TestController(){
parent::Controller(); //This is the constructor
}
function index(){
$this->load->model('testmodel','test'); //We can load the required model in to our controller
$data = $this->test->getData(); //Calling the getData() method in testmodel
$this->load->view('testview',$data);//Load the required view with our data
}
}
?>

testmodel.php -->place this program in to models folder
<?php
class TestModel extends Model{
function TestModel(){
parent::Model();
}
function getData(){
$data['title'] = "This is the testing program";
$data['companyname'] = "Nyros Technologies";
$data['location'] = "Kakinada-STPI";
}
}
?>

testview.php -->place this program in to views folder

<html>
<titile><?=$title?></title>
<head></head>
<body>
Company Name:<?php echo $companyname;?>
Location:<?php echo $location;?>
</body>
</html>

Thanks & Regards,
Thirupathi.J
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Senior & Expert PHP Developers Discussion Forum by Nyros Technologies Index -> Advanced Programming
Page 1 of 1

 latest topics 
 Topics   Replies   Author   Views   Last Post 
No new posts About foxycart
0 venkatadapa 5 Fri Jul 30, 2010 10:02 am
venkatadapa View latest post
No new posts How to change the mysql storage engine from MyISAM to innodb
1 aababu 10 Fri Jul 30, 2010 9:57 am
venkatadapa View latest post
No new posts How can we increase the execution time of a php script?
0 samir 6 Fri Jul 30, 2010 4:15 am
samir View latest post
No new posts Get no of days between two dates & current dates using M
0 samir 4 Fri Jul 30, 2010 4:09 am
samir View latest post
No new posts What are the different types of errors in php
0 samir 6 Fri Jul 30, 2010 4:00 am
samir View latest post
No new posts How to remove a value in an array using javascript
0 samir 10 Thu Jul 29, 2010 7:27 am
samir View latest post
No new posts Agile methodology plays vital role in software development
0 venkatadapa 7 Thu Jul 29, 2010 7:20 am
venkatadapa View latest post
No new posts How to get complete information about $_SERVER variable
0 Sanjana 15 Wed Jul 28, 2010 6:58 am
Sanjana View latest post
No new posts DNL Reader for php website
0 Mike 22 Mon Jul 26, 2010 12:33 pm
Mike View latest post
No new posts Use mysql_real_escape_string() function to avoid mysql injec
0 venkatadapa 26 Mon Jul 26, 2010 11:05 am
venkatadapa View latest post





Hire an expert PHP developer / coder / programmer or development team from India now!!

Other Forums : Ruby on Rails   ::   .Net   |   Free unlimited HTML CSS Joomla Wordpress Drupal templates download

Nyros Technologies   |   Developers Blog   |   Kakinada City Portal   |   About PHP Experts   |   More