Skip to content

Instantly share code, notes, and snippets.

@jamband
Created December 3, 2011 07:42
<?php
'import' => array(
...
'application.helpers.*',
),
'modules' => array(
...
),
'components' => array(
'file' => array(
'class' => 'ext.file.CFile',
),
'image' => array(
'class' => 'ext.image.CImageComponent',
),
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment