|
|
<?= $this->form->create(null, array('method' => 'get', 'class' => 'search')); ?>
|
|
<?= $this->form->create(null, array('method' => 'get', 'class' => 'search')); ?>
|
|
|
<?= $this->form->select('type', array('' => 'All',
|
|
<?= $this->form->select('type', array('' => 'All',
|