First commit, version 0.1 beta base nibiru framework
This commit is contained in:
16
core/i/engine.php
Normal file
16
core/i/engine.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
namespace Nibiru;
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: skasdorf
|
||||
* Date: 10.05.17
|
||||
* Time: 10:46
|
||||
*/
|
||||
interface IEngine
|
||||
{
|
||||
const T_ENGINE = "ENGINE";
|
||||
const T_ENGINE_NAME = "name";
|
||||
const T_ENGINE_TWIG = "Twig";
|
||||
const T_ENGINE_SMARTY = "Smarty";
|
||||
const T_ENGINE_DWOO = "Dwoo";
|
||||
}
|
||||
Reference in New Issue
Block a user