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. $filters = array('application_id' => '109');
  6. $rmArea $admin->perm->removeArea($filters);
  7.  
  8. if ($rmArea === false{
  9.     echo '<strong>Error on line: '.__LINE__.'</strong><br />';
  10.     print_r($admin->getErrors());
  11. else {
  12.     echo '<strong>Area</strong> was removed<br />';
  13. }

Documentation generated on Mon, 11 Mar 2019 14:16:45 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.