Skip to content

Instantly share code, notes, and snippets.

View jissereitsma's full-sized avatar

Jisse Reitsma jissereitsma

View GitHub Profile
<?php
require_once 'app/Mage.php';
Mage::app();
$collection = Mage::getModel('facebooksignup/facebooksignup')
->getCollection()
->addFieldToFilter('customer_id',$user_id)
->limit(1); //////line 19 is here
foreach ($collection as $data) {