| Author |
DB_DataObjects having?
|
|
| Daniel Kopp 2004-04-28, 7:31 am |
| Hi!
There is no implementation for using having in DB_DataObjects right?
Should I file it as a bug or is there a way to do it?
regards
Daniel
| |
| Alan Knowles 2004-04-28, 10:06 pm |
| eh?
grep having -i /usr/share/pear/DB/DataObject.php | grep function
function having($having = false)
needs documenting however.
Regards
Alan
Daniel Kopp wrote:
> Hi!
>
> There is no implementation for using having in DB_DataObjects right?
>
> Should I file it as a bug or is there a way to do it?
>
> regards
> Daniel
| |
| Alan Knowles 2004-04-28, 10:06 pm |
| eh?
grep having -i /usr/share/pear/DB/DataObject.php | grep function
function having($having = false)
needs documenting however.
Regards
Alan
Daniel Kopp wrote:
> Hi!
>
> There is no implementation for using having in DB_DataObjects right?
>
> Should I file it as a bug or is there a way to do it?
>
> regards
> Daniel
|
|
|
|