Back-End advanced issues
Parts / Составляющие / Child
MVC SEO vars in Controller
- $this->data['seo_title'] = $_SERVER['REQUEST_URI'];
$this->data['seo_description'] = $_SERVER['REQUEST_URI'];
$this->data['seo_keywords'] = $_SERVER['REQUEST_URI'];
In Admin Mode you can add some vars to __construct() method
Этот объект часть других / Parent
<< Back to Base View
Back-End advanced issues
Parts / Составляющие / Child
<< Back to Base View