PHP Classes

Ci2backend: Framework to build a backend system

Recommend this page to a friend!
  Info   Screenshots Screenshots   View files View files (4643)   DownloadInstall with Composer Download .zip   Reputation   Support forum (2)   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 235 All time: 8,056 This week: 182Up
Version License PHP version Categories
ci2backend 1.1The PHP License5PHP 5, Libraries
Description 

Author

This package is a framework to build a backend system based on CodeIgniter 2.

It provides several types of classes for different aspects necessary to build backend systems. Currently it provides classes for:

- User management (ACL)
- Multi-languages
- Database management
- Model/View/Controller management
- Routes management
- Template management
- Extension management
- Configure system settings

Picture of Truong Van Phu
  Performance   Level  
Name: Truong Van Phu is available for providing paid consulting. Contact Truong Van Phu .
Classes: 3 packages by
Country: Viet Nam Viet Nam
Age: 33
All time rank: 273512 in Viet Nam Viet Nam
Week rank: 703 Up7 in Viet Nam Viet Nam Up
Innovation award
Innovation award
Nominee: 1x

Winner: 1x

Details

CodeIgniter Backend System

CodeIgniter Backend System helps you build a backend system of Codeigniter framework with a lot of powerful features. See my site http://ci2backend.com

Key features

User Management

  • CRUD user
  • Set user roles

Multi Languages

  • Setting multi-languages to your system
  • Add/Remove language
  • CRUD translation file

Database Management

  • Rename and Reset database

MVC Management

Model
  • Auto-render new Model with basic actions (CRUD record)
  • View and Edit directly on web layout
View
  • Auto-render new View file and its assets (css, js files)
  • You can set template and platform for the view when creating
  • View and Edit directly on web layout
Controller
  • Auto-render Controller with basic actions
  • View and Edit directly on web layout

Routes Management

  • CRUD all routes of your site easily.

Template Management

  • CRUD templates
  • Configure your custom template by part: header, content, footer

Extension Management

  • Add/Remove extension which can be used in this system
  • All the Extensions can be found at Extension Store

Configure System Settings

  • Backup and restore database

Benefits over manual building

  • Create and integrate components, extensions automatically and quickly
  • Prevent duplicates, missing files, confliction.
  • Save a lot of time for creating new file or directory.

Installation

  • Download the latest version.
  • Copy the files from this package to your web root directory.
  • Open the browser and run www.example.com/install.php (`www.example.com` is your domain) and setup as the instruction. Make sure to pass all the required components.
  • Well done!

-Username: admin@admin.com

-Password: password

Configuration and documentation

Donations

CodeIgniter Backend System has been created by phutv and is currently maintained by him and his team. We highly appreciate any of your donations.

paypal

  Files folder image Files  
File Role Description
Files folder imageapplication (1 file, 14 directories)
Files folder imageassets (1 file, 2 directories)
Files folder imagedatabase (2 files, 2 directories)
Files folder imagedocument (1 file)
Files folder imagesetup (1 file, 3 directories)
Files folder imagesystem (2 files, 6 directories)
Files folder imagetemp (1 file)
Files folder imagethemes (1 file, 2 directories)
Files folder imageuser_guide (1 file)
Plain text file .htaccess.default Data Auxiliary data
HTML file 403.html Doc. Documentation
Plain text file index.default.php Aux. Auxiliary script
Plain text file install.php Aux. Auxiliary script
Plain text file LICENSE Lic. License text
Plain text file README.md Doc. Documentation

  Files folder image Files  /  application  
File Role Description
Files folder imagecache (2 files)
Files folder imageconfig (17 files)
Files folder imagecontrollers (26 files, 1 directory)
Files folder imagecore (7 files)
Files folder imageerrors (5 files)
Files folder imagehelpers (4 files)
Files folder imagehooks (5 files)
Files folder imagelanguage (1 file, 37 directories)
Files folder imagelibraries (12 files, 1 directory)
Files folder imagelogs (1 file)
Files folder imagemigrations (1 file)
Files folder imagemodels (21 files)
Files folder imagethird_party (1 file)
Files folder imageviews (2 files, 3 directories)
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  cache  
File Role Description
  Plain text file .htaccess Data Auxiliary data
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  config  
File Role Description
  Plain text file autoload.php Aux. Auxiliary script
  Plain text file breadcrumbs.php Aux. Auxiliary script
  Plain text file config.default.php Aux. Auxiliary script
  Plain text file constants.php Aux. Auxiliary script
  Plain text file database.default.php Aux. Auxiliary script
  Plain text file doctypes.php Aux. Auxiliary script
  Plain text file foreign_chars.php Aux. Auxiliary script
  Plain text file hooks.php Aux. Auxiliary script
  HTML file index.html Doc. Documentation
  Plain text file ion_auth.php Aux. Auxiliary script
  Plain text file migration.php Aux. Auxiliary script
  Plain text file mimes.php Aux. Auxiliary script
  Plain text file profiler.php Aux. Auxiliary script
  Plain text file routes.php Aux. Auxiliary script
  Plain text file smileys.php Aux. Auxiliary script
  Plain text file upload.php Aux. Auxiliary script
  Plain text file user_agents.php Aux. Auxiliary script

  Files folder image Files  /  application  /  controllers  
File Role Description
Files folder imageClasses (1 file)
  Plain text file admin.php Class Class source
  Plain text file ajax.php Class Class source
  Plain text file auth.php Class Class source
  Plain text file code.php Class Class source
  Plain text file commons.php Class Class source
  Plain text file controllers.php Class Class source
  Plain text file databases.php Class Class source
  Plain text file dev.php Class Class source
  Plain text file elements.php Class Class source
  Plain text file extensions.php Class Class source
  Plain text file generate.php Class Class source
  Plain text file home.php Class Class source
  HTML file index.html Doc. Documentation
  Plain text file languages.php Class Class source
  Plain text file menus.php Class Class source
  Plain text file models.php Class Class source
  Plain text file modules.php Class Class source
  Plain text file my_constants.php Class Class source
  Plain text file platforms.php Class Class source
  Plain text file routers.php Class Class source
  Plain text file supports.php Class Class source
  Plain text file templates.php Class Class source
  Plain text file tree.php Class Class source
  Plain text file users.php Class Class source
  Plain text file views.php Class Class source
  Plain text file welcome.php Class Class source

  Files folder image Files  /  application  /  controllers  /  Classes  
