Comparing
#2 with
#3
Revision #3 was created by
samdark on Jan 20, 2019, 9:11:13 PM.
Set version
Yii version
1.1
Tags
Widgets, comments, themingtheming,comments
Content
[...]
**Step 1: - Creating a Widget Component**
**components/Comments.php**
```php
Yii::import('zii.widgets.CPortlet');[...]
```php
<ul>
<?php[...]
```php
public function findRecentComments($limit=null)
{[...]
```php
$this->widget('Comments', array(
'maxComments'=>10,
));
```[...]