<?php
namespace Models;

/**
 * sistemin ortak kullanılan sql kodları burada yer alır
 *
 * @author Selman TUNÇ <selmantunc@gmail.com>
 * @copyright Copyright (c) 2015 SELMAN TUNÇ
 *
 * @link https://github.com/stnc/stnc-framework/
 * @license http://www.opensource.org/licenses/mit-license.php The MIT License
 */
class Common_Model extends \Core\Model
{

    private $table_prefix = 'cms_';
    
    

    

    
    
    
}
