コード例 #1
0
<?php 
$index = ["img" => get_thumb($page_img), "title" => "Hidden", "desc" => "This is my Hidden Projects Please don't share with any one", "desc2" => "", "itiration" => sr::hidden()];
?>


@include(get_location("index"))
コード例 #2
0
 public function pornstars()
 {
     $data = ['route_info' => \sr::hidden("pornstars"), "ng_app" => "myApp", 'theme' => $this->themes[0]];
     return $this->get_view("Hidden/pornstars/index", $data);
 }