initial commit
This commit is contained in:
parent
92037e0139
commit
a2fa15986d
1605 changed files with 120566 additions and 0 deletions
9
application/class/ModularApp.php
Normal file
9
application/class/ModularApp.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace MVC\Classe;
|
||||
|
||||
class ModularApp{
|
||||
public static function load($name){
|
||||
require MODULES_PATH . DIRECTORY_SEPARATOR . "setup" . DIRECTORY_SEPARATOR . $name . ".twig.class.php";
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue