added a few comments

Esse commit está contido em:
Felipe Nascimento de Moura
2011-04-06 18:29:08 -03:00
commit 7ee6a9f1ca
3 arquivos alterados com 16 adições e 15 exclusões
+8 -6
Ver Arquivo
@@ -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{
-3
Ver Arquivo
@@ -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
*/
+8 -6
Ver Arquivo
@@ -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{