Skip to content

Commit

Permalink
FounActiveForm: added file and captcha input
Browse files Browse the repository at this point in the history
  • Loading branch information
Asgaroth committed May 20, 2012
1 parent 7c2c9ff commit b9206f6
Show file tree
Hide file tree
Showing 9 changed files with 565 additions and 673 deletions.
7 changes: 7 additions & 0 deletions protected/controllers/SiteController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

class SiteController extends Controller
{

public function actions(){
return array(
'captcha' => array('class' => 'CCaptchaAction')
);
}

/**
* This is the default 'index' action that is invoked
* when an action is not explicitly requested by users.
Expand Down
Loading

0 comments on commit b9206f6

Please sign in to comment.