$enableCdn
$enableCdn : boolean
## Booster application component.
This is the main YiiBooster component which you should attach to your Yii CWebApplication instance.
Almost all configuration options are meaningful only at the initialization time,
changing them after Booster
was attached to application will have no effect.
$enableCdn : boolean
$packages : array
$_instance : \Booster
registerPackage(string $name) : \CClientScript
Registers a script package that is listed in {@link packages}.
string | $name | the name of the script package. |
the CClientScript object itself (to support method chaining, available since version 1.1.5).