Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunilksamanta/citemplate
Codeigniter with CI Simplicity Template system and HMVC
https://github.com/sunilksamanta/citemplate
ci ci-template codeigniter codeigniter3 hmvc modules template-engine
Last synced: 22 days ago
JSON representation
Codeigniter with CI Simplicity Template system and HMVC
- Host: GitHub
- URL: https://github.com/sunilksamanta/citemplate
- Owner: sunilksamanta
- Created: 2018-01-30T13:16:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T05:32:57.000Z (over 4 years ago)
- Last Synced: 2024-11-16T22:32:57.230Z (3 months ago)
- Topics: ci, ci-template, codeigniter, codeigniter3, hmvc, modules, template-engine
- Language: PHP
- Homepage:
- Size: 19.3 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codeigniter 3x With Template and HMVC
##### Fully Working Codeigniter with CI Simplicity Template system (Admin LTE latest Included) and HMVC module.
- **Codeigniter 3.1.7**
- **CI Simplicity**
- **Admin LTE 2.4.2**
- **HMVC Module**
- **Magic**# Usage
All the "**load**" for Templates will be replaced by "**output**". See the example bellow
`$this->load->section()` is replaced by `$this->output->section()`
# Update 12-03-18- Form Validation Custom Callback Function problem fixed
- is_unique fixed.
- Example Module for a simple CRUD included With database(**citemplate.sql** included)
`application/modules/examples`
# Update 01-02-18
- HMVC Module and Template system conflict fixed
- Sample User Module Included in `application/modules/user`
# Contributors
- [Ujjwal Bera](https://github.com/ujjwalbera)
- [Sunil K Samanta](https://github.com/sunilthedj)
- [HXD](https://github.com/xuandung38)# Credits
[Codeigniter](http://codeigniter.com)
[CI Simplicity](https://www.grocerycrud.com/codeigniter-simplicity)
[CI HMVC](http://www.roytuts.com/setup-hmvc-with-codeigniter-3/)