Showing posts with label code. Show all posts
Showing posts with label code. Show all posts

2014-03-13

Внешнее исполнение кода magento

Для использования кода magento вне рабочей директории сайта:
require_once('/path/to/Mage.php/file/../app/Mage.php');
umask(0);
Mage::app();

2013-11-26

Response status codes

Server response status codes:
• 1xx: Informational - Request received, continuing process
• 2xx: Success - The action was successfully received, understood, and accepted
• 3xx: Redirection - Further action must be taken in order to complete the request
• 4xx: Client Error - The request contains bad syntax or cannot be fulfilled
• 5xx: Server Error - The server failed to fulfill an apparently valid request