I just find Easy APNS and i find the project is great but i have some "troubles" to parameter the php side.
When i watch the Video Tutorial it show us where we have to modify the code to put our mysql database informations ... But in the actual class_DbConnect.php source code we have :
function __construct($host, $username, $password, $database)
{
$this->DB_HOST = $host;
$this->DB_USERNAME = $username;
$this->DB_PASSWORD = $password;
$this->DB_DATABASE = $database;
}
I am not an expert with PHP code, but those are variables ... but i cannot find where i have to put my connection datas.
Is someone could help me ?
Thanks for all !
Rom1