All pastes #2072707 Raw Edit

Stuff

public php v1 · immutable
#2072707 ·published 2011-05-31 10:28 UTC
rendered paste body
public function actions(){    return array(        // captcha action renders the CAPTCHA image displayed on the contact page        'captcha'=>array(            'class'=>'CCaptchaAction',            'backColor'=>0xFFFFFF,        ),        // page action renders "static" pages stored under 'protected/views/site/pages'        // They can be accessed via: index.php?r=site/page&view=FileName        'page'=>array(            'class'=>'CViewAction',        ),    );}