Skip to content

Instantly share code, notes, and snippets.

@takemaru123
takemaru123 / regist_route53.php
Created February 18, 2015 08:24
aws-sdkを利用してCSVからRoute53にドメインとrecordを設定する
<?php
// aws-sdkを利用してCSVからRoute53にドメインとrecordを設定する
//
// 前準備
// $ sudo pear channel-discover pear.amazonwebservices.com
// $ sudo pear -D auto_discover=1 install aws/sdk
//
// 入力CSV
// 1列名: ドメイン名 (例: example.com)
// 2列名: コメント (例: サイト名)
@takemaru123
takemaru123 / Mysql.php
Created February 11, 2015 02:50
CakePHPのMigrationでMySQLのmediumtext/longtextを使えるようにする
<?php
/**
* MySQL layer for DBO
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyright notice.