Skip to content
A hack-lang mvc Framework
Branch: master
Clone or download
Pull request Compare This branch is 8 commits ahead, 4 commits behind gilbitron:master.
esokullu Merge pull request #1 from andsav/patch-1
Constructors shouldn't return anything (even void)
Latest commit 0f76a52 Jun 24, 2018
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
application move to hh Apr 11, 2014
static Created folder structure for static content. Apr 6, 2011
system Constructors shouldn't return anything (even void) Jun 23, 2014
.hhconfig move to hh Apr 11, 2014
.htaccess Removed RewriteBase. Neater RewriteRule. Apr 6, 2011
README.md Update README.md Aug 13, 2017
index.hh move to hh Apr 11, 2014
license.txt adapted to hack-mvc Apr 9, 2014

README.md

hack-mvc

hack-mvc is an MVC framework for the hack language. hack-mvc is a fork of PIP, and Models mysql.

hack-mvc aims to be as simple as possible to set up, use and fork.

Visit http://esokullu.github.com/hack-mvc for more information and documentation.

Requirements

  • hhvm 3.0 or greater
  • The mod_rewrite module (of any web server as long as you know what you're doing)

Installation

  • Download hack-mvc and extract
  • Navigate to application/config/config.hh and fill in your base_url
  • You are ready to rock! Point your browser to your base_url and hopefully see a welcome message.

Documentation

Visit http://esokullu.github.com/hack-mvc to see the documentation.

TODO

  • Use mustache.php for View
  • Model DynamoDB

License

hack-mvc is released under the MIT license.

You can’t perform that action at this time.