File Role Description
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  core  
File Role Description
  HTML file index.html Doc. Documentation
  Plain text file MY_Controller.php Class Class source
  Plain text file MY_Input.php Class Class source
  Plain text file MY_Lang.php Class Class source
  Plain text file MY_Loader.php Class Class source
  Plain text file MY_Model.php Class Class source
  Plain text file MY_Output.php Class Class source

  Files folder image Files  /  application  /  errors  
File Role Description
  Plain text file error_404.php Aux. Auxiliary script
  Plain text file error_db.php Aux. Auxiliary script
  Plain text file error_general.php Aux. Auxiliary script
  Plain text file error_php.php Aux. Auxiliary script
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  helpers  
File Role Description
  Plain text file ci_download_helper.php Aux. Auxiliary script
  Plain text file common_helper.php Example Example script
  HTML file index.html Doc. Documentation
  Plain text file my_download_helper.php Aux. Auxiliary script

  Files folder image Files  /  application  /  hooks  
File Role Description
  Plain text file auto_load_lang_file.php Class Class source
  Plain text file auto_load_view.php Class Class source
  Plain text file generate_user_key.php Class Class source
  HTML file index.html Doc. Documentation
  Plain text file require_confirm_delete.php Class Class source

  Files folder image Files  /  application  /  language  
File Role Description
Files folder imagearabic (2 files)
Files folder imagebulgarian (2 files)
Files folder imagecatalan (2 files)
Files folder imagecroatian (2 files)
Files folder imageczech (2 files)
Files folder imagedanish (2 files)
Files folder imagedutch (2 files)
Files folder imageenglish (4 files, 2 directories)
Files folder imageestonian (2 files)
Files folder imagefinnish (2 files)
Files folder imagefrench (2 files)
Files folder imagegerman (2 files)
Files folder imagegreek (2 files)
Files folder imagehungarian (2 files)
Files folder imageindonesian (2 files)
Files folder imageitalian (2 files)
Files folder imagejapanese (2 files, 1 directory)
Files folder imagekorean (2 files)
Files folder imagelithuanian (2 files)
Files folder imagenorwegian (2 files)
Files folder imagepersian (2 files)
Files folder imagepirate (2 files)
Files folder imagepolish (2 files)
Files folder imageportuguese (2 files)
Files folder imageromanian (2 files)
Files folder imagerussian (2 files)
Files folder imageslovak (2 files)
Files folder imageslovenian (2 files)
Files folder imagespanish (2 files)
Files folder imageswedish (2 files)
Files folder imagesys_admin (1 directory)
Files folder imagethai (2 files)
Files folder imageturkish (2 files)
Files folder imageukrainian (2 files)
Files folder imagevietnam (4 files, 4 directories)
Files folder imagezh_cn (2 files)
Files folder imagezh_tw (2 files)
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  arabic  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  bulgarian  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  catalan  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  croatian  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  czech  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  danish  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  dutch  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  english  
File Role Description
Files folder imagesys_admin (1 file, 17 directories)
Files folder imageweb (1 file, 3 directories)
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file en_lang.php Aux. Auxiliary script
  HTML file index.html Doc. Documentation
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  english  /  sys_admin  
File Role Description
Files folder imageadmin (2 files, 1 directory)
Files folder imageauth (7 files)
Files folder imagecontrollers (3 files)
Files folder imagedatabases (1 file)
Files folder imagedev (4 files)
Files folder imageextensions (4 files)
Files folder imagehome (2 files)
Files folder imagelanguages (5 files)
Files folder imagemenus (1 file)
Files folder imagemodels (2 files)
Files folder imageplatforms (1 file)
Files folder imagerouters (1 file)
Files folder imagesupports (1 file)
Files folder imagesystem (13 files, 1 directory)
Files folder imagetemplates (3 files)
Files folder imageusers (3 files)
Files folder imageviews (4 files)
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  english  /  sys_admin  /  admin  
File Role Description
Files folder imagelogin (2 files)
  Plain text file admin_login_lang.php Aux. Auxiliary script
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  english  /  sys_admin  /  admin  /  login  
File Role Description
  Plain text file admin_login_lang.php Aux. Auxiliary script
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  english  /  sys_admin  /  auth  
File Role Description
  Plain text file create_group_lang.php Aux. Auxiliary script
  Plain text file create_user_lang.php Aux. Auxiliary script
  Plain text file deactivate_user_lang.php Aux. Auxiliary script
  Plain text file edit_group_lang.php Aux. Auxiliary script
  Plain text file edit_user_lang.php Aux. Auxiliary script
  Plain text file forgot_password_lang.php Aux. Auxiliary script
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  english  /  sys_admin  /  controllers  
File Role Description
  Plain text file create_lang.php Aux. Auxiliary script
  Plain text file detail_lang.php Aux. Auxiliary script
  Plain text file index_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  english  /  sys_admin  /  databases  
File Role Description
  Plain text file index_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  english  /  sys_admin  /  dev  
File Role Description
  Plain text file confirm_delete_lang.php Aux. Auxiliary script
  Plain text file index_lang.php Aux. Auxiliary script
  Plain text file profile_lang.php Aux. Auxiliary script
  Plain text file setting_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  english  /  sys_admin  /  extensions  
