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 [email protected] ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Connotea-code-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/connotea-code-devel
