
yiimetadata
Yii Metadata component helps to get metadata about models,controllers and actions from your application
For using you need:
Place this file to directory with components of your application (your_app_dir/protected/components)
Add it to 'components' in your application config (your_app_dir/protected/config/main.php)
'components'=>array(
'metadata'=>array('class'=>'Metadata'),
...
),
- Use:
$user_actions = Yii::app()->metadata->getActions('UserController'); var_dump($user_actions);
author Vitaliy Stepanenko version 0.1
Project Information
- License: New BSD License
- 4 stars
- svn-based source control
Labels:
yii
metadata
extension
component
reflection