Exemplo n.º 1
0
 public function __construct($uri = null)
 {
     parent::__construct($uri);
     $this->detectLanguage();
 }
Exemplo n.º 2
0
 /**
  * EXTENDED URI FUEL CORE CLASS
  *
  * Construct takes a URI or detects it if none is given and generates
  * the segments.
  *
  *
  * @param   string  The URI
  * @return  void
  */
 public function __construct($uri = null)
 {
     parent::__construct($uri);
     $this->_old_uri = $this->uri;
     $this->_set_correct_segments();
 }
Exemplo n.º 3
0
 public function __construct($uri = NULL)
 {
     parent::__construct($uri);
     $this->detect_language();
 }