Hello i have create custom module and getting warning Mysql4 classes are obsolete
class Mymodule_Custom_Model_Mysql4_Stores extends Mage_Core_Model_Mysql4_Abstract
{
public function _construct()
{
$this->_init('custom/stores', 'entity_id');
}
}
getting warning on line number 2