issues
search
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.
https://github.com/jmathai/epiphany
Other
686
stars
139
forks
source link
Memcached improvements
#62
Open
cr1st1an
opened
11 years ago
cr1st1an
commented
11 years ago
Changed !empty to isset where 0 is valid
Added expiration parameter on Session
Changed "empty($key) ? $_COOKIE[EpiSession::COOKIE] : $key;" because $key is not defined in scope
Added private variables on scope for easier reading