Your IP : 216.73.216.220


Current Path : /var/www/www.indacotrentino.com/www/app/code/Ashsmith/Blog/Model/ResourceModel/Post/
Upload File :
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');
    }

}