Skip to content

Instantly share code, notes, and snippets.

View nibsirahsieu's full-sized avatar

Nibsirahsieu nibsirahsieu

View GitHub Profile
@nibsirahsieu
nibsirahsieu / gist:2349253
Created April 10, 2012 08:10
custom propelondemandformatter
<?php
namespace Egov\DeliveryBundle\Util;
class myPropelOnDemandFormatter extends \PropelOnDemandFormatter
{
protected $isSelect = false;
public function init(\ModelCriteria $criteria)
{
@nibsirahsieu
nibsirahsieu / gist:2349438
Created April 10, 2012 08:47
PropelOnDemandFormatter
<?php
/**
* This file is part of the Propel package.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @license MIT License
*/