background image

         }

         return $result;

        // trigger_error ('Not yet implemented', E_USER_ERROR);//引发一个错误

       }

       function load() {

            trigger_error ('Not yet implemented', E_USER_ERROR);

       }

}

/**

* 针对 PHP 的配置,如有配置文件

* $file=

<?php

$db = array();

// Enter your database name here:

$db['name'] = 'test';

// Enter the hostname of your MySQL server:

$db['host'] = 'localhost';