Skip to content

Instantly share code, notes, and snippets.

@asika32764
Created January 16, 2014 12:02
Show Gist options
  • Save asika32764/8453800 to your computer and use it in GitHub Desktop.
Save asika32764/8453800 to your computer and use it in GitHub Desktop.
<?php
JModelLegacy:addIncludePath(JPATH_ROOT . '/components/com_foo/models');
$model = JModelLegacy::getInstance('Item', 'FooModel', array('ignore_request' => true));
$model->setState('foo.bar', 'yoo');
$item = $model->getItem();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment