product model

<?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);
				}
				
				
		}

?>

0 comments:

Post a Comment

 

Copyright 2013 Download Lagu Gratis: product model Template by Casino Critic | Ping!. Powered by Blogger