On Sat, Feb 17, 2001 at 12:58:48AM +0800, Alan Knowles mentioned:
> 
> have a look at
> 
> object->searchparameters 


 Quickie - is this the way it should be used ?

    $article = mgd_get_article();
    if($article->searchparameters(" where url = '$something'",0)) {
        $article=$article->fetch();
    } else {
        echo "No article with url $something found"
    }

Kate

-- 
 When I say 'free', I mean 'free': free from bond, of chain or command: 
to go where you will, even to Mordor, Saruman, if you desire. " 
    -- Gandalf, paraphrasing the choice between Free and Non-free software

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to