HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
_CActiveRecordUsersRights.php
Go to the documentation of this file.
1 <?php
2 abstract class CActiveRecordUsersRights extends CActiveRecord
3 {
4  public function getDbConnection()
5  {
6  return Yii::app()->db2;
7  }
8 }