Initial commit
This commit is contained in:
21
system/SuperSmash/model.php
Normal file
21
system/SuperSmash/model.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
/**************************************/
|
||||
/**** SuperSmash Framework ****/
|
||||
/**** Created By SuperSmash ****/
|
||||
/**** Started on: 25-04-2012 ****/
|
||||
/**************************************/
|
||||
|
||||
namespace system\SuperSmash;
|
||||
|
||||
if (!defined("SUPERSMASH_FRAMEWORK")){die("You cannot access this page directly!");}
|
||||
|
||||
class Model
|
||||
{
|
||||
// Create the contructor
|
||||
public function __construct()
|
||||
{
|
||||
$this->load = loadClass('Loader');
|
||||
}
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user