Skip to content

Instantly share code, notes, and snippets.

View junichi11's full-sized avatar
🇯🇵

Junichi Yamamoto junichi11

🇯🇵
View GitHub Profile
@junichi11
junichi11 / plupload.php
Created July 29, 2011 18:35
CakePHP Plupload Component
<?php
/**
* CakePHP Plupload Plugin
* Pluplaod Component
*
* CakePHP version 1.3+
* PHP version 5.3+
*
* @author junichi11
*
@junichi11
junichi11 / add.ctp
Created July 29, 2011 18:46
CakePHP Plupload Plugin Sample
...
<?php echo $this->Plupload->loadWidget('jqueryui', array('height' => '550px')); ?>
...
@junichi11
junichi11 / clear_cache.php
Created September 28, 2011 00:51
CakePHP ClearCacheShell
<?php
/**
* CakePHP Clear Cache Shell
* Copyright (c) 2011 junichi11
*/
class ClearCacheShell extends Shell {
public $uses = array();
public $task = array();
private $clearDir = array('models', 'persistent', 'views');
@junichi11
junichi11 / ClearCacheSell.php
Created October 18, 2011 12:21
Clear Cache Shell for CakePHP2.0
<?php
/**
* CakePHP ClearCacheShell for 2.0
* @author junichi11
*/
class ClearCacheShell extends AppShell {
public $uses = array();
public $task = array();
@junichi11
junichi11 / my.ini
Created October 21, 2011 12:00
MySQL文字コード設定
[mysqld]
#5.5.16
character-set-server=utf8
skip-character-set-client-handshake
[client]
default-character-set=utf8
[mysql]
default-character-set=utf8
@junichi11
junichi11 / BootstrapFormHelper.php
Created November 2, 2011 14:23
BootstrapFormHelper for CakePHP2.0
<?php
/**
* CakePHP BootstrapFormHelper
* CakePHP version 2.0+
* Usage:
* // In Your Controller
* public $helpers = array('Form' => array('className' => 'BootstrapForm'));
* // In Your View
* $this->Form->input('name', array('label' => 'Name'));
* @author junichi11
@junichi11
junichi11 / TopicsController.php
Created November 8, 2011 07:28
CakePHP2.0 SecurityComponent Sample(CSRF)
<?php
App::uses('AppController', 'Controller');
/**
* Topics Controller
*
* @property Topic $Topic
*/
class TopicsController extends AppController {
@junichi11
junichi11 / index.php
Created February 22, 2012 11:12
create test
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>
</head>
<body>
<?php
// put your code here
echo "update!";
@junichi11
junichi11 / gtkrc
Created March 23, 2012 10:28
Inkscape 日本語メニューフォント設定 for Windows
#下記を最後に追記
# UI font
gtk-font-name = "sans 10"
@junichi11
junichi11 / textext.txt
Created July 5, 2012 06:42
textext environment for ubunto
sudo apt-get install pdf2svg
sudo apt-get install pstoedit
sudo apt-get install texlive