Beispiel #1
0
<?php

require_once __DIR__ . '/../so/autoload/so_autoload.php';
if (!so_value::make($_SERVER['HTTP_ORIGIN'])) {
    so_compiler::start();
}
so_application::start('so', 'dev');
Beispiel #2
0
<?php

require_once __DIR__ . '/../so/autoload/so_autoload.php';
if (!so_value::make($_SERVER['HTTP_ORIGIN'])) {
    so_compiler::start('hyoo');
}
so_application::start('hyoo', 'dev');