SlideShare a Scribd company logo
Search in CodeIgniter
application/config/database.php
$db['default'] = array(
'dsn' => '',
'hostname' => 'localhost',
'username' => 'root',
'password' => '',
'database' => 'flowers',
'dbdriver' => 'mysqli',
................................................
/application/config/autoload.php
$autoload['libraries'] = array('database‘,’table’);
$autoload['helper‘] = array('url', 'file','form','html');
/application/config/routes.php
$route['default_controller'] = 'FlowerController';
$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;
/application/models/FlowerModel.php
<?php
class FlowerModel extends CI_Model {
function searchFlower($search){
$this->db->like('nume', $search);
$this->db->or_like('culoare', $search);
$query = $this->db->get('flori');
return $query->result_array();
}
}
/application/controllers/FlowerController.php
<?php
class FlowerController extends CI_Controller {
function __Construct(){
parent::__Construct ();
$this->load->model('FlowerModel','f'); // load model
}
public function index() {
$this->load->view('search_form');
}
public function search(){
$search=$this->input->post('search');
$row=$this->f->searchFlower($search);
$data['r']=$row;
$this->load->view('search_result',$data);
}
}
/application/views/search_form.php
<?php
echo form_open('FlowerController/search');
$search = ['name' => 'search',
'id' => 'text1',
'value'=>'',
'maxlength' => '100',
'size' => '30',
];
?>
<?php echo form_label('Search ', 'text1');?>
<?php echo form_input($search);?>
<br/><br/>
<?php echo form_submit('submit', 'Search');?>
/application/views/search_result.php
<?php
//$this->load->library('table');
$this->table->set_heading(array('Id','Nume',
'Culoare', 'Marime', 'Pret'));
foreach($r as $row ){
$this->table->add_row($row);
}
echo $this->table->generate();

More Related Content

PPTX
15. CodeIgniter editarea inregistrarilor
TXT
PPTX
Sql inyection
PPTX
12. CodeIgniter vederea inregistrarilor2
PDF
PHP and Rich Internet Applications
PPTX
20. CodeIgniter edit images
PDF
Pagination in PHP
15. CodeIgniter editarea inregistrarilor
Sql inyection
12. CodeIgniter vederea inregistrarilor2
PHP and Rich Internet Applications
20. CodeIgniter edit images
Pagination in PHP

What's hot (20)

PDF
Country State City Dropdown in PHP
PDF
Add edit delete in Codeigniter in PHP
PPTX
13. CodeIgniter vederea inregistrarilor3
PDF
PHP and Rich Internet Applications
DOCX
Php update and delet operation
PDF
Pemrograman Web 8 - MySQL
PPTX
16. CodeIgniter stergerea inregistrarilor
DOCX
Karan - form search
PPTX
10. CodeIgniter vederea inregistrarilor
PDF
Pemrograman Web 9 - Input Form DB dan Session
PPTX
8. vederea inregistrarilor
PDF
Check username availability with vue.js and PHP
KEY
Zf Zend Db by aida
DOCX
Karan chanana
PDF
jQuery UI Widgets, Drag and Drop, Drupal 7 Javascript
PPTX
12. edit record
PPTX
Let's write secure Drupal code!
PDF
Add loop shortcode
PPTX
Let's write secure Drupal code! - 13.09.2018 @ Drupal Europe, Darmstadt, Germany
PDF
Php (1)
Country State City Dropdown in PHP
Add edit delete in Codeigniter in PHP
13. CodeIgniter vederea inregistrarilor3
PHP and Rich Internet Applications
Php update and delet operation
Pemrograman Web 8 - MySQL
16. CodeIgniter stergerea inregistrarilor
Karan - form search
10. CodeIgniter vederea inregistrarilor
Pemrograman Web 9 - Input Form DB dan Session
8. vederea inregistrarilor
Check username availability with vue.js and PHP
Zf Zend Db by aida
Karan chanana
jQuery UI Widgets, Drag and Drop, Drupal 7 Javascript
12. edit record
Let's write secure Drupal code!
Add loop shortcode
Let's write secure Drupal code! - 13.09.2018 @ Drupal Europe, Darmstadt, Germany
Php (1)
Ad

Similar to 21. CodeIgniter search (14)

PPTX
14. CodeIgniter adaugarea inregistrarilor
PPTX
21.search in laravel
ODP
CodeIgniter PHP MVC Framework
PPTX
1. CodeIgniter 1
PDF
Codeigniter4の比較と検証
PPTX
11. CodeIgniter vederea unei singure inregistrari
PPTX
Introduction to codeigniter
PDF
Codeigniter
ODP
Codegnitorppt
DOCX
firts app.docx
PPTX
19. CodeIgniter imagini in mysql
PPTX
10. view one record
PPT
Synapseindia reviews sharing intro cakephp
14. CodeIgniter adaugarea inregistrarilor
21.search in laravel
CodeIgniter PHP MVC Framework
1. CodeIgniter 1
Codeigniter4の比較と検証
11. CodeIgniter vederea unei singure inregistrari
Introduction to codeigniter
Codeigniter
Codegnitorppt
firts app.docx
19. CodeIgniter imagini in mysql
10. view one record
Synapseindia reviews sharing intro cakephp
Ad

More from Razvan Raducanu, PhD (20)

PPTX
11. delete record
PPTX
9. add new record
PPTX
PPTX
6. hello popescu 2
PPTX
5. hello popescu
PPTX
4. forme in zend framework 3
PPTX
3. trimiterea datelor la vederi
PPTX
2.routing in zend framework 3
PPTX
1. zend framework intro
PPTX
18. images in symfony 4
PPTX
17. delete data
PPTX
16. edit data
PPTX
15. view single data
PPTX
14. add data in symfony4
PPTX
13. view data
PPTX
12.doctrine view data
PPTX
11. move in Symfony 4
PPTX
10. add in Symfony 4
PPTX
9. lower in Symfony 4
PPTX
8. radio1 in Symfony 4
11. delete record
9. add new record
6. hello popescu 2
5. hello popescu
4. forme in zend framework 3
3. trimiterea datelor la vederi
2.routing in zend framework 3
1. zend framework intro
18. images in symfony 4
17. delete data
16. edit data
15. view single data
14. add data in symfony4
13. view data
12.doctrine view data
11. move in Symfony 4
10. add in Symfony 4
9. lower in Symfony 4
8. radio1 in Symfony 4

Recently uploaded (20)

PDF
TR - Agricultural Crops Production NC III.pdf
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
01-Introduction-to-Information-Management.pdf
PDF
Pre independence Education in Inndia.pdf
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
Basic Mud Logging Guide for educational purpose
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
Business Ethics Teaching Materials for college
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
Cell Types and Its function , kingdom of life
PPTX
master seminar digital applications in india
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
PDF
Classroom Observation Tools for Teachers
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
PPTX
Institutional Correction lecture only . . .
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
TR - Agricultural Crops Production NC III.pdf
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
01-Introduction-to-Information-Management.pdf
Pre independence Education in Inndia.pdf
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Basic Mud Logging Guide for educational purpose
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Business Ethics Teaching Materials for college
FourierSeries-QuestionsWithAnswers(Part-A).pdf
O7-L3 Supply Chain Operations - ICLT Program
Microbial diseases, their pathogenesis and prophylaxis
Cell Types and Its function , kingdom of life
master seminar digital applications in india
VCE English Exam - Section C Student Revision Booklet
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
Classroom Observation Tools for Teachers
Anesthesia in Laparoscopic Surgery in India
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
Institutional Correction lecture only . . .
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx

21. CodeIgniter search