i have a banner widget in my components folder… i want to call it in my main.php
will this work? -->
<?php $this->widget('banner'); ?>
i have a banner widget in my components folder… i want to call it in my main.php
will this work? -->
<?php $this->widget('banner'); ?>
Yes as long as u have import the component class folder.
you mean in the config file import?