34k+
News
Guide
API
Wiki
Forum
Community
Places
Members
Hall of Fame
Badges
More
Learn
Books
Resources
Develop
Download Yii
Extensions
Report an Issue
Report a Security Issue
Contribute to Yii
Donate
About
Release Cycle
License
Team
Official Logos and Design
Login
Simplified meta tags
Comparing
#5
with
#6
Content
[...]
public function render($view, $data = null, $return = false)
{
if ($this->beforeRender())
{
parent::render($view, $data
= null
, $return
= false
);
}
}
public function beforeRender()
{
[...]