Модули, Меню и Статьи
public function menuId(){ //если menu_id был определен ранее, то вернем и выйдем if ($this->menu_id) { return $this->menu_id; } $view = $this->request('view', 'str', ''); if ($this->is_content){
$regex = '/\/page\-([0-9]+)/i';