Arquivos
wMind/mind3rd/API/classes/DAO/Table.php
T
2011-03-22 19:11:39 -03:00

19 linhas
246 B
PHP

<?php
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
namespace DAO;
/**
* Description of Table
*
* @author felipe
*/
class Table extends \MindDB{
public function __construct()
{
}
}