<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>KYOKUTYO NO BLOG. &#187; cakePHP</title>
	<atom:link href="http://blog.kyokutyo.com/category/cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kyokutyo.com</link>
	<description>dododododo.....</description>
	<lastBuildDate>Tue, 17 Jan 2012 13:04:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CakePHPでのmigration</title>
		<link>http://blog.kyokutyo.com/cakephp/cakephp%e3%81%a7%e3%81%aemigration/</link>
		<comments>http://blog.kyokutyo.com/cakephp/cakephp%e3%81%a7%e3%81%aemigration/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 02:16:44 +0000</pubDate>
		<dc:creator>kyokutyo</dc:creator>
				<category><![CDATA[cakePHP]]></category>

		<guid isPermaLink="false">http://blog.kyokutyo.com/?p=276</guid>
		<description><![CDATA[schema.phpの内容をDBへ反映させるには
% cake schema run create
と昔書いたのだけど、どうやら「run」は1.3から省かれたみたい。まだ使い方よくわかってない。
CakePHP のスキー [...]]]></description>
		<wfw:commentRss>http://blog.kyokutyo.com/cakephp/cakephp%e3%81%a7%e3%81%aemigration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHPを使って複数人開発する際のDB同期</title>
		<link>http://blog.kyokutyo.com/cakephp/cakephp%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e8%a4%87%e6%95%b0%e4%ba%ba%e9%96%8b%e7%99%ba%e3%81%99%e3%82%8b%e9%9a%9b%e3%81%aedb%e5%90%8c%e6%9c%9f/</link>
		<comments>http://blog.kyokutyo.com/cakephp/cakephp%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e8%a4%87%e6%95%b0%e4%ba%ba%e9%96%8b%e7%99%ba%e3%81%99%e3%82%8b%e9%9a%9b%e3%81%aedb%e5%90%8c%e6%9c%9f/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 12:28:10 +0000</pubDate>
		<dc:creator>kyokutyo</dc:creator>
				<category><![CDATA[cakePHP]]></category>

		<guid isPermaLink="false">http://blog.kyokutyo.com/?p=242</guid>
		<description><![CDATA[複数人で開発する場合、DBのテーブルレイアウトの同期が面倒だったりする。
CakePHPではcake schemaコマンドを使うとよさそう。Railsのrake db:migrateと同じ役割かな。
% cd /path [...]]]></description>
		<wfw:commentRss>http://blog.kyokutyo.com/cakephp/cakephp%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e8%a4%87%e6%95%b0%e4%ba%ba%e9%96%8b%e7%99%ba%e3%81%99%e3%82%8b%e9%9a%9b%e3%81%aedb%e5%90%8c%e6%9c%9f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHPのcakeコマンドを使う</title>
		<link>http://blog.kyokutyo.com/cakephp/cakephp%e3%81%aecake%e3%82%b3%e3%83%9e%e3%83%b3%e3%83%89%e3%82%92%e4%bd%bf%e3%81%86/</link>
		<comments>http://blog.kyokutyo.com/cakephp/cakephp%e3%81%aecake%e3%82%b3%e3%83%9e%e3%83%b3%e3%83%89%e3%82%92%e4%bd%bf%e3%81%86/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 04:14:32 +0000</pubDate>
		<dc:creator>kyokutyo</dc:creator>
				<category><![CDATA[cakePHP]]></category>

		<guid isPermaLink="false">http://blog.kyokutyo.com/?p=237</guid>
		<description><![CDATA[CakePHPのcakeコマンドを使うまで。CakePHPのバージョンは1.3.11です。
% vim ~/.zshrc.mine
.zshrc.mine だったり .zshrc だったり .bash_profile だったり .bashrc だったりするかも。
export PATH=/hoge/fuga:$PATH
↓このように変更
export PATH=/hoge/fuga:$PATH:/path/to/cake_install/cake/console
% source ~/.zshrc
(変更の反映)
% cake
Welcome to CakePHP v1.3.11 Console
---------------------------------------------------------------
Current Paths:
 -app: console
 -working: /path/to/cake_install/cake/console
 -root: /path/to/cake_install/cake
 -core: /path/to/cake_install

Changing Paths:
your working path should be the same as your application path
to change your path use the '-app' param.
Example: -app relative/path/to/myapp or -app /absolute/path/to/myapp

Available Shells:
 acl [CORE]   [...]]]></description>
		<wfw:commentRss>http://blog.kyokutyo.com/cakephp/cakephp%e3%81%aecake%e3%82%b3%e3%83%9e%e3%83%b3%e3%83%89%e3%82%92%e4%bd%bf%e3%81%86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WindowsXP、XAMPPでCakePHP</title>
		<link>http://blog.kyokutyo.com/cakephp/windowsxp%e3%80%81xampp%e3%81%a7cakephp/</link>
		<comments>http://blog.kyokutyo.com/cakephp/windowsxp%e3%80%81xampp%e3%81%a7cakephp/#comments</comments>
		<pubDate>Tue, 27 Feb 2007 15:26:42 +0000</pubDate>
		<dc:creator>kyokutyo</dc:creator>
				<category><![CDATA[cakePHP]]></category>

		<guid isPermaLink="false">http://kyokutyo.s262.xrea.com/wordpress/?p=4</guid>
		<description><![CDATA[基本的にCodeZine：CakePHPフレームワークによる快速WEB開発（Cake, フレームワーク, PHP, CakePHP）をなぞりながらやっていきます。


ダウンロード


こちら(CakePHPのサイト(英 [...]]]></description>
		<wfw:commentRss>http://blog.kyokutyo.com/cakephp/windowsxp%e3%80%81xampp%e3%81%a7cakephp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

