Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

thenets/SynIgniter

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

SynIgniter

Better way to develop a modular application using PHP.

Directory structure:

  • application/modules/sample/views
  • application/modules/sample/controllers
  • application/modules/sample/models
  • application/modules/sample/js
  • application/modules/sample/scss

Instalation

For now, just download to your web server, set write permission and enjoy!

# Clone the project
git clone git@github.com: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:

# Install Ruby and gem manager
\curl -sSL https://get.rvm.io | bash -s stable --ruby

# Install SASS gem
sudo gem install sass

Future

  • Documentation
  • SASS support
  • Coffee Script support
  • (Any ideas? Let me know! :D )

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']".

Special thanks

  • Thanks a lot to wiredesignz, who create the CI HMVC, the base of my project! õ/

About

Better way to develop a modular application using PHP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages