ok
Direktori : /home2/selectio/www/gangabuvana/admin/cms/application/models/ |
Current File : //home2/selectio/www/gangabuvana/admin/cms/application/models/Model_testimonial.php |
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Model_testimonial extends CI_Model { public function all_testimonial() { $query = $this->db->query("SELECT * FROM tbl_testimonial WHERE lang_id=? ORDER BY id ASC", [$_SESSION['sess_lang_id']]); return $query->result_array(); } }