function AfterInsert($values) mail('admin@example.com', 'New Product', $values['name']); return true;
What I do is provide you with a comprehensive, structured written guide on PHPRAD (similar in depth to a long tutorial chapter) that you can copy into a Word/Google Doc and save as PDF yourself. phprad tutorial pdf
Use the global $db object anywhere:
function Validate(&$values) if(strlen($values['name']) < 3) $this->SetError('name', 'Name too short'); return false; return true; function AfterInsert($values) mail('admin@example