Date: 07/27/00
- Next message: Don Lair: "[phplib] Installing phplib on phpwebhosting"
- Previous message: Arne: "Re: [phplib] sesion.inc problem"
- Maybe in reply to: J.Skowyra <email protected>: "[phplib] DB_Sql is already a function"
- Next in thread: Don Lair: "[phplib] Installing phplib on phpwebhosting"
- Reply: Don Lair: "[phplib] Installing phplib on phpwebhosting"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
it would appear that you are attempting to extend the DB_sql class by giving
the extended class the same name as the existing class. If you extend the
DB_Sql class in local.inc, you need to give it a name other than DB_Sql,
such as 'skow_db_sql' or whatever.
> -----Original Message-----
> From: J.Skowyra <email protected> [mailto:jasko <email protected>]
> Sent: Thursday, July 27, 2000 6:30 AM
> To: phplib <email protected>
> Subject: [phplib] DB_Sql is already a function
>
>
> Hello, I'm new on this list and new on PHPLIB
> I installed Redhat 6.2 with php 3.0.15 from rpm's
> After I've configured phplib 7.2c to my database, I tried to see
> http://localhost/index.php3
> I get this message:
> DB_Sql is already a function or class in db_mysql.inc on line 12
>
> In line 12 I found this class
>
> class DB_Sql {
>
> What I'm doing wrong ???
>
> Best regards
> Jacek Skowyra
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Don Lair: "[phplib] Installing phplib on phpwebhosting"
- Previous message: Arne: "Re: [phplib] sesion.inc problem"
- Maybe in reply to: J.Skowyra <email protected>: "[phplib] DB_Sql is already a function"
- Next in thread: Don Lair: "[phplib] Installing phplib on phpwebhosting"
- Reply: Don Lair: "[phplib] Installing phplib on phpwebhosting"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

