new coding convention , Change File name : class_ becomes file.class.php
This commit is contained in:
parent
1d5550713f
commit
f84a96033e
355 changed files with 1011 additions and 1011 deletions
|
|
@ -9,9 +9,9 @@ require_once '../../include/constant.php';
|
|||
const REPOSITORY_DB=1;
|
||||
const ACCOUNT_DB=2;
|
||||
|
||||
require NOALYSS_INCLUDE."/lib/class_database.php";
|
||||
require NOALYSS_INCLUDE."/lib/class_iselect.php";
|
||||
require NOALYSS_INCLUDE."/lib/class_http_input.php";
|
||||
require NOALYSS_INCLUDE."/lib/database.class.php";
|
||||
require NOALYSS_INCLUDE."/lib/iselect.class.php";
|
||||
require NOALYSS_INCLUDE."/lib/http_input.class.php";
|
||||
|
||||
require './table_sql.class.php';
|
||||
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@
|
|||
* along with NOALYSS; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
require_once NOALYSS_INCLUDE.'/database/class_noalyss_sql.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/class_database.php';
|
||||
require_once NOALYSS_INCLUDE.'/database/noalyss_sql.class.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/database.class.php';
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue