From: Rajasekar K. <kar...@gm...> - 2009-07-16 19:21:05
|
Hi, When 'Add to my library' is clicked, what actions are being taken to add the bookmark / post to the database? What function calls are being called? I have been hunting for this flow of actions in Connotea Code, but I have been unsuccessful so far. In Bibliotech.pm, 'Add to my library' -> goes to function 'add' -> which in turn goes to 'change'. But, I don't see the action of the adding to db here. I did add Bibliotech::DBI->activate_warn_sql() - but, I don't find any insert operations at all in error.log (Apache). I have developed a RSS CitationSource & Import modules - for a feed, it can parse its entries. I need to develop a Web Service (WS) around it. The steps are as follows when calling this Web Service with an parameter accepting feed file (xml) 1. Call RSS module to parse the entries 2. Add the entries to the database How can I do Step 2? What functions do I need to call to perform this action? Any suggestions are appreciated. Thanks. -- Best Regards, Rajasekar Karthik kar...@gm... |