Skip to content
xolf edited this page Feb 11, 2015 · 5 revisions

MyFrame Wiki

MyFrame is optimized for Apache2. i'm looking forward to optimize it for nginx and other web server. The commands are for Linux based systems.

1. Installation

1.1 Download MyFrame from GitHub

Click here for downloading MyFrame on your machine. Unzip the archive in your web folder.

1.2 Setup Apache

First of all you have to set AllowOverride None to AllowOverride All and install Mod rewrite with a2enmod rewrite. Restart apache after installing.

2. Variables and Functions

2.1 Variables

2.2 Functions

  • getView($view) : Returns the path to the files in thw views folder e.g. ````getView('test') = 'view/test.php'```

3. Reporting an Issue

If you have found a bug, or want to have a new function in MyFrame, I'll be happy when you post it on the MyFrame Issue page.