Stephen's dev blog

Posts Tagged ‘mvc

SproutCore: a proper javascript framework

Posted by: Stephen Gray on: 17 September, 2008

I wrote a while ago about creating a client side MVC system in javascript.
Yesterday at one of the talks SproutCore was mentioned. I had a look today and it looks very promising. It’s a full framework designed to create full ‘thick client’ javascript applications. The core of it was written in Ruby and I haven’t [...]

jQuery create a client-side MVC

Posted by: Stephen Gray on: 28 August, 2008

jquery, mvc, framework



  • 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