Skip to content

Instantly share code, notes, and snippets.

@sdevore
Created January 26, 2015 19:01
Show Gist options
  • Save sdevore/bc973ddf719467d828da to your computer and use it in GitHub Desktop.
Save sdevore/bc973ddf719467d828da to your computer and use it in GitHub Desktop.
<?php // in a model
if (empty($this->_modelWithCustomSource)) {
App::import('Model', 'MyPlugin.MyPluginModel');
$this->_modelWithCustomSource = new MyPluginModel();
$this->_modelWithCustomSource->useDbConfig; // is an instance of the datasouce
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment