Skip to content

Instantly share code, notes, and snippets.

@jamband
Created December 3, 2011 04:57
Show Gist options
  • Save jamband/1426097 to your computer and use it in GitHub Desktop.
Save jamband/1426097 to your computer and use it in GitHub Desktop.
<?php
class HogeController extends Controller
{
...
public function actions()
{
return array(
// アクション名を指定 ( actionUpdateとなる )
'update' => array(
'class' => 'application.components.actions.UpdateAction', // パス名指定
),
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment