芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/jet-tabs/includes/modules/jet-cache/jet-cache.php
load_files(); $this->db_manager = new DB_Manager(); } /** * [load_files description] * @return [type] [description] */ public function load_files() { /** * Modules */ require $this->path . 'inc/db-manager.php'; require $this->path . 'inc/functions.php'; } /** * Returns the instance. * * @since 1.0.0 * @access public * @return object */ public static function get_instance() { // If the single instance hasn't been set, set it now. if ( null == self::$instance ) { self::$instance = new self; } return self::$instance; } }