LiveUser_Admin
[ class tree: LiveUser_Admin ] [ index: LiveUser_Admin ] [ all elements ]

Source for file test.php

Documentation is available at test.php

  1. <?php
  2. require_once 'index.php';
  3. echo '<h3>Test</h3>';
  4.  
  5. $params = array(
  6.     'fields' => array(
  7.         'right_id',
  8.         'right_define_name',
  9.         'area_id',
  10.         'area_define_name'
  11.     ),
  12.     'filters' => array(
  13.         'perm_user_id' => 12
  14.     )
  15. );
  16.  
  17. $user_rights $admin->perm->getRights($params);
  18.  
  19. var_dump($admin->getErrors());

Documentation generated on Mon, 11 Mar 2019 15:39:43 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.