15 linhas
239 B
PHP
15 linhas
239 B
PHP
<?php
|
|
|
|
/*
|
|
* To change this template, choose Tools | Templates
|
|
* and open the template in the editor.
|
|
*/
|
|
namespace DAO;
|
|
/**
|
|
* Description of TableFactory
|
|
*
|
|
* @author felipe
|
|
*/
|
|
class TableFactory extends Table{
|
|
//put your code here
|
|
} |