Пример #1
0
 protected static function init()
 {
     include_once CORE_LIB_PATH . '/php-ofc-library/open-flash-chart.php';
     self::$chart = new open_flash_chart();
     self::$y_axis = new y_axis();
     self::$x_axis = new x_axis();
 }