Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. throw new CHttpException(404, Yii::t('NewsModule.article', 'article_was_not_found'));
  2.  
  3. return array(
  4. 'article_was_not_found' => 'The article was not found.'
  5. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement