Giter VIP home page Giter VIP logo

codeignator-hmvc-blade's Introduction

Codeignator-HMVC-Blade

Codeignator with HMVC and Blade template enginee

Welcome to Codeignator-HMVC-Blade

You can download this repository from this link.

This Codeignator-HMVC-Blade was a combination of HMVC Frame & Blade Template Enginee. Only You have to download codeignator 3.x version and copy this application folder to your codeignator project and ready to Use.

By Defalut HMVC and Blade template engine was enable. If you want only HMVC or only Blade engine, you can disable it inthe [application/config.php] file.

Some Configuration

- **If you want ONLY HMVC then, Set HMVC_enable to TRUE and Blade_enable to FALSE.**
$config['HMVC_enable'] = TRUE;
$config['Blade_enable'] = FALSE;
## Remember to extend Class, You can extends any class MX_Controller OR MY_Controller


- **If you want ONLY BLADE Template Enginee then, Set HMVC_enable to FALSE and Blade_enable to TRUE.**
$config['HMVC_enable'] = FALSE;
$config['Blade_enable'] = TRUE;
## You set  HMVC_enable to FALSE, then also you have to extand MY_Controller Class, 
so you can able to use blade template enginee.

IF you have futher query you can email me at [email protected]

#More details about blade : For Blade Template Enginee goto EFTEC/BladeOne

#More details about HMVC : For Blade Template Enginee goto wiredesignz/codeigniter-modular-extensions-hmvc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.