htm
Добавлено: 25 янв 2013, 17:42
Здравствуйте! Не подскажите как формируется расширение файлов htm (новостей, статей итд)
в UrlManager.php есть код:
public function init(){
$this->_myRules = array(
array(
'replace' => array(
'<title:.*?>',
'<id:\d+>',
'news',
),
'route' => 'news/main/view',
'pattern' => param('module_news_seoPattern', '::text/::title-::id.htm'),
),
... ... ...
Вопрос как он работает такой код? те как он делает странички statia-1.htm?
Спасибо!
в UrlManager.php есть код:
public function init(){
$this->_myRules = array(
array(
'replace' => array(
'<title:.*?>',
'<id:\d+>',
'news',
),
'route' => 'news/main/view',
'pattern' => param('module_news_seoPattern', '::text/::title-::id.htm'),
),
... ... ...
Вопрос как он работает такой код? те как он делает странички statia-1.htm?
Спасибо!