S
S
Sergey2015-06-04 03:05:30
Yii
Sergey, 2015-06-04 03:05:30

How to make friendly links in Yii 1?

'urlManager'=>array(
            'urlFormat'=>'path',
            'rules'=>array(
                'pattern1'=>'route1',
                'pattern2'=>'route2',
                'pattern3'=>'route3',
            ),
        ),
    ),

I want this link /search?do-term-search=0&objType=1&apType=3&price_min=200&price_max=1800000&square=&rooms=0&floor_min=0&floor_max=30&sApId= to match this /prodaja-kvartir
How to write in config.php?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mike, 2015-06-05
@Mike77

it is easier to create an action and prescribe these parameters

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question