File Role Description
  Plain text file create_lang.php Aux. Auxiliary script
  Plain text file detail_lang.php Aux. Auxiliary script
  Plain text file edit_lang.php Data Auxiliary data
  Plain text file index_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  english  /  sys_admin  /  home  
File Role Description
  Plain text file home_view_lang.php Aux. Auxiliary script
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  english  /  sys_admin  /  languages  
File Role Description
  Plain text file compare_lang.php Aux. Auxiliary script
  Plain text file create_lang.php Aux. Auxiliary script
  Plain text file edit_lang.php Data Auxiliary data
  Plain text file index_lang.php Aux. Auxiliary script
  Plain text file region_lang.php Data Auxiliary data

  Files folder image Files  /  application  /  language  /  english  /  sys_admin  /  menus  
File Role Description
  Plain text file sub_menu_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  english  /  sys_admin  /  models  
File Role Description
  Plain text file create_lang.php Aux. Auxiliary script
  Plain text file index_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  english  /  sys_admin  /  platforms  
File Role Description
  Plain text file index_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  english  /  sys_admin  /  routers  
File Role Description
  Plain text file index_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  english  /  sys_admin  /  supports  
File Role Description
  Plain text file index_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  english  /  sys_admin  /  system  
File Role Description
Files folder imagetemplate (2 files)
  Plain text file create_menu_view_lang.php Aux. Auxiliary script
  Plain text file dashboard_menu_view_lang.php Aux. Auxiliary script
  Plain text file edit_menu_view_lang.php Aux. Auxiliary script
  Plain text file edit_view_lang.php Aux. Auxiliary script
  Plain text file formbuilder_lang.php Aux. Auxiliary script
  HTML file index.html Doc. Documentation
  Plain text file manage_database_lang.php Aux. Auxiliary script
  Plain text file manage_element_lang.php Aux. Auxiliary script
  Plain text file manage_model_lang.php Aux. Auxiliary script
  Plain text file manage_router_lang.php Aux. Auxiliary script
  Plain text file manage_user_lang.php Aux. Auxiliary script
  Plain text file menu_view_lang.php Aux. Auxiliary script
  Plain text file sub_menu_view_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  english  /  sys_admin  /  system  /  template  
File Role Description
  Plain text file edit_template_file.php_lang.php Aux. Auxiliary script
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  english  /  sys_admin  /  templates  
File Role Description
  Plain text file create_lang.php Aux. Auxiliary script
  Plain text file detail_lang.php Aux. Auxiliary script
  Plain text file index_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  english  /  sys_admin  /  users  
File Role Description
  Plain text file access_right_lang.php Aux. Auxiliary script
  Plain text file index_lang.php Aux. Auxiliary script
  Plain text file login_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  english  /  sys_admin  /  views  
File Role Description
  Plain text file create_lang.php Aux. Auxiliary script
  Plain text file detail_lang.php Aux. Auxiliary script
  Plain text file edit_lang.php Aux. Auxiliary script
  Plain text file index_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  english  /  web  
File Role Description
Files folder imageadmin (1 file, 1 directory)
Files folder imagecode (1 file)
Files folder imagehome (2 files)
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  english  /  web  /  admin  
File Role Description
Files folder imagelogin (1 file)
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  english  /  web  /  admin  /  login  
File Role Description
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  english  /  web  /  code  
File Role Description
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  english  /  web  /  home  
File Role Description
  HTML file index.html Doc. Documentation
  Plain text file index_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  estonian  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  finnish  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  french  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  german  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  greek  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  hungarian  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  indonesian  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  italian  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  japanese  
File Role Description
Files folder imagesys_admin (1 file, 7 directories)
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  japanese  /  sys_admin  
File Role Description
Files folder imageauth (1 file)
Files folder imagedev (2 files)
Files folder imageextensions (1 file)
Files folder imagelanguages (2 files)
Files folder imagesystem (1 file)
Files folder imagetemplates (1 file)
Files folder imageusers (1 file)
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  japanese  /  sys_admin  /  auth  
File Role Description
  Plain text file create_group_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  japanese  /  sys_admin  /  dev  
File Role Description
  Plain text file confirm_delete_lang.php Data Auxiliary data
  Plain text file setting_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  japanese  /  sys_admin  /  extensions  
File Role Description
  Plain text file edit_lang.php Data Auxiliary data

  Files folder image Files  /  application  /  language  /  japanese  /  sys_admin  /  languages  
File Role Description
  Plain text file edit_lang.php Data Auxiliary data
  Plain text file region_lang.php Data Auxiliary data

  Files folder image Files  /  application  /  language  /  japanese  /  sys_admin  /  system  
File Role Description
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  japanese  /  sys_admin  /  templates  
File Role Description
  Plain text file create_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  japanese  /  sys_admin  /  users  
File Role Description
  Plain text file access_right_lang.php Data Auxiliary data

  Files folder image Files  /  application  /  language  /  korean  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  lithuanian  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  norwegian  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  persian  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  pirate  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  polish  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  portuguese  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  romanian  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  russian  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  slovak  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  slovenian  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  spanish  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  swedish  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  sys_admin  
File Role Description
Files folder imagedev (1 file)

  Files folder image Files  /  application  /  language  /  sys_admin  /  dev  
File Role Description
  Plain text file index_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  thai  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  turkish  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  ukrainian  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  vietnam  
File Role Description
Files folder imagenotemplate (1 file, 2 directories)
Files folder imagesmartphone (1 file, 1 directory)
Files folder imagesys_admin (4 files, 17 directories)
Files folder imageweb (1 file, 6 directories)
  Plain text file auth_lang.php Aux. Auxiliary script
  HTML file index.html Doc. Documentation
  Plain text file ion_auth_lang.php Aux. Auxiliary script
  Plain text file vn_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  vietnam  /  notemplate  
