Hi i am trying to connect Postgresql with Apache 24.apache 24 for localhost runs on my webpage,but when i try to connect to the database it gives me this error.
Datasource class Postgres could not be found.
class DATABASE_CONFIG {
public $default = array(
'datasource' => 'Database/Postgres',
'persistent' => false,
'host' => 'localhost:81',
'login' => 'postgres',
'password' => '786323',
'database' => 'Blog',
'schema' => 'public',
'prefix' => '',
'encoding' => 'utf8',
);
what m i doing wrong???