Skip to content

Instantly share code, notes, and snippets.

View ts0818's full-sized avatar

ts0818 ts0818

View GitHub Profile
@ts0818
ts0818 / gist:b59cb6cd6d706ab4d3e1
Created October 19, 2015 12:33
パーフェクトphpのオーバーロード
<?php
/* クラスSomeClassを定義 */
class SomeClass{
// privateな値を保存するコンテナ(プロパティ)
private $values = array();
// privateなコンテナ(プロパティ)へのアクセサ(メソッド)getter
@ts0818
ts0818 / gist:e86785462d53562d9df5
Last active September 29, 2015 06:11
session
<?php
/* PpSessionクラス */
class PpSession {
protected $timeout; // セッションタイムアウト時間
// セッション存在チェック