Skip to content

Instantly share code, notes, and snippets.

View MASA-P's full-sized avatar

Masaharu Takishita MASA-P

View GitHub Profile
@MASA-P
MASA-P / Expanded Shell class for CakePHP
Created January 6, 2011 03:39
Setup parent Shell object to Task objects.
<?php
/**
* PHP versions 5
*
* Expanded Shell class for CakePHP
* Copyright 2011, Masaharu Takishita(ECWorks)
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright 2011, ECWorks.
@MASA-P
MASA-P / serializer.php
Created November 19, 2010 12:17
Secure serialize / unserialize Library
<?php
/**
* PHP versions 4 and 5
*
* Secure serialize / unserialize Library
* Copyright 2010, Masaharu Takishita(ECWorks)
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*