| Current Path : /home/cinepatreb/www/php/dao/class/mysql/ext/ |
| Current File : /home/cinepatreb/www/php/dao/class/mysql/ext/GenreMySqlExtDAO.class.php |
<?php
/**
* Class that operate on table 'genre'. Database Mysql.
*
* @author: http://phpdao.com
* @date: 2015-01-28 23:26
*/
class GenreMySqlExtDAO extends GenreMySqlDAO{
}
?>