Example #1
0
<?php

/*
# ----------------------------------------------------------------------
# HOME: CONTROL
# ----------------------------------------------------------------------
*/
/* --- CONSTRUCT CLASS --- */
$_get = new BLOG_GET();
$_update = new BLOG_UPDATE();
/* --- SLIDESHOW --- */
$count_slideshow = $_get->count_slideshow();
$get_slideshow = $_get->get_slideshows();
$countService = $_get->countService();
if ($countService->rows > 0) {
    $getService = $_get->getService();
}