File Role Description
Files folder imagesystem (2 files)
Files folder imagewelcome_message (2 files)
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  vietnam  /  notemplate  /  system  
File Role Description
  Plain text file formbuilder_lang.php Aux. Auxiliary script
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  vietnam  /  notemplate  /  welcome_message  
File Role Description
  HTML file index.html Doc. Documentation
  Plain text file welcome_message_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  vietnam  /  smartphone  
File Role Description
Files folder imagecontrollers (1 file)
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  vietnam  /  smartphone  /  controllers  
File Role Description
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  vietnam  /  sys_admin  
File Role Description
Files folder imageadmin (1 file, 1 directory)
Files folder imageauth (9 files)
Files folder imagecontrollers (4 files)
Files folder imagedatabases (1 file)
Files folder imagedev (4 files)
Files folder imageextensions (4 files)
Files folder imagehome (1 file)
Files folder imagelanguages (5 files)
Files folder imagemenus (1 file)
Files folder imagemodels (2 files)
Files folder imagemodules (1 file)
Files folder imageplatforms (1 file)
Files folder imagesupports (1 file)
Files folder imagesystem (14 files)
Files folder imagetemplates (3 files)
Files folder imageusers (3 files)
Files folder imageviews (5 files)
  Plain text file generate_model_lang.php Aux. Auxiliary script
  HTML file index.html Doc. Documentation
  Plain text file manage_model_lang.php Aux. Auxiliary script
  Plain text file welcome_message_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  vietnam  /  sys_admin  /  admin  
File Role Description
Files folder imagelogin (1 file)
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  vietnam  /  sys_admin  /  admin  /  login  
File Role Description
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  vietnam  /  sys_admin  /  auth  
File Role Description
  Plain text file change_password_lang.php Aux. Auxiliary script
  Plain text file create_group_lang.php Aux. Auxiliary script
  Plain text file create_user_lang.php Aux. Auxiliary script
  Plain text file deactivate_user_lang.php Aux. Auxiliary script
  Plain text file edit_group_lang.php Aux. Auxiliary script
  Plain text file edit_user_lang.php Aux. Auxiliary script
  Plain text file forgot_password_lang.php Aux. Auxiliary script
  HTML file index.html Doc. Documentation
  Plain text file index_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  vietnam  /  sys_admin  /  controllers  
File Role Description
  Plain text file create_lang.php Aux. Auxiliary script
  Plain text file detail_lang.php Aux. Auxiliary script
  HTML file index.html Doc. Documentation
  Plain text file index_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  vietnam  /  sys_admin  /  databases  
File Role Description
  Plain text file index_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  vietnam  /  sys_admin  /  dev  
File Role Description
  Plain text file confirm_delete_lang.php Aux. Auxiliary script
  Plain text file index_lang.php Aux. Auxiliary script
  Plain text file profile_lang.php Aux. Auxiliary script
  Plain text file setting_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  vietnam  /  sys_admin  /  extensions  
File Role Description
  Plain text file create_lang.php Aux. Auxiliary script
  Plain text file detail_lang.php Aux. Auxiliary script
  Plain text file edit_lang.php Data Auxiliary data
  Plain text file index_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  vietnam  /  sys_admin  /  home  
File Role Description
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  vietnam  /  sys_admin  /  languages  
File Role Description
  Plain text file compare_lang.php Aux. Auxiliary script
  Plain text file create_lang.php Aux. Auxiliary script
  Plain text file edit_lang.php Data Auxiliary data
  Plain text file index_lang.php Aux. Auxiliary script
  Plain text file region_lang.php Data Auxiliary data

  Files folder image Files  /  application  /  language  /  vietnam  /  sys_admin  /  menus  
File Role Description
  Plain text file sub_menu_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  vietnam  /  sys_admin  /  models  
File Role Description
  Plain text file create_lang.php Aux. Auxiliary script
  Plain text file index_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  vietnam  /  sys_admin  /  modules  
File Role Description
  Plain text file index_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  vietnam  /  sys_admin  /  platforms  
File Role Description
  Plain text file index_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  vietnam  /  sys_admin  /  supports  
File Role Description
  Plain text file index_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  vietnam  /  sys_admin  /  system  
File Role Description
  Plain text file create_menu_view_lang.php Aux. Auxiliary script
  Plain text file dashboard_menu_view_lang.php Aux. Auxiliary script
  Plain text file edit_menu_view_lang.php Aux. Auxiliary script
  Plain text file edit_view_lang.php Aux. Auxiliary script
  Plain text file formbuilder_lang.php Aux. Auxiliary script
  Plain text file generate_model_lang.php Aux. Auxiliary script
  HTML file index.html Doc. Documentation
  Plain text file manage_common_lang.php Aux. Auxiliary script
  Plain text file manage_database_lang.php Aux. Auxiliary script
  Plain text file manage_element_lang.php Aux. Auxiliary script
  Plain text file manage_model_lang.php Aux. Auxiliary script
  Plain text file manage_router_lang.php Aux. Auxiliary script
  Plain text file menu_view_lang.php Aux. Auxiliary script
  Plain text file sub_menu_view_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  vietnam  /  sys_admin  /  templates  
File Role Description
  Plain text file create_lang.php Aux. Auxiliary script
  Plain text file detail_lang.php Aux. Auxiliary script
  Plain text file index_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  vietnam  /  sys_admin  /  users  
File Role Description
  Plain text file access_right_lang.php Aux. Auxiliary script
  Plain text file index_lang.php Aux. Auxiliary script
  Plain text file login_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  vietnam  /  sys_admin  /  views  
File Role Description
  Plain text file create_lang.php Aux. Auxiliary script
  Plain text file detail_lang.php Aux. Auxiliary script
  Plain text file edit_lang.php Aux. Auxiliary script
  HTML file index.html Doc. Documentation
  Plain text file index_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  vietnam  /  web  
