BackendPro Class
The BackendPro Class is the main super class for the BackendPro system. It sets up the system and loads all needed librarys/helpers. This class should be included in the autoload config file.
Note: This class is initialized automatically by the system so there is no need to do it manually.
Configuration Settings
All configuration settings for the BackendPro Class can be found in system/config/backendpro.php.
| Preference | Default Value | Description |
|---|---|---|
| backendpro_table_prefix | be_ | Default table prefix used by BackendPro database tables |
| backendpro_public_template | public/ | Public view file directory |
| backendpro_admin_template | admin/ | Admin view file directory |