里约热内卢(dsq); 如果($dsq){ $names=array(); $limit=mysql\u num\u字段($dsq); 对于($i=0;$iquery($dsq); 如果($dsq){ $r=$this->getRow($dsq,“num”); 返回$r[0]; } } /** *@name:getXML *@desc:返回数据集$ds的XML格式 */ 函数getXML($dsq){ 如果(!是_资源($dsq)) $dsq=$this->query($dsq); $xmldata=“\r\n\r\n”; 而($row=$this->getRow($dsq,“两者”)){ $xmldata.=“\r\n”; 对于($j=0;$line=each($row);$j++){ 如果($j%2){ $xmldata.=“$line[1]\r\n”; } } $xmldata.=“\r\n”; } $xmldata.=“\r\n”; 返回$xmldata; } /** *@name:getTableMetaData *@desc:返回一个数组的每一列的MySQL结构细节 *桌子 *@param:$table:数据库表的全名 */ 函数getTableMetaData($table){ $metadata=false; 如果(!空($table)){ $sql=“显示来自$table的字段”; 如果($ds=$this->query($sql)){ 而($row=$this->getRow($ds)){ $fieldName=$row['Field']; $metadata[$fieldName]=$row; } } } 返回$metadata; } /** *@name:prepareDate *@desc:为特定的数据库类型准备适当格式的日期 *给定UNIX时间戳 *@param:$timestamp:UNIX时间戳 *@param:$fieldType:设置日期格式的字段类型 *(在MySQL中,有日期、时间、年份和日期时间) */ 函数prepareDate($timestamp,$fieldType='DATETIME'){ $date=''; 如果(!$timestamp===false&&$timestamp>0){ 交换机($fieldType){ 案例“日期”: $date=日期('Y-m-d',$timestamp); 打破 案例“时间”: $date=日期($H:i:s',$timestamp); 打破 案件‘年份’: $date=日期('Y',$timestamp); 打破 违约: $date=日期($Y-m-d H:i:s',$timestamp); 打破 } } 返回$date; } /** *@name:getHTMLGrid *@param:$params:数据网格参数 *柱头类 *tableClass *itemClass *高度等级 *柱头式 *表样式 *项目风格 *高度样式 *纵队 *田地 *冷弯 *colAligns *彩色 *colTypes *细胞填充 *细胞间距 *标题 *页脚 *页面大小 *寻呼定位 *页面类 *寻呼机样式 * */ 函数getHTMLGrid($dsq,$params){ 全球$base_路径; 如果(!是_资源($dsq)) $dsq=$this->query($dsq); 如果($dsq){ include_once MODX_BASE_PATH.'/manager/includes/controls/datagrid.class.php'; $grd=新数据网格(“”,$dsq); $grd->noRecordMsg=$params['noRecordMsg']; $grd->columnHeaderClass=$params['columnHeaderClass']; $grd->cssClass=$params['cssClass']; $grd->itemClass=$params['itemClass']; $grd->altItemClass=$params['altItemClass']; $grd->columnHeaderStyle=$params['columnHeaderStyle']; $grd->tableStyle=$params['tableStyle']; $grd->itemStyle=$params['itemStyle']; $grd->altItemStyle=$params['altItemStyle']; $grd->columns=$params['columns']; $grd->fields=$params['fields']; $grd->colWidths=$params['colWidths']; $grd->colAligns=$params['colAligns']; $grd->colColors=$params['colColors']; $grd->colTypes=$params['colTypes']; $grd->colwrapps=$params['colwrapps']; $grd->cellPadding=$params['cellPadding']; $grd->cellSpacing=$params['cellSpacing']; $grd->header=$params['header']; $grd->footer=$params['footer']; $grd->pageSize=$params['pageSize']; $grd->pagerLocation=$params['pagerLocation']; $grd->pagerClass=$params['pagerClass']; $grd->pagerStyle=$params['pagerStyle']; 返回$grd->render(); } } /** *@name:makeArray *@desc:将记录集转换为多维数组 *@return:记录集中的行数组数组,或空数组 *如果记录集为空,如果没有记录集,则返回false *通过 *@param:$rs要打包到数组中的记录集 */ 函数makeArray($rs=''){ 如果(!$rs)返回false; $rsArray=array(); $qty=$this->getRecordCount($rs); 对于($i=0;$igetRow($rs); 返回$rsArray; } /** *@name getVersion *@desc返回包含数据库服务器版本的字符串 * *@返回字符串 */ 函数getVersion(){ 返回mysql_get_server_info(); } } ?>

里约热内卢(dsq); 如果($dsq){ $names=array(); $limit=mysql\u num\u字段($dsq); 对于($i=0;$iquery($dsq); 如果($dsq){ $r=$this->getRow($dsq,“num”); 返回$r[0]; } } /** *@name:getXML *@desc:返回数据集$ds的XML格式 */ 函数getXML($dsq){ 如果(!是_资源($dsq)) $dsq=$this->query($dsq); $xmldata=“\r\n\r\n”; 而($row=$this->getRow($dsq,“两者”)){ $xmldata.=“\r\n”; 对于($j=0;$line=each($row);$j++){ 如果($j%2){ $xmldata.=“$line[1]\r\n”; } } $xmldata.=“\r\n”; } $xmldata.=“\r\n”; 返回$xmldata; } /** *@name:getTableMetaData *@desc:返回一个数组的每一列的MySQL结构细节 *桌子 *@param:$table:数据库表的全名 */ 函数getTableMetaData($table){ $metadata=false; 如果(!空($table)){ $sql=“显示来自$table的字段”; 如果($ds=$this->query($sql)){ 而($row=$this->getRow($ds)){ $fieldName=$row['Field']; $metadata[$fieldName]=$row; } } } 返回$metadata; } /** *@name:prepareDate *@desc:为特定的数据库类型准备适当格式的日期 *给定UNIX时间戳 *@param:$timestamp:UNIX时间戳 *@param:$fieldType:设置日期格式的字段类型 *(在MySQL中,有日期、时间、年份和日期时间) */ 函数prepareDate($timestamp,$fieldType='DATETIME'){ $date=''; 如果(!$timestamp===false&&$timestamp>0){ 交换机($fieldType){ 案例“日期”: $date=日期('Y-m-d',$timestamp); 打破 案例“时间”: $date=日期($H:i:s',$timestamp); 打破 案件‘年份’: $date=日期('Y',$timestamp); 打破 违约: $date=日期($Y-m-d H:i:s',$timestamp); 打破 } } 返回$date; } /** *@name:getHTMLGrid *@param:$params:数据网格参数 *柱头类 *tableClass *itemClass *高度等级 *柱头式 *表样式 *项目风格 *高度样式 *纵队 *田地 *冷弯 *colAligns *彩色 *colTypes *细胞填充 *细胞间距 *标题 *页脚 *页面大小 *寻呼定位 *页面类 *寻呼机样式 * */ 函数getHTMLGrid($dsq,$params){ 全球$base_路径; 如果(!是_资源($dsq)) $dsq=$this->query($dsq); 如果($dsq){ include_once MODX_BASE_PATH.'/manager/includes/controls/datagrid.class.php'; $grd=新数据网格(“”,$dsq); $grd->noRecordMsg=$params['noRecordMsg']; $grd->columnHeaderClass=$params['columnHeaderClass']; $grd->cssClass=$params['cssClass']; $grd->itemClass=$params['itemClass']; $grd->altItemClass=$params['altItemClass']; $grd->columnHeaderStyle=$params['columnHeaderStyle']; $grd->tableStyle=$params['tableStyle']; $grd->itemStyle=$params['itemStyle']; $grd->altItemStyle=$params['altItemStyle']; $grd->columns=$params['columns']; $grd->fields=$params['fields']; $grd->colWidths=$params['colWidths']; $grd->colAligns=$params['colAligns']; $grd->colColors=$params['colColors']; $grd->colTypes=$params['colTypes']; $grd->colwrapps=$params['colwrapps']; $grd->cellPadding=$params['cellPadding']; $grd->cellSpacing=$params['cellSpacing']; $grd->header=$params['header']; $grd->footer=$params['footer']; $grd->pageSize=$params['pageSize']; $grd->pagerLocation=$params['pagerLocation']; $grd->pagerClass=$params['pagerClass']; $grd->pagerStyle=$params['pagerStyle']; 返回$grd->render(); } } /** *@name:makeArray *@desc:将记录集转换为多维数组 *@return:记录集中的行数组数组,或空数组 *如果记录集为空,如果没有记录集,则返回false *通过 *@param:$rs要打包到数组中的记录集 */ 函数makeArray($rs=''){ 如果(!$rs)返回false; $rsArray=array(); $qty=$this->getRecordCount($rs); 对于($i=0;$igetRow($rs); 返回$rsArray; } /** *@name getVersion *@desc返回包含数据库服务器版本的字符串 * *@返回字符串 */ 函数getVersion(){ 返回mysql_get_server_info(); } } ?>,mysql,database,dns,modx,Mysql,Database,Dns,Modx,文件开头表示无法连接到数据库,请尝试连接到数据库,然后执行查询 使用功能连接到数据库 还要检查以确保您为数据库连接指定了正确的凭据。如前所述,我将首先使用phpAdmin检查您对modX数据库的登录凭据是否正确。一旦你确定这是世界 « MODx Parse Error » MODx encountered the following error while attempting to parse the requested resource: « PHP Parse Error » PHP e

文件开头表示无法连接到数据库,请尝试连接到数据库,然后执行查询

使用功能连接到数据库


还要检查以确保您为数据库连接指定了正确的凭据。

如前所述,我将首先使用phpAdmin检查您对modX数据库的登录凭据是否正确。一旦你确定这是世界
« MODx Parse Error »
MODx encountered the following error while attempting to parse the requested resource:
« PHP Parse Error »

PHP error debug
  Error:  mysql_connect() [function.mysql-connect]: Access denied for user 'sale'@'localhost' (using password: YES)  
  Error type/ Nr.:  Warning - 2  
  File:  /var/www/vhosts/sale.co.uk/httpdocs/manager/includes/extenders/dbapi.mysql.class.inc.php  
  Line:  89  
  Line 89 source:  if (!$this->conn = ($persist ? mysql_pconnect($host, $uid, $pwd) : mysql_connect($host, $uid, $pwd, true))) {   

Parser timing
  MySQL:  0.0000 s (0 Requests)
  PHP:  0.0144 s  
  Total:  0.0144 s  
« MODx Parse Error »
MODx encountered the following error while attempting to parse the requested resource:
« Failed to create the database connection! »

Parser timing
  MySQL:  0.0000 s (0 Requests)
  PHP:  0.0148 s  
  Total:  0.0148 s  
« MODx Parse Error »
MODx encountered the following error while attempting to parse the requested resource:
« Failed to create the database connection! »

Parser timing
  MySQL:  0.0000 s (0 Requests)
  PHP:  0.0151 s  
  Total:  0.0151 s  
« MODx Parse Error »
MODx encountered the following error while attempting to parse the requested resource:
« Failed to create the database connection! »

« MODx Parse Error »
MODx encountered the following error while attempting to parse the requested resource:
« Failed to create the database connection! »

Parser timing
  MySQL:  0.0000 s (0 Requests)
  PHP:  9.8827 s  
  Total:  9.8827 s  
<?php

/* Database API object of MySQL
 * Written by Raymond Irving June, 2005
 *
 */

class DBAPI {

   var $conn;
   var $config;
   var $isConnected;

   /**
    * @name:  DBAPI
    *
    */
   function DBAPI($host='',$dbase='', $uid='',$pwd='',$pre=NULL,$charset='',$connection_method='SET CHARACTER SET') {
      $this->config['host'] = $host ? $host : $GLOBALS['database_server'];
      $this->config['dbase'] = $dbase ? $dbase : $GLOBALS['dbase'];
      $this->config['user'] = $uid ? $uid : $GLOBALS['database_user'];
      $this->config['pass'] = $pwd ? $pwd : $GLOBALS['database_password'];
      $this->config['charset'] = $charset ? $charset : $GLOBALS['database_connection_charset'];
      $this->config['connection_method'] =  $this->_dbconnectionmethod = (isset($GLOBALS['database_connection_method']) ? $GLOBALS['database_connection_method'] : $connection_method);
      $this->config['table_prefix'] = ($pre !== NULL) ? $pre : $GLOBALS['table_prefix'];
      $this->initDataTypes();
   }

   /**
    * @name:  initDataTypes
    * @desc:  called in the constructor to set up arrays containing the types
    *         of database fields that can be used with specific PHP types
    */
   function initDataTypes() {
      $this->dataTypes['numeric'] = array (
         'INT',
         'INTEGER',
         'TINYINT',
         'BOOLEAN',
         'DECIMAL',
         'DEC',
         'NUMERIC',
         'FLOAT',
         'DOUBLE PRECISION',
         'REAL',
         'SMALLINT',
         'MEDIUMINT',
         'BIGINT',
         'BIT'
      );
      $this->dataTypes['string'] = array (
         'CHAR',
         'VARCHAR',
         'BINARY',
         'VARBINARY',
         'TINYBLOB',
         'BLOB',
         'MEDIUMBLOB',
         'LONGBLOB',
         'TINYTEXT',
         'TEXT',
         'MEDIUMTEXT',
         'LONGTEXT',
         'ENUM',
         'SET'
      );
      $this->dataTypes['date'] = array (
         'DATE',
         'DATETIME',
         'TIMESTAMP',
         'TIME',
         'YEAR'
      );
   }

   /**
    * @name:  connect
    *
    */
   function connect($host = '', $dbase = '', $uid = '', $pwd = '', $persist = 0) {
      global $modx;
      $uid = $uid ? $uid : $this->config['user'];
      $pwd = $pwd ? $pwd : $this->config['pass'];
      $host = $host ? $host : $this->config['host'];
      $dbase = $dbase ? $dbase : $this->config['dbase'];
      $charset = $charset ? $charset : $this->config['charset'];
      $connection_method = $this->config['connection_method'];
      $tstart = $modx->getMicroTime();
      if (!$this->conn = ($persist ? mysql_pconnect($host, $uid, $pwd) : mysql_connect($host, $uid, $pwd, true))) {
         $modx->messageQuit("Failed to create the database connection!");
         exit;
      } else {
         $dbase = str_replace('`', '', $dbase); // remove the `` chars
         if (!@ mysql_select_db($dbase, $this->conn)) {
            $modx->messageQuit("Failed to select the database '" . $dbase . "'!");
            exit;
         }
         @mysql_query("{$connection_method} {$charset}", $this->conn);
         $tend = $modx->getMicroTime();
         $totaltime = $tend - $tstart;
         if ($modx->dumpSQL) {
            $modx->queryCode .= "<fieldset style='text-align:left'><legend>Database connection</legend>" . sprintf("Database connection was created in %2.4f s", $totaltime) . "</fieldset><br />";
         }
         $this->isConnected = true;
         // FIXME (Fixed by line below):
         // this->queryTime = this->queryTime + $totaltime;
         $modx->queryTime += $totaltime;
      }
   }

   /**
    * @name:  disconnect
    *
    */
   function disconnect() {
      @ mysql_close($this->conn);
   }

   function escape($s) {
      if (function_exists('mysql_real_escape_string') && $this->conn) {
         $s = mysql_real_escape_string($s, $this->conn);
      } else {
         $s = mysql_escape_string($s);
      }
      return $s;
   }

   /**
    * @name:  query
    * @desc:  Mainly for internal use.
    * Developers should use select, update, insert, delete where possible
    */
   function query($sql) {
      global $modx;
      if (empty ($this->conn) || !is_resource($this->conn)) {
         $this->connect();
      }
      $tstart = $modx->getMicroTime();
      if (!$result = @ mysql_query($sql, $this->conn)) {
         $modx->messageQuit("Execution of a query to the database failed - " . $this->getLastError(), $sql);
      } else {
         $tend = $modx->getMicroTime();
         $totaltime = $tend - $tstart;
         $modx->queryTime = $modx->queryTime + $totaltime;
         if ($modx->dumpSQL) {
            $modx->queryCode .= "<fieldset style='text-align:left'><legend>Query " . ($this->executedQueries + 1) . " - " . sprintf("%2.4f s", $totaltime) . "</legend>" . $sql . "</fieldset><br />";
         }
         $modx->executedQueries = $modx->executedQueries + 1;
         return $result;
      }
   }

   /**
    * @name:  delete
    *
    */
   function delete($from,$where='',$fields='') {
      if (!$from)
         return false;
      else {
         $table = $from;
         $where = ($where != "") ? "WHERE $where" : "";
         return $this->query("DELETE $fields FROM $table $where");
      }
   }

   /**
    * @name:  select
    *
    */
   function select($fields = "*", $from = "", $where = "", $orderby = "", $limit = "") {
      if (!$from)
         return false;
      else {
         $table = $from;
         $where = ($where != "") ? "WHERE $where" : "";
         $orderby = ($orderby != "") ? "ORDER BY $orderby " : "";
         $limit = ($limit != "") ? "LIMIT $limit" : "";
         return $this->query("SELECT $fields FROM $table $where $orderby $limit");
      }
   }

   /**
    * @name:  update
    *
    */
   function update($fields, $table, $where = "") {
      if (!$table)
         return false;
      else {
         if (!is_array($fields))
            $flds = $fields;
         else {
            $flds = '';
            foreach ($fields as $key => $value) {
               if (!empty ($flds))
                  $flds .= ",";
               $flds .= $key . "=";
               $flds .= "'" . $value . "'";
            }
         }
         $where = ($where != "") ? "WHERE $where" : "";
         return $this->query("UPDATE $table SET $flds $where");
      }
   }

   /**
    * @name:  insert
    * @desc:  returns either last id inserted or the result from the query
    */
   function insert($fields, $intotable, $fromfields = "*", $fromtable = "", $where = "", $limit = "") {
      if (!$intotable)
         return false;
      else {
         if (!is_array($fields))
            $flds = $fields;
         else {
            $keys = array_keys($fields);
            $values = array_values($fields);
            $flds = "(" . implode(",", $keys) . ") " .
             (!$fromtable && $values ? "VALUES('" . implode("','", $values) . "')" : "");
            if ($fromtable) {
               $where = ($where != "") ? "WHERE $where" : "";
               $limit = ($limit != "") ? "LIMIT $limit" : "";
               $sql = "SELECT $fromfields FROM $fromtable $where $limit";
            }
         }
         $rt = $this->query("INSERT INTO $intotable $flds $sql");
         $lid = $this->getInsertId();
         return $lid ? $lid : $rt;
      }
   }

   /**
    * @name:  getInsertId
    *
    */
   function getInsertId($conn=NULL) {
      if( !is_resource($conn)) $conn =& $this->conn;
      return mysql_insert_id($conn);
   }

   /**
    * @name:  getAffectedRows
    *
    */
   function getAffectedRows($conn=NULL) {
      if (!is_resource($conn)) $conn =& $this->conn;
      return mysql_affected_rows($conn);
   }

   /**
    * @name:  getLastError
    *
    */
   function getLastError($conn=NULL) {
      if (!is_resource($conn)) $conn =& $this->conn;
      return mysql_error($conn);
   }

   /**
    * @name:  getRecordCount
    *
    */
   function getRecordCount($ds) {
      return (is_resource($ds)) ? mysql_num_rows($ds) : 0;
   }

   /**
    * @name:  getRow
    * @desc:  returns an array of column values
    * @param: $dsq - dataset
    *
    */
   function getRow($ds, $mode = 'assoc') {
      if ($ds) {
         if ($mode == 'assoc') {
            return mysql_fetch_assoc($ds);
         }
         elseif ($mode == 'num') {
            return mysql_fetch_row($ds);
         }
         elseif ($mode == 'both') {
            return mysql_fetch_array($ds, MYSQL_BOTH);
         } else {
            global $modx;
            $modx->messageQuit("Unknown get type ($mode) specified for fetchRow - must be empty, 'assoc', 'num' or 'both'.");
         }
      }
   }

   /**
    * @name:  getColumn
    * @desc:  returns an array of the values found on colun $name
    * @param: $dsq - dataset or query string
    */
   function getColumn($name, $dsq) {
      if (!is_resource($dsq))
         $dsq = $this->query($dsq);
      if ($dsq) {
         $col = array ();
         while ($row = $this->getRow($dsq)) {
            $col[] = $row[$name];
         }
         return $col;
      }
   }

   /**
    * @name:  getColumnNames
    * @desc:  returns an array containing the column $name
    * @param: $dsq - dataset or query string
    */
   function getColumnNames($dsq) {
      if (!is_resource($dsq))
         $dsq = $this->query($dsq);
      if ($dsq) {
         $names = array ();
         $limit = mysql_num_fields($dsq);
         for ($i = 0; $i < $limit; $i++) {
            $names[] = mysql_field_name($dsq, $i);
         }
         return $names;
      }
   }

   /**
    * @name:  getValue
    * @desc:  returns the value from the first column in the set
    * @param: $dsq - dataset or query string
    */
   function getValue($dsq) {
      if (!is_resource($dsq))
         $dsq = $this->query($dsq);
      if ($dsq) {
         $r = $this->getRow($dsq, "num");
         return $r[0];
      }
   }

   /**
    * @name:  getXML
    * @desc:  returns an XML formay of the dataset $ds
    */
   function getXML($dsq) {
      if (!is_resource($dsq))
         $dsq = $this->query($dsq);
      $xmldata = "<xml>\r\n<recordset>\r\n";
      while ($row = $this->getRow($dsq, "both")) {
         $xmldata .= "<item>\r\n";
         for ($j = 0; $line = each($row); $j++) {
            if ($j % 2) {
               $xmldata .= "<$line[0]>$line[1]</$line[0]>\r\n";
            }
         }
         $xmldata .= "</item>\r\n";
      }
      $xmldata .= "</recordset>\r\n</xml>";
      return $xmldata;
   }

   /**
    * @name:  getTableMetaData
    * @desc:  returns an array of MySQL structure detail for each column of a
    *         table
    * @param: $table: the full name of the database table
    */
   function getTableMetaData($table) {
      $metadata = false;
      if (!empty ($table)) {
         $sql = "SHOW FIELDS FROM $table";
         if ($ds = $this->query($sql)) {
            while ($row = $this->getRow($ds)) {
               $fieldName = $row['Field'];
               $metadata[$fieldName] = $row;
            }
         }
      }
      return $metadata;
   }

   /**
    * @name:  prepareDate
    * @desc:  prepares a date in the proper format for specific database types
    *         given a UNIX timestamp
    * @param: $timestamp: a UNIX timestamp
    * @param: $fieldType: the type of field to format the date for
    *         (in MySQL, you have DATE, TIME, YEAR, and DATETIME)
    */
   function prepareDate($timestamp, $fieldType = 'DATETIME') {
      $date = '';
      if (!$timestamp === false && $timestamp > 0) {
         switch ($fieldType) {
            case 'DATE' :
               $date = date('Y-m-d', $timestamp);
               break;
            case 'TIME' :
               $date = date('H:i:s', $timestamp);
               break;
            case 'YEAR' :
               $date = date('Y', $timestamp);
               break;
            default :
               $date = date('Y-m-d H:i:s', $timestamp);
               break;
         }
      }
      return $date;
   }

   /**
    * @name:  getHTMLGrid
    * @param: $params: Data grid parameters
    *         columnHeaderClass
    *         tableClass
    *         itemClass
    *         altItemClass
    *         columnHeaderStyle
    *         tableStyle
    *         itemStyle
    *         altItemStyle
    *         columns
    *         fields
    *         colWidths
    *         colAligns
    *         colColors
    *         colTypes
    *         cellPadding
    *         cellSpacing
    *         header
    *         footer
    *         pageSize
    *         pagerLocation
    *         pagerClass
    *         pagerStyle
    *
    */
   function getHTMLGrid($dsq, $params) {
      global $base_path;
      if (!is_resource($dsq))
         $dsq = $this->query($dsq);
      if ($dsq) {
         include_once MODX_BASE_PATH . '/manager/includes/controls/datagrid.class.php';
         $grd = new DataGrid('', $dsq);

         $grd->noRecordMsg = $params['noRecordMsg'];

         $grd->columnHeaderClass = $params['columnHeaderClass'];
         $grd->cssClass = $params['cssClass'];
         $grd->itemClass = $params['itemClass'];
         $grd->altItemClass = $params['altItemClass'];

         $grd->columnHeaderStyle = $params['columnHeaderStyle'];
         $grd->tableStyle = $params['tableStyle'];
         $grd->itemStyle = $params['itemStyle'];
         $grd->altItemStyle = $params['altItemStyle'];

         $grd->columns = $params['columns'];
         $grd->fields = $params['fields'];
         $grd->colWidths = $params['colWidths'];
         $grd->colAligns = $params['colAligns'];
         $grd->colColors = $params['colColors'];
         $grd->colTypes = $params['colTypes'];
         $grd->colWraps = $params['colWraps'];

         $grd->cellPadding = $params['cellPadding'];
         $grd->cellSpacing = $params['cellSpacing'];
         $grd->header = $params['header'];
         $grd->footer = $params['footer'];
         $grd->pageSize = $params['pageSize'];
         $grd->pagerLocation = $params['pagerLocation'];
         $grd->pagerClass = $params['pagerClass'];
         $grd->pagerStyle = $params['pagerStyle'];
         return $grd->render();
      }
   }

   /**
   * @name:  makeArray
   * @desc:  turns a recordset into a multidimensional array
   * @return: an array of row arrays from recordset, or empty array
   *          if the recordset was empty, returns false if no recordset
   *          was passed
   * @param: $rs Recordset to be packaged into an array
   */
   function makeArray($rs=''){
      if(!$rs) return false;
      $rsArray = array();
      $qty = $this->getRecordCount($rs);
      for ($i = 0; $i < $qty; $i++) $rsArray[] = $this->getRow($rs);
      return $rsArray;
   }

   /**
    * @name getVersion
    * @desc returns a string containing the database server version
    *
    * @return string
    */
   function getVersion() {
       return mysql_get_server_info();
   }
}
?>
<?php
/**
 *  MODx Configuration file
 */
$database_type = 'mysql';
$database_server = 'localhost';
$database_user = 'db_username';
$database_password = 'mypassword';
$database_connection_charset = 'utf8';
$database_connection_method = 'SET NAMES';
$dbase = '`db_name`';
$table_prefix = 'modx_';