Hi all,

ya, I found out that, first parameter to the method

       Zend_Db::factory ("Pdo_Pgsql", $params);

was specifying the path of the Adapter to that particular PDO.
so it was splited using '_' (underscore). so then I found out the file named
as
pgsql.php under library/Zend/Db/Adapter/Pdo/Pgsql.php. Then I specified the
parameter as such it will pointed to this file.

Then it was worked.

On 30/03/07, Nahalingam N. Kanakavel <[EMAIL PROTECTED]> wrote:

Hi folks,

can any one suggest me some tutorials to know about postgres connectivity
using
Zend_Db. What is the parameter needs to pass, and what is the PDO needs to
use and so on.

I am a newbie to this Zend Framework.
Please help me in this regards.

--
with regds,
Nahalingam N. Kanakavel.
(http://www.nahalingam.bravehost.com/PlanetN/)


--
with regds,
Nahalingam N. Kanakavel.
(http://www.nahalingam.bravehost.com/PlanetN/)

Reply via email to