Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by deZender.Net
- * @ deZender (PHP5 Decoder for ionCube Encoder)
- *
- * @ Version : 1.1.6.0
- * @ Author : DeZender
- * @ Release on : 02.06.2013
- * @ Official site : http://DeZender.Net
- *
- */
- class cms_model_music {
- public $player = null;
- public $vplayer = null;
- public $config = array( );
- public $g_id = 0;
- private $prov_code = '';
- private $domen = '';
- private $parent_domen = '';
- public $is_multi_domen = false;
- private $where = '';
- private $order_by = '';
- private $limit = '';
- private static $instance = null;
- public function __call($name, $arguments) {
- exit( 'вызван несуществующий метод "' . $name . '"' );
- }
- public function __construct() {
- $this->inDB = cmsDatabase::getInstance( );
- mb_internal_encoding( 'utf-8' );
- $this->domen = $this->getDomen( );
- $this->getLCode( );
- $this->config = self::getconfig( );
- ...............................................................................
- .................................
- ...............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement