jmathai / epiphany

A micro PHP framework that's fast, easy, clean and RESTful. The framework does not do a lot of magic under the hood. It is, by design, very simple and very powerful.

Home Page:https://github.com/jmathai/epiphany

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a helpers module that includes convenience functions

jmathai opened this issue · comments

Global functions such as getSession(), getCache(), etc are really handy. This can be included via a "helpers" module.

Code updated