Skip to content

Instantly share code, notes, and snippets.

@jamband
Created December 3, 2011 06:03
Show Gist options
  • Save jamband/1426243 to your computer and use it in GitHub Desktop.
Save jamband/1426243 to your computer and use it in GitHub Desktop.
<?php
class LoginForm extends CFormModel
{
...
/**
* アクション名を返すメソッド
*/
public function getActionId()
{
return Yii::app()->controller->action->id;
}
}]]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment