MrBaseball34 Posted December 29, 2010 Share Posted December 29, 2010 In the entire codebase, there is not one single call to INSERT INTO `'._DB_PREFIX_.'product` Where exactly DOES the record get inserted into ps_product, anyway? Link to comment Share on other sites More sharing options...
rocky Posted December 30, 2010 Share Posted December 30, 2010 It's the autoExecute() function of classes/Db.php that builds the INSERT statement, then executes the query. Link to comment Share on other sites More sharing options...
MrBaseball34 Posted December 30, 2010 Author Share Posted December 30, 2010 Thanks, Rocky, I'll look into it.I was going to get this info for the fellow that wanted the trigger for ps_product. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now