コード例 #1
0
ファイル: TopContacts.php プロジェクト: ruchida/X2Engine
	protected function renderContent() {
		$this->render('topContacts',array(
			'topContacts'=>UserChild::getTopContacts()
		));
	}
コード例 #2
0
ファイル: UsersController.php プロジェクト: ruchida/X2Engine
	private function renderTopContacts() {
		$this->renderPartial('application.components.views.topContacts',array(
			'topContacts'=>UserChild::getTopContacts(),
			//'viewId'=>$viewId
		));
	}