<?php
//database read
$read = Mage::getSingleton('core/resource')->getConnection('core_read')
//database write
$write = Mage::getSingleton('core/resource')->getConnection('core_write');
?>
//database read
$read = Mage::getSingleton('core/resource')->getConnection('core_read')
//database write
$write = Mage::getSingleton('core/resource')->getConnection('core_write');
?>
No comments:
Post a Comment
Thanks for your comments.