2009年8月1日星期六

Re: [fw-db] fecthing data with option

Erdal YAZICIOGLU ha scritto:
> Thanks for the help Simone.
>
> But when I run it, it does not recognize the method quoteInto. I am
> using Zend_Db_Table.
$searchDatabase->getAdapter() should return the Zend_Db_Adapter
and it can quote(), quoteInto() ...
http://framework.zend.com/manual/en/zend.db.html#zend.db.adapter.quoting.quote-into

try to debug the return:

Zend_Debug::dump( $searchDatabase->getAdapter() );
exit;

--
fsockopen
ZF n00b

没有评论: