| Current Path : /var/www/www.indacotrentino.com/www/app/code/Ashsmith/Blog/Model/ResourceModel/Post/ |
| Current File : /var/www/www.indacotrentino.com/www/app/code/Ashsmith/Blog/Model/ResourceModel/Post/Collection.php |
<?php namespace Ashsmith\Blog\Model\ResourceModel\Post;
class Collection extends \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection
{
/**
* @var string
*/
protected $_idFieldName = 'post_id';
/**
* Define resource model
*
* @return void
*/
protected function _construct()
{
$this->_init('Ashsmith\Blog\Model\Post', 'Ashsmith\Blog\Model\ResourceModel\Post');
}
}