File Role Description
Files folder imageadmin (1 file, 1 directory)
Files folder imagecode (1 file)
Files folder imagecontrollers (1 file)
Files folder imagehome (2 files)
Files folder imagesystem (2 files)
Files folder imageuser (1 file, 1 directory)
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  vietnam  /  web  /  admin  
File Role Description
Files folder imagelogin (1 file)
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  vietnam  /  web  /  admin  /  login  
File Role Description
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  vietnam  /  web  /  code  
File Role Description
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  vietnam  /  web  /  controllers  
File Role Description
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  vietnam  /  web  /  home  
File Role Description
  HTML file index.html Doc. Documentation
  Plain text file index_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  vietnam  /  web  /  system  
File Role Description
  Plain text file home_page_lang.php Aux. Auxiliary script
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  vietnam  /  web  /  user  
File Role Description
Files folder imageuser_login_view (2 files)
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  language  /  vietnam  /  web  /  user  /  user_login_view  
File Role Description
  HTML file index.html Doc. Documentation
  Plain text file user_login_view_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  zh_cn  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  language  /  zh_tw  
File Role Description
  Plain text file auth_lang.php Aux. Auxiliary script
  Plain text file ion_auth_lang.php Aux. Auxiliary script

  Files folder image Files  /  application  /  libraries  
File Role Description
Files folder imageFolderFinder (1 directory)
  Plain text file Bcrypt.php Class Class source
  Plain text file Breadcrumbs.php Class Class source
  Plain text file detect.php Class Class source
  Plain text file FolderFinder.php Class Class source
  HTML file index.html Doc. Documentation
  Plain text file Ion_auth.php Class Class source
  Plain text file Mtcpdf.php Class Class source
  Plain text file Parsedown.php Class Class source
  Plain text file Parser.php Class Class source
  Plain text file phpmailer.php Class Class source
  Plain text file pop3.php Class Class source
  Plain text file smtp.php Class Class source

  Files folder image Files  /  application  /  libraries  /  FolderFinder  
File Role Description
Files folder imagephp (25 files, 4 directories)

  Files folder image Files  /  application  /  libraries  /  FolderFinder  /  php  
File Role Description
Files folder image.tmp (1 file)
Files folder imagelibs (1 file)
Files folder imageplugins (5 directories)
Files folder imageresources (1 file)
  Plain text file autoload.php Aux. Auxiliary script
  Plain text file chars-test.php Aux. Auxiliary script
  Plain text file connector.handle.php Example Example script
  Plain text file connector.minimal.php Example Example script
  Plain text file connector.minimal.php-dist Example Example script
  Plain text file connector.php-dist Class Class source
  Plain text file elFinder.class.php Class Class source
  Plain text file elFinderConnector.class.php Class Class source
  Plain text file elFinderFlysystemGoogleDriveNetmount.php Class Class source
  Plain text file elFinderPlugin.php Class Class source
  Plain text file elFinderSession.php Class Class source
  Plain text file elFinderSessionInterface.php Class Class source
  Plain text file elFinderVolumeBox.class.php Class Class source
  Plain text file elFinderVolumeDriver.class.php Class Class source
  Plain text file elFinderVolumeDropbox.class.php Class Class source
  Plain text file elFinderVolumeDropbox2.class.php Class Class source
  Plain text file elFinderVolumeFTP.class.php Class Class source
  Plain text file elFinderVolumeGoogleDrive.class.php Class Class source
  Plain text file elFinderVolumeGroup.class.php Class Class source
  Plain text file elFinderVolumeLocalFileSystem.class.php Class Class source
  Plain text file elFinderVolumeMySQL.class.php Class Class source
  Plain text file elFinderVolumeOneDrive.class.php Class Class source
  Plain text file elFinderVolumeTrash.class.php Class Class source
  Plain text file mime.types Data Auxiliary data
  Plain text file MySQLStorage.sql Data Auxiliary data

  Files folder image Files  /  application  /  libraries  /  FolderFinder  /  php  /  .tmp  
File Role Description
  Plain text file .htaccess Data Auxiliary data

  Files folder image Files  /  application  /  libraries  /  FolderFinder  /  php  /  libs  
File Role Description
  Plain text file GdBmp.php Class Class source

  Files folder image Files  /  application  /  libraries  /  FolderFinder  /  php  /  plugins  
File Role Description
Files folder imageAutoResize (1 file)
Files folder imageAutoRotate (1 file)
Files folder imageNormalizer (1 file)
Files folder imageSanitizer (1 file)
Files folder imageWatermark (2 files)

  Files folder image Files  /  application  /  libraries  /  FolderFinder  /  php  /  plugins  /  AutoResize  
File Role Description
  Plain text file plugin.php Class Class source

  Files folder image Files  /  application  /  libraries  /  FolderFinder  /  php  /  plugins  /  AutoRotate  
File Role Description
  Plain text file plugin.php Class Class source

  Files folder image Files  /  application  /  libraries  /  FolderFinder  /  php  /  plugins  /  Normalizer  
File Role Description
  Plain text file plugin.php Class Class source

  Files folder image Files  /  application  /  libraries  /  FolderFinder  /  php  /  plugins  /  Sanitizer  
File Role Description
  Plain text file plugin.php Class Class source

  Files folder image Files  /  application  /  libraries  /  FolderFinder  /  php  /  plugins  /  Watermark  
File Role Description
  Image file logo.png Icon Icon image
  Plain text file plugin.php Class Class source

  Files folder image Files  /  application  /  libraries  /  FolderFinder  /  php  /  resources  
File Role Description
  Image file video.png Icon Icon image

  Files folder image Files  /  application  /  logs  
File Role Description
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  migrations  
File Role Description
  Plain text file 001_install_ion_auth.php Class Class source

  Files folder image Files  /  application  /  models  
