public function __construct()
 {
     parent::__construct();
     $title = 'Social Buttons for Bootstrap';
     $this->template->append_title($title)->set_breadcrumb($title, site_url('playground/social-buttons'));
     $this->registry->set('nav', 'playground');
 }
 public function __construct()
 {
     parent::__construct();
     $title = 'Multiplayer Library Test';
     $this->template->append_title($title)->set_breadcrumb($title, site_url('playground/multiplayer'));
     $this->registry->set('nav', 'playground');
 }
 public function __construct()
 {
     parent::__construct();
     $title = 'Bootstrap Star Rating Examples';
     $this->template->append_title($title)->set_breadcrumb($title, site_url('playground/star-rating'));
     $this->registry->set('nav', 'playground');
 }
 public function __construct()
 {
     parent::__construct();
     $title = 'CodeIgniter\'s Parser Test';
     $this->template->append_title($title)->set_breadcrumb($title, site_url('playground/parser-test'));
     $this->registry->set('nav', 'playground/parser_test');
 }
 public function __construct()
 {
     parent::__construct();
     $title = 'Mustache Parser Test';
     $this->template->append_title($title)->set_breadcrumb($title, site_url('playground/mustache'));
     $this->registry->set('nav', 'playground/mustache');
 }
 public function __construct()
 {
     parent::__construct();
     $title = 'JavaScript Minification Test';
     $this->template->append_title($title)->set_breadcrumb($title, site_url('playground/jsmin'));
     $this->registry->set('nav', 'playground');
 }
 public function __construct()
 {
     parent::__construct();
     $title = 'SCSS Compiler Test';
     $this->template->append_title($title)->set_breadcrumb($title, site_url('playground/scss'));
     $this->registry->set('nav', 'playground');
 }
 public function __construct()
 {
     parent::__construct();
     $title = 'Bootstrap Modal Dialogs';
     $this->template->append_title($title)->set_breadcrumb($title, site_url('playground/bootstrap-modals'));
     $this->registry->set('nav', 'playground');
 }
 public function __construct()
 {
     parent::__construct();
     $title = 'AJAX Queue Test';
     $this->template->append_title($title)->set_breadcrumb($title, site_url('playground/ajax-queue'));
     $this->registry->set('nav', 'playground');
 }
 public function __construct()
 {
     parent::__construct();
     $title = 'jQuery URL Parser Test';
     $this->template->append_title($title)->set_breadcrumb($title, site_url('playground/jquery-url-parser'));
     $this->registry->set('nav', 'playground');
 }
 public function __construct()
 {
     parent::__construct();
     $title = 'Image Manipulations Test';
     $this->template->append_title($title)->set_breadcrumb($title, site_url('playground/image-process-test'));
     $this->registry->set('nav', 'playground');
 }
 public function __construct()
 {
     parent::__construct();
     $this->load->helper('html_filters');
     $this->template->set_partial('pjax_subnavbar', 'playground/pjax/pjax_subnavbar')->set_partial('scripts', 'playground/pjax/pjax_scripts');
     $this->registry->set('nav', 'playground');
 }
 public function __construct()
 {
     parent::__construct();
     $title = 'Design Test';
     $this->template->append_title($title)->set_breadcrumb($title, site_url('playground/design-test'));
     $this->registry->set('nav', 'playground');
 }
 public function __construct()
 {
     parent::__construct();
     $this->load->helper('file');
     $title = 'Testing File Type Icons';
     $this->template->append_title($title)->set_breadcrumb($title, site_url('playground/file-type-icons'));
     $this->registry->set('nav', 'playground');
 }
 public function __construct()
 {
     parent::__construct();
     $title = 'Accessing the REST Server Using the Rest Client Library';
     $this->template->append_title($title)->set_breadcrumb('RESTful Service Test', site_url('playground/rest/server'))->set_breadcrumb($title, site_url('playground/rest/client'));
     $this->template->set_partial('subnavbar', 'rest/subnavbar')->set('subnavbar_item_active', 'restclient');
     $this->registry->set('nav', 'playground');
 }
 public function __construct()
 {
     parent::__construct();
     $this->registry->set('nav', 'playground/datatables');
     $this->driver_ok = extension_loaded('pdo_sqlite');
     $this->template->set_partial('subnavbar', 'playground/datatables/subnavbar');
     $this->registry->set('nav', 'playground');
 }
 public function __construct()
 {
     parent::__construct();
     $this->load->library('kcaptcha', null, 'captcha')->language('captcha');
     $title = 'Captcha Test';
     $this->template->append_title($title)->set_breadcrumb($title, site_url('playground/captcha'));
     $this->registry->set('nav', 'playground/captcha');
 }
 public function __construct()
 {
     parent::__construct();
     $title = 'Assign Rating Example';
     $this->template->append_title($title)->set_breadcrumb($title, site_url('playground/assign-rating-2'));
     $this->template->set_partial('subnavbar', 'assign_rating_subnavbar')->set('subnavbar_item_active', 'v2');
     $this->registry->set('nav', 'playground');
 }
 public function __construct()
 {
     parent::__construct();
     $this->load->language('welcome')->library('curl');
     $title = 'Lex Parser Test';
     $this->template->append_title($title)->set_breadcrumb($title, http_build_url(site_url('playground/lex-parser'), array('query' => http_build_query(array('q_1' => 'query_param_1', 'q_2' => 'query_param_2')))));
     $this->registry->set('nav', 'playground/lex');
 }
