19 linhas
246 B
PHP
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()
|
|
{
|
|
|
|
}
|
|
} |