Stephen's dev blog

Posts Tagged ‘reference

MySQL basic reference

Posted by: Stephen Gray on: 6 August, 2008

A couple of colleagues have suggested putting a basic reference to some SQL commands together. Instead of having to reference different tutorials in different places around the web.
Of course there are a large number of tutorials around for this but again, this is just for reference.
Also, a lot of these commands will work for other [...]



  • Patrick: I changed my code, but now I have another problem: Fatal error: Call to a member function isAvailable() on a non-object in /var/www/vhost/web/shopA
  • Stephen Gray: Hi Patrick, That first error is my fault. I had the method name for the refund() method as void() as I had copied the code from the other method!
  • Patrick: Hi Stephen, thanks for sharing your knowledge about creating a custom payment module. I need an extension for magento to handle a credit card payme

Categories