Welcome Guest, Not a member yet? Register   Sign In
SynIgniter (HMVC + JS/SCSS support) | CI modular \õ/
#1

(This post was last modified: 02-20-2016, 03:12 PM by thenets.)

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. Smile

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
git clone [email protected]:thenets/SynIgniter.git

# Set write permission
chmod -R 775 SynIgniter

# Rename to your application
mv SynIgniter my_app


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
\curl -sSL https://get.rvm.io | bash -s stable --ruby

# Install SASS gem
sudo su -c "gem install sass"


Thanks a lot to wiredesignz, who create the CI HMVC, the base of my project! Big Grin

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! Big Grin )


GitHub
https://github.com/thenets/SynIgniter
Luiz Felipe F M Costa
Cloud Application Developer
http://TheNets.org/
Reply




Theme © iAndrew 2016 - Forum software by © MyBB