Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
page_custom_form_management.inc
1 <?php
17 require_once SQ_INCLUDE_PATH.'/asset_management.inc';
18 
30 {
31 
32 
37  function __construct(&$pm)
38  {
39  $this->Asset_Management($pm);
40 
41  $this->vars = Array(
42  'name' => Array (
43  'added' => '0.0.1',
44  'type' => 'text',
45  'default' => '',
46  ),
47  );
48 
49  }//end constructor
50 
51 
52 }//end class
53 ?>