enygma / shieldframework

Shield - A Security Minded Microframework
142 stars 15 forks source link

Mostly PSR-2 #8

Closed ghost closed 12 years ago

ghost commented 12 years ago

Did some PSR stuff; MCRYPT_MODE_CBC requires vi (see /Shield/Session.php) Windows had a fit over some directory reading and writing, so I added a session_path to the config array and call it in Session::__construct() the same way $sessionKey is handled. You made a commit or 2 since i forked so I might have to rework somethings.

ghost commented 12 years ago

Issue #5 "You should also use ENT_QUOTES. and use htmlentities() instead as it escapes more characters."

^ also added

enygma commented 12 years ago

I merged in some of the changes in this pull request - don't need those Zend Studio files though. Thanks for the submission!

ghost commented 12 years ago

Yea sorry about the ZS files I couldn't get Github for Windows to let me remove them from the commits. I'll get back to this when I finish my next couple projects I have lined up.