File Role Description
  Plain text file config_model.ini Data Auxiliary data
  HTML file index.html Doc. Documentation
  Plain text file ion_auth_model.php Class Class source
  Plain text file t_access_right.php Class Class source
  Plain text file t_access_right_group.php Class Class source
  Plain text file t_constants.php Class Class source
  Plain text file t_controller.php Class Class source
  Plain text file t_country.php Class Class source
  Plain text file t_extension.php Class Class source
  Plain text file t_language.php Class Class source
  Plain text file t_menu.php Class Class source
  Plain text file t_menu_loader.php Class Class source
  Plain text file t_module.php Class Class source
  Plain text file t_platform.php Class Class source
  Plain text file t_router.php Class Class source
  Plain text file t_setting.php Class Class source
  Plain text file t_sub_menu.php Class Class source
  Plain text file t_template.php Class Class source
  Plain text file t_token.php Class Class source
  Plain text file t_user.php Class Class source
  Plain text file t_view.php Class Class source

  Files folder image Files  /  application  /  third_party  
File Role Description
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  views  
File Role Description
Files folder imagecommon (7 directories)
Files folder imageplatform (4 directories)
Files folder imagetemplate (1 file, 4 directories)
  HTML file index.html Doc. Documentation
  Plain text file welcome_message.php Aux. Auxiliary script

  Files folder image Files  /  application  /  views  /  common  
File Role Description
Files folder imagedonate (1 file)
Files folder imagegritter (1 file)
Files folder imagemap (1 file)
Files folder imagenotify (1 file)
Files folder imagepage (1 file)
Files folder imagepreview-tool (1 file)
Files folder imagetemplate (2 directories)

  Files folder image Files  /  application  /  views  /  common  /  donate  
File Role Description
  Plain text file donate.php Aux. Auxiliary script

  Files folder image Files  /  application  /  views  /  common  /  gritter  
File Role Description
  Plain text file gritter.php Aux. Auxiliary script

  Files folder image Files  /  application  /  views  /  common  /  map  
File Role Description
  Plain text file site_map.php Class Class source

  Files folder image Files  /  application  /  views  /  common  /  notify  
File Role Description
  Plain text file messi_notify.php Example Example script

  Files folder image Files  /  application  /  views  /  common  /  page  
File Role Description
  Plain text file key_page.php Aux. Auxiliary script

  Files folder image Files  /  application  /  views  /  common  /  preview-tool  
File Role Description
  Plain text file preview-box.php Example Example script

  Files folder image Files  /  application  /  views  /  common  /  template  
File Role Description
Files folder imagesys_admin (4 directories)
Files folder imageweb (1 directory)

  Files folder image Files  /  application  /  views  /  common  /  template  /  sys_admin  
File Role Description
Files folder imagemobile (2 files)
Files folder imagesmartphone (1 file)
Files folder imagesys_admin (3 files, 6 directories)
Files folder imageweb (3 files)

  Files folder image Files  /  application  /  views  /  common  /  template  /  sys_admin  /  mobile  
File Role Description
  HTML file index.html Doc. Documentation
  Plain text file messi_notify.php Data Auxiliary data

  Files folder image Files  /  application  /  views  /  common  /  template  /  sys_admin  /  smartphone  
File Role Description
  Plain text file messi_notify.php Data Auxiliary data

  Files folder image Files  /  application  /  views  /  common  /  template  /  sys_admin  /  sys_admin  
File Role Description
Files folder imageformbuilder (1 file)
Files folder imagemenu (1 file)
Files folder imagerouter (1 file)
Files folder imagesetting (6 files)
Files folder imagetable (3 files)
Files folder imageuser (3 files)
  HTML file index.html Doc. Documentation
  Plain text file messi_notify.php Example Example script
  Plain text file sys_content_module.php Aux. Auxiliary script

  Files folder image Files  /  application  /  views  /  common  /  template  /  sys_admin  /  sys_admin  /  formbuilder  
File Role Description
  Plain text file formbuilder.php Data Auxiliary data

  Files folder image Files  /  application  /  views  /  common  /  template  /  sys_admin  /  sys_admin  /  menu  
File Role Description
  Plain text file dashboard.php Example Example script

  Files folder image Files  /  application  /  views  /  common  /  template  /  sys_admin  /  sys_admin  /  router  
File Role Description
  Plain text file router_row.php Example Example script

  Files folder image Files  /  application  /  views  /  common  /  template  /  sys_admin  /  sys_admin  /  setting  
File Role Description
  Plain text file configure.php Aux. Auxiliary script
  Plain text file constant_define.php Example Example script
  Plain text file database_settings.php Aux. Auxiliary script
  Plain text file email_configure.php Aux. Auxiliary script
  Plain text file item_constant.php Example Example script
  Plain text file site_settings.php Aux. Auxiliary script

  Files folder image Files  /  application  /  views  /  common  /  template  /  sys_admin  /  sys_admin  /  table  
File Role Description
  Plain text file pagination.php Example Example script
  Plain text file table-apply.php Aux. Auxiliary script
  Plain text file table_action.php Aux. Auxiliary script

  Files folder image Files  /  application  /  views  /  common  /  template  /  sys_admin  /  sys_admin  /  user  
File Role Description
  Plain text file user_profile.php Example Example script
  Plain text file user_profile_process.php Example Example script
  Plain text file user_settings.php Aux. Auxiliary script

  Files folder image Files  /  application  /  views  /  common  /  template  /  sys_admin  /  web  
File Role Description
  Plain text file menu.php Example Example script
  Plain text file messi_notify.php Example Example script
  Plain text file widget_right.php Aux. Auxiliary script

  Files folder image Files  /  application  /  views  /  common  /  template  /  web  
File Role Description
Files folder imageweb (3 files)

  Files folder image Files  /  application  /  views  /  common  /  template  /  web  /  web  
File Role Description
  Plain text file menu.php Example Example script
  Plain text file messi_notify.php Example Example script
  Plain text file widget_right.php Aux. Auxiliary script

  Files folder image Files  /  application  /  views  /  platform  
