DevGrow / jQuery-Mobile-PHP-MVC

A simple PHP MVC framework utilizing jQuery Mobile.
http://devgrow.com/jquery-mobile-php-mvc-framework/
171 stars 51 forks source link

fixes #12

Closed koter84 closed 9 years ago

koter84 commented 9 years ago

i removed the mysql_real_escape_string() functions, this is already a part of PDO when u use named variables in the prepare() and an array in the execute() functions

also i added a define() for COOKIE_DOMAIN to config.php

mdolon commented 9 years ago

Thanks for the fixes @koter84!