Abel Hoogeveen
b10561df6d
Also moved the NotifierEvent into another file, the event abstract and gave the interpret model a namespace.
24 lines
624 B
PHP
24 lines
624 B
PHP
<?php
|
|
return array(
|
|
|
|
'module_class' => 'Module\Database\Main',
|
|
'module_file' => 'class.database.php',
|
|
'module_name' => 'Database',
|
|
|
|
'abstract' => false,
|
|
'dependencies' => array(),
|
|
'events' => array(),
|
|
'sections' => array(),
|
|
|
|
'name' => 'FuzeWorks Database Module',
|
|
'description' => 'PDO Wrapper class for FuzeWorks',
|
|
'author' => 'TechFuze',
|
|
'version' => '1.0.0',
|
|
'website' => 'http://fuzeworks.techfuze.net/',
|
|
|
|
'date_created' => '30-04-2015',
|
|
'date_updated' => '30-04-2015',
|
|
|
|
'enabled' => true,
|
|
);
|