| Current Path : /home/cinepatreb/www/patriaManagment/objects/dao/templates/ |
| Current File : /home/cinepatreb/www/patriaManagment/objects/dao/templates/DAOExt.tpl |
<?php
/**
* Class that operate on table '${table_name}'. Database Mysql.
*
* @author: http://phpdao.com
* @date: ${date}
*/
class ${dao_clazz_name}DAO extends ${dao_clazz_sup_name}DAO{
}
?>