| 
|   | $description | 
|   | 
| 
  | $required = true | 
|   | 
|   | $description | 
|   | 
| 
  | $page_set = 'Installation' | 
|   | 
 | 
| 
  | $title = 'Fannie: Products Settings' | 
|   | 
| 
  | $header = 'Fannie: Products Settings' | 
|   | 
Class for the Products install and config options 
 
      
        
          | InstallProductsPage::body_content  | 
          ( | 
           | ) | 
           | 
        
      
 
Change by Andy 2Jun14 Store modules in a keyed array. Format:
- module_name => settings array
- seq [int] display order
 
- show [int] yes/no/auto
 
- expand [int] yes/no/auto
 
 
The settings for each module control how it is displayed. The "auto" option will only print or expand a module if it is relevant for that particular item.
 
 
      
        
          | InstallProductsPage::css_content  | 
          ( | 
           | ) | 
           | 
        
      
 
Define any CSS needed 
- Returns
 - A CSS string 
 
 
 
      
        
          | InstallProductsPage::$description | 
        
      
 
Initial value:= "
    Class for the Products install and config options page.
    "
 
 
 
The documentation for this class was generated from the following file:
- fannie/install/InstallProductsPage.php