[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] Re: how does setup work
From: |
Michael Dean |
Subject: |
Re: [Phpgroupware-developers] Re: how does setup work |
Date: |
24 Jun 2003 19:58:16 -0500 |
On Tue, 2003-06-24 at 20:02, address@hidden wrote:
> the insert and the updates where executed on each run of setup, but
> when using
>
> $phpgw_setup->oProc->query(""INSERT ...")
> $site_id = $phpgw_setup->oProc->get_last_insert_id(...);
> ... other database updates
Just noticed this in your email - remember the oProc object is NOT a
database class. It is the controlling object for the setup and schema
processing.
Mike