epiphany
epiphany copied to clipboard
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.
Any info about above question? I tried many ways but not success
I'm using Epiphan for a fairly big project, so, needing to load all the application and classes in one single point, makes the code to complex and the load to...
There is a `break;` on line 101 that isn't in a loop or switch, this causes an error in PHP 7.0. It is accompanied by this comment: `need to simulate...
Avoid warning when array_shift() and employ only has 1 value.
I think Epiphany is great and run examples in localhost, i.e. examples/login/. But appear this error `Warning: array_shift() expects parameter 1 to be array, null given ... EpiSession.php on line...
Warning: array_shift() expects parameter 1 to be array, null given in EpiSession.php on line 58 If you initialize one, and only one, of the session implementations, you should not have...
Look at this beautiful project - https://github.com/arnaud-lb/MtHaml. It creates compiled php templates from haml files. Any feedback are welcome!
Hello. I try to render a template with some params. Those params contains the result of a sql statement. That sql statement is working, i know that because I have...
Maven is a very popular tool to manage library dependencies and build a project. Written in java, Maven can manage also other type of language like PHP through the php-maven...
This change allows you to have a __callStatic magic method in a class that can handle route callbacks.