Home > Archive > PHP Pear > March 2006 > Re: [PEAR] Re: issue with schema and MDB2 with databobject again
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [PEAR] Re: issue with schema and MDB2 with databobject again
|
|
| Dan Rossi 2006-03-31, 3:59 am |
| im running php5.
On 31/03/2006, at 3:58 PM, Lukas Smith wrote:
> Dan Rossi wrote:
>
> there is no such function .. unless you are using php5 which uses
> __call() overloading. However that method will only be found if you
> call the loadModule() method for the 'Reverse' module before hand.
>
> regards,
> Lukas
>
> --
> PEAR General Mailing List (http://pear.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
| |
| Lukas Smith 2006-03-31, 6:59 pm |
| Dan Rossi wrote:
> im running php5.
ok then check if the code ever calls loadModule('Reverse') before ..
the alternative way is to call rvTableInfo() instead of tableInfo().
this will load the reverse module if this has not been done yet and call
tableInfo)().
regards,
Lukas
|
|
|
|
|