Changes made for documentation

This commit is contained in:
Abraar
2011-01-14 11:51:34 +00:00
parent 7acf08c96c
commit 1ca4d3b71e
31 changed files with 158 additions and 79 deletions

View File

@@ -23,6 +23,10 @@
*
*/
/**
* @package gulliver.system
*/
G::LoadSystem('database_base');
class database extends database_base {
@@ -443,8 +447,8 @@ class database extends database_base {
* concatString
* Generates a string equivalent to the chosen database.
*
* @author Hector Cortez <hector@gmail.com>
* @date 2010-08-04
* author Hector Cortez <hector@gmail.com>
* date 2010-08-04
*
* @return string $sConcat
*/
@@ -475,8 +479,8 @@ class database extends database_base {
* concatString
* Generates a string equivalent to the case when
*
* @author Hector Cortez <hector@gmail.com>
* @date 2010-08-04
* author Hector Cortez <hector@gmail.com>
* date 2010-08-04
*
* @return string $sCompare
*/
@@ -696,7 +700,7 @@ class database extends database_base {
/**
* It is part of class.pagedTable.php
*
* @package gulliver.system
*/
function getLimitRenderTable($nCurrentPage, $nRowsPerPage)
{