예제 #1
0
파일: pages.php 프로젝트: raeldc/com_learn
	protected function _buildQueryOrder(KDatabaseQuery $query)
	{
		parent::_buildQueryOrder($query);

		$query->order(array('tbl.parent', 'tbl.ordering'));
	}
예제 #2
0
파일: posts.php 프로젝트: raeldc/com_blog
 protected function _buildQueryOrder(KDatabaseQuery $query)
 {
     parent::_buildQueryOrder($query);
 }