use this script to check is your server meet the requirement to run Magento enjoy gan !!! <?php extension_check(array( ‘curl’, ‘dom’, ‘gd’, ‘hash’, ‘iconv’, ‘mcrypt’,…
Continue reading PHP Script to Check Magento Server Requirement
1 CommentIndonesian Magento Developer
use this script to check is your server meet the requirement to run Magento enjoy gan !!! <?php extension_check(array( ‘curl’, ‘dom’, ‘gd’, ‘hash’, ‘iconv’, ‘mcrypt’,…
Continue reading PHP Script to Check Magento Server Requirement
1 Commenthere you go $rcv = Mage::getSingleton(‘Mage_Reports_Block_Product_Viewed’)->getItemsCollection(); foreach ($rcv as $item) { $_product = Mage::getModel(‘catalog/product’)->load($item->getProductId()); var_dump($_product->getData()); } mantap gan!!
Continue reading Magento: Get Recently Viewed Products
Leave a Commentrecently i worked on creating for ‘bad words’ filter comment, here is the basic php script to get the username & api key, visit this…
Continue reading PHP: Using Bad Words Filter API
Leave a CommentThis is My Favorite Online Tools to Check Website Performance, help me indentify which part need to optimized: 1. Speed test & performance test: http://gtmetrix.com/ 2. Http…
Continue reading My Favorite Online Tools to Check Website Performance
Leave a Comment