#118

Autogenerated Admin Menus

    • Status: Accepted
    • Priority: Normal (3)
    • Component: General Code
    • Estimate: None/Small/Medium/Large None
    • Resolution: -
    Something along the lines of a way to specify in config the menu structure, possible like below:


    $config['bep_am']['structure'] = array(
     'backendpro_dashboard',
    
     '-',
    
     'backendpro_system' => array(
       'backendpro_members',
       'backendpro_access_control',
       'backendpro_settings'
     )
    );
    
    and properties:
    
    $config['bep_am']['items'] = array(
    
     'backendpro_dashboard' => array(
       'uri'   => 'admin',
       'icon'  => 'house',
       'resource' => null
     ),
    ...
    
    and in application\views\admin\menu.php I just do following code:
    
    <? print $this->bep_amg->render(); ?>
  • Followers
     
    Ico-users Adam Price (Assigned To) 
     
    Attachments
    No attachments
    Associations
     
    No associations
    Activity
     
    User picture

          on Jan 07, 2010 @ 08:11pm UTC * By Adam Price

    Assigned to set to aprice30
    Status changed from New to Accepted
    User picture

          on Mar 05, 2010 @ 07:32pm UTC * By Adam Price

    Priority changed from Normal (3) to High (2)
    User picture

          on Mar 05, 2010 @ 07:34pm UTC * By Adam Price

    Priority changed from High (2) to Normal (3)
    User picture

          on Mar 05, 2010 @ 07:51pm UTC * By Adam Price

    This feature is now being saved into the DB.
    User picture

          on Apr 23, 2010 @ 10:23pm UTC * By Adam Price

    Updating tickets (#145, #149, #151, #172, #118, #148, #150, #152, #162, #169, #170, #173, #174, #59, #153)
    Time Expenditure
    Loading