Skip to content

Instantly share code, notes, and snippets.

@lab2023
lab2023 / distinct.php
Created March 25, 2011 11:48
distinct
<?php
public function indexAction()
{
// Param
$params = $this->_helper->param();
$supplierId = Zend_Auth::getInstance()->getIdentity()->id;
// Mapping
$mapping = array(
@lab2023
lab2023 / KebabChecker.php
Created October 13, 2011 08:41
KebabChecker
<?php
const Z_VERSION='1.11.10';
const D_VERSION='1.2.4';
const EXTJS_VERSION='3.4.0';
const P_VERSION='5.3.4';
/*Mondatary Requirements*/
/*Zend Version Control*/
$zend=false;