File Role Description
Files folder imagemobile (1 file)
Files folder imagesmartphone (1 file)
Files folder imagesys_admin (18 directories)
Files folder imageweb (1 file, 1 directory)

  Files folder image Files  /  application  /  views  /  platform  /  mobile  
File Role Description
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  views  /  platform  /  smartphone  
File Role Description
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  views  /  platform  /  sys_admin  
File Role Description
Files folder imageauth (26 files, 1 directory)
Files folder imagecommons (3 files)
Files folder imagecontrollers (9 files)
Files folder imagedatabases (3 files)
Files folder imagedev (12 files)
Files folder imageelements (3 files)
Files folder imageextensions (12 files)
Files folder imagelanguages (15 files)
Files folder imagemenus (12 files)
Files folder imagemodels (6 files)
Files folder imagemodules (3 files)
Files folder imageplatforms (3 files)
Files folder imagerouters (3 files)
Files folder imagesupports (3 files)
Files folder imagesystem (6 files)
Files folder imagetemplates (9 files)
Files folder imageusers (9 files)
Files folder imageviews (12 files)

  Files folder image Files  /  application  /  views  /  platform  /  sys_admin  /  auth  
File Role Description
Files folder imageemail (5 files)
  Plain text file change_password.php Aux. Auxiliary script
  Plain text file change_password_css.php Data Auxiliary data
  Plain text file change_password_js.php Data Auxiliary data
  Plain text file create_group.php Example Example script
  Plain text file create_group_css.php Aux. Auxiliary script
  Plain text file create_group_js.php Data Auxiliary data
  Plain text file create_user.php Example Example script
  Plain text file create_user_css.php Aux. Auxiliary script
  Plain text file create_user_js.php Aux. Auxiliary script
  Plain text file deactivate_user.php Example Example script
  Plain text file deactivate_user_css.php Data Auxiliary data
  Plain text file deactivate_user_js.php Data Auxiliary data
  Plain text file edit_group.php Aux. Auxiliary script
  Plain text file edit_group_css.php Data Auxiliary data
  Plain text file edit_group_js.php Data Auxiliary data
  Plain text file edit_user.php Example Example script
  Plain text file edit_user_css.php Aux. Auxiliary script
  Plain text file edit_user_js.php Data Auxiliary data
  Plain text file forgot_password.php Aux. Auxiliary script
  Plain text file forgot_password_css.php Data Auxiliary data
  Plain text file forgot_password_js.php Data Auxiliary data
  Plain text file index.php Example Example script
  Plain text file index_css.php Data Auxiliary data
  Plain text file index_js.php Data Auxiliary data
  Plain text file login.php Aux. Auxiliary script
  Plain text file reset_password.php Aux. Auxiliary script

  Files folder image Files  /  application  /  views  /  platform  /  sys_admin  /  auth  /  email  
File Role Description
  Plain text file activate.tpl.php Aux. Auxiliary script
  Plain text file activate.tpl_css.php Data Auxiliary data
  Plain text file forgot_password.tpl.php Aux. Auxiliary script
  Plain text file forgot_password.tpl_css.php Data Auxiliary data
  Plain text file new_password.tpl.php Aux. Auxiliary script

  Files folder image Files  /  application  /  views  /  platform  /  sys_admin  /  commons  
File Role Description
  Plain text file index.php Aux. Auxiliary script
  Plain text file index_css.php Data Auxiliary data
  Plain text file index_js.php Data Auxiliary data

  Files folder image Files  /  application  /  views  /  platform  /  sys_admin  /  controllers  
File Role Description
  Plain text file create.php Example Example script
  Plain text file create_css.php Data Auxiliary data
  Plain text file create_js.php Data Auxiliary data
  Plain text file detail.php Aux. Auxiliary script
  Plain text file detail_css.php Data Auxiliary data
  Plain text file detail_js.php Data Auxiliary data
  Plain text file index.php Example Example script
  Plain text file index_css.php Data Auxiliary data
  Plain text file index_js.php Data Auxiliary data

  Files folder image Files  /  application  /  views  /  platform  /  sys_admin  /  databases  
File Role Description
  Plain text file index.php Aux. Auxiliary script
  Plain text file index_css.php Data Auxiliary data
  Plain text file index_js.php Aux. Auxiliary script

  Files folder image Files  /  application  /  views  /  platform  /  sys_admin  /  dev  
File Role Description
  Plain text file confirm_delete.php Aux. Auxiliary script
  Plain text file confirm_delete_css.php Data Auxiliary data
  Plain text file confirm_delete_js.php Data Auxiliary data
  Plain text file index.php Example Example script
  Plain text file index_css.php Aux. Auxiliary script
  Plain text file index_js.php Data Auxiliary data
  Plain text file profile.php Example Example script
  Plain text file profile_css.php Data Auxiliary data
  Plain text file profile_js.php Aux. Auxiliary script
  Plain text file setting.php Example Example script
  Plain text file setting_css.php Aux. Auxiliary script
  Plain text file setting_js.php Aux. Auxiliary script

  Files folder image Files  /  application  /  views  /  platform  /  sys_admin  /  elements  
File Role Description
  Plain text file index.php Aux. Auxiliary script
  Plain text file index_css.php Data Auxiliary data
  Plain text file index_js.php Data Auxiliary data

  Files folder image Files  /  application  /  views  /  platform  /  sys_admin  /  extensions  
File Role Description
  Plain text file create.php Aux. Auxiliary script
  Plain text file create_css.php Aux. Auxiliary script
  Plain text file create_js.php Aux. Auxiliary script
  Plain text file detail.php Aux. Auxiliary script
  Plain text file detail_css.php Aux. Auxiliary script
  Plain text file detail_js.php Aux. Auxiliary script
  Plain text file edit.php Aux. Auxiliary script
  Plain text file edit_css.php Data Auxiliary data
  Plain text file edit_js.php Data Auxiliary data
  Plain text file index.php Example Example script
  Plain text file index_css.php Aux. Auxiliary script
  Plain text file index_js.php Aux. Auxiliary script

  Files folder image Files  /  application  /  views  /  platform  /  sys_admin  /  languages  
