Hi I am new to Pepper development and PHP for that matter. I am trying to write a simple pepper to record some data off a webpage. The data is returned correctly however it does not get populated in the table that my peppper creates in manifest array. Looking at mint.php, it seems that onRecord gets called once and it only records to a hardcoded table mint_visit.
Is that how it supposed to be? So far I have been using $this->query() within my pepper in onRecord function to insert data in tables. Is that how it is supposed to be? Little help needed.
/Rizwan