SynIgniter (HMVC + JS/SCSS support) | CI modular \õ/ |
SynIgniter
Better way to develop a modular application using PHP. Hi! I'm Luiz Felipe. I have developed the SynIgniter, a simple way to create applications using modules. It's a extension of HMVC. Now you can dev a module using model/view/controller plus scss and js. Directory structure: application/modules/sample/views application/modules/sample/controllers application/modules/sample/models application/modules/sample/js application/modules/sample/scss And the best part: it's VERY FAST. Please, I need people to test and give me some feedback. ![]() Next step is create a documentation and a simple guide. For now, just download to your apache/nginx folder, set write permission and enjoy! Installation: Code: # Clone the project Recomendation: (optional) If you want a better debug for SCSS, you can install the SASS Gem in developer enviroment: Code: # Install Ruby and gem manager Thanks a lot to wiredesignz, who create the CI HMVC, the base of my project! ![]() FAQ: Why the CSS and JS get ERROR 404? Probably your server are using some filter or mod_rewrite and don't allow SynIgniter to know the application path. To solve this problem, just go to "application/config/config.php" and set your application URL at "$config['base_url']". Future: - Coffee Script support - (Any ideas? Let me know! ![]() GitHub https://github.com/thenets/SynIgniter |
Welcome Guest, Not a member yet? Register Sign In |