BoyLee 2011-03-25 11:22:49 3605次浏览 2条回复 0 0 0
if (isset($_GET['author'])){
  $authorName = trim($_GET['author']);
  $criteria->condition .= ' and author_name =:map_author ';
  $criteria->params[':map_author'] = $authorName;    
}
您需要登录后才可以回复。登录 | 立即注册