Strange behaviour with self written class
От | Markus Fischer |
---|---|
Тема | Strange behaviour with self written class |
Дата | |
Msg-id | 20010305105420.A27544@josefine.ben.tuwien.ac.at обсуждение исходный текст |
Ответы |
Re: Strange behaviour with self written class
Re: Strange behaviour with self written class |
Список | pgsql-php |
Hello, I've written a class for the pgsql_* function ( just a wrapper to speed up things and have a cleaner interface, I've attached it). While working with it, I've made some interesting observation : When create my first instance of the class all works ok; then, later in a function in my new php file I create another instance of the same class; this time the connection can be established, but its somehow corrupted and subsequent queries fail because of this: called dbpg->connect() connectstring -> host=XXXXXXXXXXXXXX user=XXXXXX password=XXXXXXX dbname=XXXXXX connect() succeeded connectLink = resource resource(1) of type (pgsql link) called <- function called called dbpg->connect() connectstring -> host=XXXXXXXXXXXXXX user=XXXXXX password=XXXXXXX dbname=XXXXXX connect() succeeded connectLink = resource resource(1) of type (Unknown) its still of type resource, but its resource type is NOT pgsql link like above but 'Unknown'. Anyone know whats wrong or why this happening ? thanks Markus -- Markus Fischer, http://josefine.ben.tuwien.ac.at/~mfischer/ EMail: mfischer@josefine.ben.tuwien.ac.at PGP Public Key: http://josefine.ben.tuwien.ac.at/~mfischer/C2272BD0.asc PGP Fingerprint: D3B0 DD4F E12B F911 3CE1 C2B5 D674 B445 C227 2BD0
Вложения
В списке pgsql-php по дате отправления: