system: Linux mars.sprixweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
cmd: 

Direktori : /home/pfhr/public_html/classes/Controller/
Upload File :
Current File : /home/pfhr/public_html/classes/Controller/CLeft.php

<?php
class Controller_CLeft
{
	function showLeft()
	{		
		include_once('classes/Model/MLeft.php');
		include_once('classes/Display/DLeft.php');
		
		$output = array();
		$output['left']=Model_MLeft::showLeft();
		
		return $output['left'];
	}
}
?>