Skip to content

Instantly share code, notes, and snippets.

View conradjones's full-sized avatar

Conrad Jones conradjones

View GitHub Profile
@conradjones
conradjones / gist:1af190ffe70c5ea07966
Last active August 29, 2015 14:15
Collection joins in magento.
These are just some snippets for me to reference quickly for commonly used magento items.
FOR EAV collection
$collection->joinTable(
array("alias" => "module/entity"),
"join=join",
array("field_alias" => "field"),
#ifndef __AUDIOLIB_SIGNALS_SIGNAL_H
#define __AUDIOLIB_SIGNALS_SIGNAL_H
#include "audiolib/types/maps/vectormap.h"
#include <functional>
#include <iostream>
#include <vector>
namespace sig {
template <class Rp, class... ArgTypes>