Category Archives: php

Link: WAMP vs SKYPE conflict

Whoever was using WAMP and Skype has encountered problem with shared ports, following link contains the solution (look in the comments) to resolve it: WAMP and Skype Conflict and this is the comment you should search at above link (for … Continue reading

Posted in php | Tagged , | Comments Off on Link: WAMP vs SKYPE conflict

Modify admin dashboard’s default period time (“Select range”)

Hi, by default on dashboard you will see results from last 24hours, if you want to have it by default in different time span than you will be in trouble as there is no facility to set it up.

Posted in magento, php | Tagged , , , , , , , , | 1 Comment

list of websites in magento

If you want to know what websites and how many are installed in magento you can get that information from getWebsites method of the Mage_Core_Model_App object.

Posted in magento, php | Tagged , , , | Comments Off on list of websites in magento

indeed magic methods

Magento and the PHP world that I am trying to learn is full of surprises, in my way to replicate (made it better:) ) the Dashboard (and more) functionality using magenots API I have found methods that I wasn’t able … Continue reading

Posted in magento, php | Tagged , , | Comments Off on indeed magic methods

How to create Magento’s Custom API?

It is not in-depth tutorial but description on how I tackled creation of custom API for magento. There are still vast fields of unknown but at least this will let you start building your own API and let you learn, … Continue reading

Posted in magento, php, xml-rpc | Tagged , , | 17 Comments