Yii With Smarty

I am new in yii, Anybody tell how to implement smarty in yii

I suggest you try a search for Smarty in the search box (upper right corner).

Or you could get a copy of the "Yii Application Development Cookbook" by Alexander Makarov. It has a chapter on using smarty as a view renderer.

For starters for yii2 - remember to install the yii2 smarty extension (by adding it to your composer.json).

Smarty extension documentation for Yii2 can be found here.