Advertisement
Guest User

Collection.php

a guest
Jul 28th, 2014
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <?php
  2. class EM_LayeredNavigation_Model_Resource_Option_Collection extends Mage_Core_Model_Resource_Db_Collection_Abstract {
  3.     protected function _construct() {
  4.         $this->_init('layerednavigation/option');
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement