コード例 #1
0
ファイル: konstrukt.inc.php プロジェクト: harrysame/PHP-MySQL
 function cookie($key = null, $default = null)
 {
     return $this->context->cookie($key, $default);
 }