<?php if ( ! defined('SYS_DIR')) exit('No direct script access allowed'); class Product_Model extends Model{ private $tableName = "download"; function getAllData(){ return $this->fetchAll($this->tableName); } function save($data){ return $this->insert($this->tableName,$data); } } ?>
Home » product model
Subscribe to:
Posts (Atom)
0 comments:
Post a Comment