Difference between #6 and #11 of
First Yii App: CTabView

Changes

Title unchanged

First Yii App: CTabView

Category unchanged

Tutorials

Yii version unchanged

Tags unchanged

Content changed

[...]
```php
[<?php echo CHtml::link('New User',array('user/create')); ?>]
[<?php echo CHtml::link('Manage User',array('user/admin')); ?>]
```

 
(thanks to horizons) edit line 13 to
 
 
```php 
<?php echo CHtml::link($model->id,array('user/show','id'=>$model->id)); ?>
 
```
 
0 2
1 follower
Viewed: 27 648 times
Version: 1.1
Category: Tutorials
Tags:
Written by: meanpenguin
Last updated by: Yang He
Created on: Feb 9, 2009
Last updated: 11 years ago
Update Article

Revisions

View all history