Project

General

Profile

« Previous | Next » 

Revision 1680

Added by darkviper over 12 years ago

renamed file class.database.php to Database.php
renamed class database into Database
classes SecurityException and SecDirectoryTraversalException added in globalExceptionHandler.php
CoreAutoloader() added in initialize.php
new Constants 'WB_REL' and 'DOCUMENT_ROOT' in initialize.php
class Database is able now to create multiple connections at same time
class ModLanguage added for easy handle of languages from modules

View differences:

class.wb.php
23 23
/* -------------------------------------------------------- */
24 24
// Include PHPLIB template class
25 25
require_once(WB_PATH."/include/phplib/template.inc");
26

  
27
require_once(WB_PATH.'/framework/class.database.php');
28

  
29 26
// Include new wbmailer class (subclass of PHPmailer)
30 27
require_once(WB_PATH."/framework/class.wbmailer.php");
31

  
32 28
//require_once(WB_PATH."/framework/SecureForm.php");
33 29

  
34 30
class wb extends SecureForm

Also available in: Unified diff