Search.php 266 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 <?php /** * Created by PhpStorm. * User: liuziyang * Date: 14-1-13 * Time: 10:45 */ class QLib_Actions_Search extends QLib_Action { public function init() { parent::init(); $this->_assign('gender', $this->_get('gender','1,3')); } }