Skip to content

Instantly share code, notes, and snippets.

@marvinosswald
Created July 28, 2015 11:05
Show Gist options
  • Save marvinosswald/abe740f7926c064bc23d to your computer and use it in GitHub Desktop.
Save marvinosswald/abe740f7926c064bc23d to your computer and use it in GitHub Desktop.
Maybe i didn't get some stuff straight with the getModel function here..
// Normal Code
Mage::getModel('H2o_XMLToMagento_Model_Ftp",$credentials);
// Ftp.php
require 'utils/FTP.php';
class H2o_XMLToMagento_Model_Ftp extends H2o_Dev_FTP {
}
// utils/FTP.php
class H2o_Dev_FTP {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment