Monday 04 April 2011 1:23:23 am
Hello again, I've gotten a bit further, but now I've stumbled on another question: How do I send parameters and/or variables into SQLIimport? E.g. I have a php-file that fetches the nodeID for the object I want to update. And want to send that ID into $content = SQLIContent::fromNodeID($myFetchedNodeID); in my handler.
I've tried adding it through php $_post, $_get and in the call for the handler, i.e. "php extension/sqliimport/bin/php/sqlidoimport.php --source-handlers=myHandler --options="myHandler::myFetchedNodeID=357" " But, alas to no avail so far. Any tips?
|