added a few comments
Esse commit está contido em:
@@ -1,14 +1,16 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* To change this template, choose Tools | Templates
|
||||
* and open the template in the editor.
|
||||
/**
|
||||
* This file is part of TheWebMind 3rd generation.
|
||||
*
|
||||
* @author Felipe Nascimento de Moura <felipenmoura@gmail.com>
|
||||
* @license licenses/mind3rd.license
|
||||
*/
|
||||
|
||||
/**
|
||||
* Description of mysql
|
||||
* Description of pgsql
|
||||
*
|
||||
* @author felipe
|
||||
* @author Felipe Nascimento de Moura <felipenmoura@gmail.com>
|
||||
* @package DBMS
|
||||
*/
|
||||
class mysql implements DBMS{
|
||||
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
/**
|
||||
* This file is part of TheWebMind 3rd generation.
|
||||
*
|
||||
* Notice that, these packages are being used only for documentation,
|
||||
* not to organize the classes.
|
||||
*
|
||||
* @author Felipe Nascimento de Moura <felipenmoura@gmail.com>
|
||||
* @license licenses/mind3rd.license
|
||||
*/
|
||||
|
||||
@@ -1,14 +1,16 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* To change this template, choose Tools | Templates
|
||||
* and open the template in the editor.
|
||||
/**
|
||||
* This file is part of TheWebMind 3rd generation.
|
||||
*
|
||||
* @author Felipe Nascimento de Moura <felipenmoura@gmail.com>
|
||||
* @license licenses/mind3rd.license
|
||||
*/
|
||||
|
||||
/**
|
||||
* Description of sqlite
|
||||
* Description of pgsql
|
||||
*
|
||||
* @author felipe
|
||||
* @author Felipe Nascimento de Moura <felipenmoura@gmail.com>
|
||||
* @package DBMS
|
||||
*/
|
||||
class sqlite implements DBMS{
|
||||
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário