예제 #1
0
 /**
  * constructor
  *
  */
 public function __construct($config = array())
 {
     parent::__construct($config);
     if (!isset($this->through_seo) or $this->through_seo === false) {
         Seo::instance()->set_pagination($this);
     }
 }