for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @copyright Copyright (c) 2011 - 2015 Oleksandr Torosh (http://yonastudio.com)
* @author Oleksandr Torosh <[email protected]>
*/
namespace Tree\Model\Translate;
use Application\Mvc\Model\Translate;
class CategoryTranslate extends Translate
{
public function getSource()
return "tree_category_translate";
}