Hello List
I am using the Zend api to insert a new listing into my gbase(housing)
"<author>" & _
"<name>" & agent & "</name>" & _
"<email>" & agentEmail & "</email>" & _
"</author>" & _
I am using this :
$newEntry->setAuthor($service->newAuthor($FormName[agent],
$FormName[agentEmail]));
but then I get the error :
Fatal error: Call to a member function getDOM() on a non-object in /
home/mike/workspace/officeguild/trunk/lib/ZendFramework/library/Zend/
Gdata/App/FeedEntryParent.php on line 171
is there a workaround, patch, fix ? that will enable me to create a
new Author using Zend ?
thank you
marcos oliva