Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Download Link -> https://userscloud.com/igqz7c31i4mc
- =====================================================
- # Codeigniter Complete With Some Plug-ins And Folder Details
- =====================================================
- ## Framewrok Version
- - Codeigniter v3.1.11
- ## List Of Plug-in Version And
- - Bootstrap v4.3.1
- - Creative Design for WebSite
- - ckeditor v4.13.0 standard
- - bold, italic, bullet, list etc.
- - DataTable v1.10.20 with Plug-in
- - Data view in Table with lost of Feature.
- - Search, PDF Makem, Print View A
- - gijgo combined v1.9.13
- - Date And Time Picker
- - iCheck v1.0.2
- - Super Customized Checkboxes
- - jQuery UI v1.12.1
- - jQuery UI is a curated set of user interface interactions, effects, widgets,
- and themes built on top of the jQuery JavaScript Library.
- - jQuery Validation v1.19.1
- - jQuery Form Validation
- - Magnific Popup v1.1.0
- - Magnific Popup is a responsive lightbox & dialog script with focus on performance
- and providing best experience for user with any device. (Gallery View)
- - select2 v4.0.12
- - DropDown Multiple feature. Search And Multiple Value select in DropDown.
- - sweetalert2 v9.3.17
- - A Beautiful, Responsive, Customizable, Accessible (wai-aria) Replacement For Javascript's Popup Boxes
- - Switchery v0.8.2
- - iOS 7 Style Switches Checkboxes
- - toastr v2.1.4-7
- - toastr is a Javascript library for Gnome / Growl type non-blocking notifications.
- jQuery is required. The goal is to create a simple core library that can be customized and extended.
- ## Folder Details
- ```text
- - application
- - config
- └── autoload.php
- > $autoload['libraries'] = array('database','session','form_validation');
- > $autoload['helper'] = array('url','my_helper');
- - config.php
- > $config['base_url'] = 'http://'.$_SERVER['SERVER_NAME'].'/codeigniter/';
- > $config['base_url'] = 'http://'.$_SERVER['SERVER_NAME'].'/codeigniter/codeigniter_complete/';
- > $config['index_page'] = '';
- - constant.php
- > define('WEBSITE_NAME', 'Your WebSite Name');
- - routes.php
- > $route['404_override'] = 'error_404';
- > $route['admin'] = "admin/admin/index/"; ( subfolder controller open example "foldername/controlername/funcationame")
- - controllers
- - Error_404.php
- - core
- - MY_Router.php ( use for subfolder controller access. )
- - helper
- - my_helper.php
- - models
- - views
- - includes
- - header.php
- - footer.php
- - sidebar.php
- - toast.php
- - error404.php
- - assets
- - cs ( customized css file )
- - images ( website images use )
- - js ( javascript file )
- - plugins ( all plugins in plugins folder )
- - uploaded ( end user all the upload file here )
- ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement