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