Difference between revisions of "Database"

From Wiki | Valse Technologies
Jump to navigation Jump to search
(Created page with "1. Grouping resources means you put some models under the same heading in the sidebar - For example: put 'public static $group = 'Admin';' if you wish the model is under '...")
 
Line 1: Line 1:
 
1. Grouping resources means you put some models under the same heading in the sidebar
 
1. Grouping resources means you put some models under the same heading in the sidebar
  
   - For example: put 'public static $group = 'Admin';' if you wish the model is under '''Admin''' heading
+
   - For example: put 'public static $group = 'Admin';' if you wish to put the model is under '''Admin''' heading

Revision as of 08:34, 7 November 2019

1. Grouping resources means you put some models under the same heading in the sidebar

  - For example: put 'public static $group = 'Admin';' if you wish to put the model is under Admin heading