Skip to content

Instantly share code, notes, and snippets.

@sergoslav
sergoslav / curl.php
Last active August 29, 2015 14:02
Multi upload images by CURL
<?php
/**
* Upload images
*
* @param $url
* @param $images
* @return array
*/
function imageUpload($url, $images)
{
@sergoslav
sergoslav / Response.php
Created January 28, 2013 15:53
easyAjax fiseing cahce layout
/**
* Load custom layout
*
* @return Mage_Core_Model_Layout
*/
protected function _loadCustomLayouts()
{
$layout = Mage::app()->getLayout();
$update = $layout->getUpdate();
// load default custom handle