Skip to content

Instantly share code, notes, and snippets.

View kaiohken1982's full-sized avatar

Sergio Rinaudo kaiohken1982

View GitHub Profile
@kaiohken1982
kaiohken1982 / Album.php
Created September 21, 2012 13:16
Zend Framework 2: get the ServiceManager in an Entity
<?php
namespace Album\Model;
use Zend\ServiceManager\ServiceManager;
use Zend\ServiceManager\ServiceManagerAwareInterface;
class Album implements ServiceManagerAwareInterface
{
protected $serviceManager;
@kaiohken1982
kaiohken1982 / jquery-clearform.css
Created November 14, 2011 16:07 — forked from egm0121/jquery-clearform.css
Clear Form JS jQuery Plugin
.clearform{
display:inline-block;
margin-left:-16px;
cursor:pointer;
width:10px;
height:10px;
background-image:url('/close.gif');
-webkit-box-shadow: 0px 0px 10px 5px #fff ;
}