Skip to content

Instantly share code, notes, and snippets.

@gumacahin
Created July 15, 2012 22:50
Show Gist options
  • Save gumacahin/3118992 to your computer and use it in GitHub Desktop.
Save gumacahin/3118992 to your computer and use it in GitHub Desktop.
interfaces
public function comments()
{
return new Engine_ProxyObject($this, Engine_Api::_()->getDbtable('comments', 'core'));
}
public function likes()
{
return new Engine_ProxyObject($this, Engine_Api::_()->getDbtable('likes', 'core'));
}
public function tags()
{
return new Engine_ProxyObject($this, Engine_Api::_()->getDbtable('tags', 'core'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment