Posted by MASA-P on 11/26/09 • Categorized as CakePHP
Sorry, this entry is only available in 日本語.
![]() | |
| Name | Masaharu Takishita(MASA-P) |
|---|---|
| Place | Tokorozawa Saitama Japan |
| Works | Office Infrastructure Manager Web Site Director |
| Hobbies | Play "Freeline Skate" Driving Visit Spa ...etc |
PHPで作る携帯サイトデベロッパーズガイド
著者/訳者:滝下 真玄
出版社:秀和システム( 2009-12 )
単行本 ( 556 ページ )

Hello, happy to find a blog from a Flex developper in Saitama. I am a Flex/PHP developper too and live at Saitama. I made some test with ZendAMF but I am stuck with PHP 5.1.6 at work so no datetime.
Does CakeSWXPHP work with PHP 5.1.6?
Hi Cedric! I’m happy to meet you a same Flex developper in Saitama.
Sorry, I don’t know if CakeSWXPHP can solve this problem. Because I experienced it first in that seminar.
But I have one of question for you. Where do you get datetime, on PHP or client? I think that if you are sending PHP’s datetime to Flex app, the problem occur by PHP’s version or ZendAMF’s.
ZendAmf try to convert php 5.2 new datetime type to flex date type.
You can check that here:
http://framework.zend.com/wiki/display/ZFPROP/Zend_Amf+-+Wade+Arnold
Now the problem is that there is no datetime type in php 5.1.6 so it craches…
That\\\’s too bad
I see.
That’s to say, ZendAMF doesn’t support under 5.2 because of DateTime format.
I’m sorry to hear that.:<