Little fixes

This commit is contained in:
Antonio de la Rosa 2015-12-16 15:28:10 +01:00
parent 1c88f85a99
commit 243767bc12
4 changed files with 28 additions and 1 deletions

View file

@ -2,7 +2,7 @@
namespace PhangoApp\PhaModels;
if(!function_exists('mysql_query'))
if(!function_exists('mysqli_query'))
{
throw new \Exception('Error: Mysql database don\'t supported by php');