Ejemplo n.º 20
0
 public function __construct()
 {
     parent::__construct();
     $title = 'Testing a POST request';
     $this->template->append_title($title)->set_breadcrumb('RESTful Service Test', site_url('playground/rest/server'))->set_breadcrumb($title, site_url('playground/rest/post-test'));
     $this->template->set_partial('subnavbar', 'rest/subnavbar')->set('subnavbar_item_active', 'post_test');
     $this->registry->set('nav', 'playground');
 }
 public function __construct()
 {
     parent::__construct();
     $title = 'GibberishAES Test';
     $this->template->append_title($title)->set_breadcrumb($title, site_url('playground/gibberish-aes'));
     $this->registry->set('nav', 'playground');
     $this->pass = '******';
     $this->secret_string = 'my secret message (тайно съобщение)';
 }
 public function __construct()
 {
     parent::__construct();
     $this->load->helper('html_filters');
     $title = 'Online Editor - Admin Mode';
     $this->template->append_title($title)->set_breadcrumb('Online Editor Test', site_url('playground/online-editor/user-mode'))->set_breadcrumb($title, site_url('playground/online-editor/admin-mode'));
     $this->template->set_partial('ckeditor', 'partials/ckeditor')->set_partial('subnavbar', 'playground/online_editor/subnavbar')->set('subnavbar_item_active', 'admin-mode');
     $this->registry->set('nav', 'playground');
 }
 public function __construct()
 {
     parent::__construct();
     $this->driver_ok = extension_loaded('pdo_sqlite');
     if ($this->driver_ok) {
         $this->load->database();
     }
     $title = 'Google Maps JavaScript API v3 Demo';
     $this->template->append_title($title)->set_breadcrumb($title, site_url('playground/google-maps-v3'));
     $this->registry->set('nav', 'playground');
 }
 public function __construct()
 {
     parent::__construct();
     $title = 'Print Test';
     $this->template->append_title($title)->set_breadcrumb($title, site_url('playground/print-test'));
     $print = $this->input->get('print');
     $print = !empty($print);
     if ($print) {
         $this->registry->set('print', true);
     }
     $this->registry->set('nav', 'playground');
 }
 public function __construct()
 {
     parent::__construct();
     $this->driver_ok = extension_loaded('pdo_sqlite');
     if ($this->driver_ok) {
         $this->load->database();
         $this->load->model('countries');
     }
     $title = 'Jquery Chosen Plugin Test';
     $this->template->append_title($title)->set_breadcrumb($title, site_url('playground/jquery-chosen'));
     $this->registry->set('nav', 'playground');
 }
 public function __construct()
 {
     parent::__construct();
     $this->load->helper('url');
     $this->registry->set('nav', 'playground');
     if (!is_php('5.4')) {
         $this->error_message = 'PHP 5.4 is required for this demo to run.';
     }
     if ($this->error_message == '') {
         try {
             $this->load->library('facebook');
         } catch (Exception $ex) {
             $this->error_message = $ex->getMessage();
         }
     }
 }
 public function __construct()
 {
     parent::__construct();
     $this->template->append_title('The Playground');
     $this->registry->set('nav', 'playground');
 }