File Role Description
  Plain text file compare.php Aux. Auxiliary script
  Plain text file compare_css.php Aux. Auxiliary script
  Plain text file compare_js.php Aux. Auxiliary script
  Plain text file create.php Aux. Auxiliary script
  Plain text file create_css.php Aux. Auxiliary script
  Plain text file create_js.php Aux. Auxiliary script
  Plain text file edit.php Example Example script
  Plain text file edit_css.php Aux. Auxiliary script
  Plain text file edit_js.php Aux. Auxiliary script
  Plain text file index.php Example Example script
  Plain text file index_css.php Aux. Auxiliary script
  Plain text file index_js.php Aux. Auxiliary script
  Plain text file region.php Example Example script
  Plain text file region_css.php Data Auxiliary data
  Plain text file region_js.php Data Auxiliary data

  Files folder image Files  /  application  /  views  /  platform  /  sys_admin  /  menus  
File Role Description
  Plain text file create.php Example Example script
  Plain text file create_css.php Aux. Auxiliary script
  Plain text file create_js.php Aux. Auxiliary script
  Plain text file edit.php Example Example script
  Plain text file edit_css.php Aux. Auxiliary script
  Plain text file edit_js.php Aux. Auxiliary script
  Plain text file index.php Example Example script
  Plain text file index_css.php Data Auxiliary data
  Plain text file index_js.php Data Auxiliary data
  Plain text file sub_menu.php Example Example script
  Plain text file sub_menu_css.php Aux. Auxiliary script
  Plain text file sub_menu_js.php Data Auxiliary data

  Files folder image Files  /  application  /  views  /  platform  /  sys_admin  /  models  
File Role Description
  Plain text file create.php Aux. Auxiliary script
  Plain text file create_css.php Aux. Auxiliary script
  Plain text file create_js.php Data Auxiliary data
  Plain text file index.php Example Example script
  Plain text file index_css.php Data Auxiliary data
  Plain text file index_js.php Data Auxiliary data

  Files folder image Files  /  application  /  views  /  platform  /  sys_admin  /  modules  
File Role Description
  Plain text file index.php Aux. Auxiliary script
  Plain text file index_css.php Data Auxiliary data
  Plain text file index_js.php Data Auxiliary data

  Files folder image Files  /  application  /  views  /  platform  /  sys_admin  /  platforms  
File Role Description
  Plain text file index.php Example Example script
  Plain text file index_css.php Data Auxiliary data
  Plain text file index_js.php Aux. Auxiliary script

  Files folder image Files  /  application  /  views  /  platform  /  sys_admin  /  routers  
File Role Description
  Plain text file index.php Example Example script
  Plain text file index_css.php Data Auxiliary data
  Plain text file index_js.php Aux. Auxiliary script

  Files folder image Files  /  application  /  views  /  platform  /  sys_admin  /  supports  
File Role Description
  Plain text file index.php Aux. Auxiliary script
  Plain text file index_css.php Aux. Auxiliary script
  Plain text file index_js.php Data Auxiliary data

  Files folder image Files  /  application  /  views  /  platform  /  sys_admin  /  system  
File Role Description
  Plain text file edit_view.php Example Example script
  Plain text file edit_view_css.php Aux. Auxiliary script
  Plain text file edit_view_js.php Aux. Auxiliary script
  Plain text file formbuilder.php Aux. Auxiliary script
  Plain text file formbuilder_css.php Data Auxiliary data
  Plain text file formbuilder_js.php Data Auxiliary data

  Files folder image Files  /  application  /  views  /  platform  /  sys_admin  /  templates  
File Role Description
  Plain text file create.php Aux. Auxiliary script
  Plain text file create_css.php Data Auxiliary data
  Plain text file create_js.php Data Auxiliary data
  Plain text file detail.php Aux. Auxiliary script
  Plain text file detail_css.php Aux. Auxiliary script
  Plain text file detail_js.php Aux. Auxiliary script
  Plain text file index.php Example Example script
  Plain text file index_css.php Aux. Auxiliary script
  Plain text file index_js.php Data Auxiliary data

  Files folder image Files  /  application  /  views  /  platform  /  sys_admin  /  users  
File Role Description
  Plain text file access_right.php Example Example script
  Plain text file access_right_css.php Data Auxiliary data
  Plain text file access_right_js.php Aux. Auxiliary script
  Plain text file index.php Example Example script
  Plain text file index_css.php Aux. Auxiliary script
  Plain text file index_js.php Data Auxiliary data
  Plain text file login.php Example Example script
  Plain text file login_css.php Aux. Auxiliary script
  Plain text file login_js.php Aux. Auxiliary script

  Files folder image Files  /  application  /  views  /  platform  /  sys_admin  /  views  
File Role Description
  Plain text file create.php Example Example script
  Plain text file create_css.php Aux. Auxiliary script
  Plain text file create_js.php Aux. Auxiliary script
  Plain text file detail.php Aux. Auxiliary script
  Plain text file detail_css.php Aux. Auxiliary script
  Plain text file detail_js.php Aux. Auxiliary script
  Plain text file edit.php Example Example script
  Plain text file edit_css.php Aux. Auxiliary script
  Plain text file edit_js.php Aux. Auxiliary script
  Plain text file index.php Example Example script
  Plain text file index_css.php Aux. Auxiliary script
  Plain text file index_js.php Aux. Auxiliary script

  Files folder image Files  /  application  /  views  /  platform  /  web  
File Role Description
Files folder imagehome (3 files)
  HTML file index.html Doc. Documentation

  Files folder image Files  /  application  /  views  /