Пример #1
0
 /**
  * Apply database structure updates
  */
 public function Structure()
 {
     $PM = new PermissionModel();
     $PM->Define(array('Plugins.Tagging.Add' => 'Garden.Profiles.Edit'));
 }