Tag Archives: YII CLIENTSCRIPT

MetaTags In Yii Framework 1.0

In yii framework 1.0, Registers a meta tag that will be inserted in the head section (right before the title element) of the display page. Each call of this method will cause a rendering of new meta tag like keywords, description, robots etc, even if their attributes are equal. Syntax Keywords Description Content-type Cookie ROBOTS […]

Yii ClientScript Css, Js

CClientScript manages JavaScript and CSS stylesheets for views. CoreScript register New Css, Js File Map Single Script Minimize Script File Disable Js, Css Include Js, Css Files Of Extensions register Style Code register Script code CoreScript registerCoreScript method used to include the script files from core script library (From framework library) to application. So we […]