Request Analyse reviewed, Server Initialisation Reviewed, Core Class Interface Created, App created

This commit is contained in:
EoleDev 2016-02-05 00:07:31 +01:00
parent b39f5c1cd4
commit c2a5b1880c
6 changed files with 147 additions and 83 deletions

7
server/core/CoreInterface.php Executable file
View file

@ -0,0 +1,7 @@
<?php
interface Core{
public function action($action);
}