Initial commit
This commit is contained in:
0
applications/start/models/index.html
Normal file
0
applications/start/models/index.html
Normal file
17
applications/start/models/introduction.php
Normal file
17
applications/start/models/introduction.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
class IntroductionModel extends System\SuperSmash\Model {
|
||||
|
||||
// Create the constructor
|
||||
public function __construct() {
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
public function introduction() {
|
||||
return array('introductionMessage' =>
|
||||
'Hello and welcome to the SuperSmash Framework! <br />
|
||||
This framework will help you while developing your application <br /><br />
|
||||
');
|
||||
}
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user