Run PHP on the Google App Engine
http://www.webdigi.co.uk/blog/2009/run-php-on-the-google-app-engine/
Google App Engine でPHPを動かす!!
http://d.hatena.ne.jp/shunsuk/20090520/1242823586
ということはですよ、CakeをGAE上で動かすのは誰が一番乗りになるでしょうか???
【CakePHP Generalの最新記事】
protected $_types = array(
'published' => array(
'conditions' => array('Post.published' => 1),
'order' => array('Post.created' => 'desc')
)
);
$posts = $this->Post->find('published');
$this->paginate['Post'] = array(
'published',
'limit' => 10
);
| 日 | 月 | 火 | 水 | 木 | 金 | 土 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 |