Exemplo n.º 1
0
<?php

/**
 * Created by PhpStorm.
 * User: elex
 * Date: 01.10.15
 * Time: 15:15
 */
include "snipets/core.class.php";
//$scriptProperties
$dd = new Spinky();
//if($scriptProperties['action']=='GetMenuList')
$dd->Ajax();
Exemplo n.º 2
0
<?php

/**
 * Created by PhpStorm.
 * User: elex
 * Date: 01.10.15
 * Time: 15:15
 */
include "snipets/core.class.php";
//$scriptProperties
$dd = new Spinky();
//if($scriptProperties['action']=='GetMenuList')
$dd->Run($scriptProperties);