<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="html">머드초보의 블로그: FlexPHP-Zend-AMF를-이용한-PHP와-FLEX의-연동삽질에 달린 최근 댓글/트랙백 목록</title>
  <id>http://mudchobo.tomeii.com/tt/</id>
  <link rel="alternate" type="text/html" hreflang="ko" href="http://mudchobo.tomeii.com/tt/" />
  <subtitle type="html">허접한 개발자 성종천입니다.</subtitle>
  <updated>2010-02-09T07:09:07+09:00</updated>
  <generator>Textcube 1.7.8 : Con moto</generator>
  <entry>
    <title type="html">지돌스타님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://mudchobo.tomeii.com/tt/398#comment1965" />
    <author>
      <name>(지돌스타)</name>
    </author>
    <id>http://mudchobo.tomeii.com/tt/398#comment1965</id>
    <published>2009-03-27T09:42:06+09:00</published>
    <summary type="html">매우 유용하군요. PHP에서도 AMFPHP는 AMF0만 지원했던걸로 알고 있는데 AMF3까지 지원한다고 하니... 매우 좋은걸요. 개인적으로 php로 할 프로젝트가 있었는데 적절한 시기에 소개해주셔서 참 감사합니다. 이걸 사용해야겠네요.</summary>
  </entry>
  <entry>
    <title type="html">붉은고래님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://mudchobo.tomeii.com/tt/398#comment2672" />
    <author>
      <name>(붉은고래)</name>
    </author>
    <id>http://mudchobo.tomeii.com/tt/398#comment2672</id>
    <published>2009-10-06T11:58:07+09:00</published>
    <summary type="html">좋은 정보 감사합니다..^^
댓글 정보도 너무 유용하네요...
오류가나서 이것저것 해보다가 댓글에서 해답들을 찾았네요..감사 감사 ^^</summary>
  </entry>
  <entry>
    <title type="html">머드초보님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://mudchobo.tomeii.com/tt/398#comment2372" />
    <author>
      <name>(머드초보)</name>
    </author>
    <id>http://mudchobo.tomeii.com/tt/398#comment2372</id>
    <published>2009-06-21T23:38:21+09:00</published>
    <summary type="html">와 축하드립니다^^
저도 이거 삽질했던 때가 생각나는군요. 
저도 조만간 이것을 쓰게 될 듯-_- 뭔가 개발해야하는데 서버가 php거든요^^</summary>
  </entry>
  <entry>
    <title type="html">머드초보님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://mudchobo.tomeii.com/tt/398#comment1970" />
    <author>
      <name>(머드초보)</name>
    </author>
    <id>http://mudchobo.tomeii.com/tt/398#comment1970</id>
    <published>2009-03-28T09:55:22+09:00</published>
    <summary type="html">앗 지돌스타님^^
저도 php를 배운지 얼마 안되었는데, 데이터연동부분에 관한 자료를 찾다보니 Zend Amf가 있더라구요^^ 방문해주셔서 감사해요~^^</summary>
  </entry>
  <entry>
    <title type="html">햇무리님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://mudchobo.tomeii.com/tt/398#comment2350" />
    <author>
      <name>(햇무리)</name>
    </author>
    <id>http://mudchobo.tomeii.com/tt/398#comment2350</id>
    <published>2009-06-19T09:48:49+09:00</published>
    <summary type="html">좋은 글 정말 잘 봤습니다. 
AMFPHP가 느리다고 해서 망설이고 있었는데 좋은 게 있었네요.
그런데 zendamf를 http://framework.zend.com/download/amf 에서 받아서 하니까 Minimal이고
Zend폴더 밑에 Loader 폴더가 없어서 에러가 나더라구요.
그래서 http://framework.zend.com/download/current/ 에서 Full로 받아서 해보니 되네요.
물론 3월에 해보신거라 그때는 잘 되었을지도 모르겠네요.
앞으로 해보시는 분들은 참고하세요.
감사합니다.

(그런데 한글깨지는거 
character-set-client-handshake = FALSE 로 하면 된다고 하셨는데 어떻게 하는지 잘 모르겠어요... ㅠㅠ
mysql_query(&amp;quot;SET NAMES &#039;utf8&#039;&amp;quot;); 를 쓰는 것보다는 이게 더 좋을 것 같은데요.)</summary>
  </entry>
  <entry>
    <title type="html">주너니님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://mudchobo.tomeii.com/tt/398#comment1983" />
    <author>
      <name>(주너니)</name>
    </author>
    <id>http://mudchobo.tomeii.com/tt/398#comment1983</id>
    <published>2009-03-29T21:07:55+09:00</published>
    <summary type="html">안녕하세요. 좋은정보 감사합니다.
내용중에 약간 잘못된게 있는것 같아서 저도 꽤 삽질했네요 ^^;;

amf.php
&amp;lt;?php
require_once &#039;Zend/Amf/Server.php&#039;;
require_once &#039;SosiService.php&#039;;

$server = new Zend_Amf_Server();
$server-&amp;gt;setClass(&amp;quot;SosiService&amp;quot;);
$server-&amp;gt;setClassMap(&amp;quot;SosiVo&amp;quot;, &amp;quot;SosiVo&amp;quot;);
?&amp;gt;
마지막에 echo($server -&amp;gt; handle()); 가 빠진것 같네요.
그리고 $mysql_query(&amp;quot;SET NAMES &#039;utf8&#039;&amp;quot;);  -&amp;gt;  mysql_query(&amp;quot;SET NAMES &#039;utf8&#039;&amp;quot;);
이렇게 되야될거 같고요~

마지막으로 channel 을 못찾는 에러가 나시는 분들은
해당 프로젝트 Properties -&amp;gt; Flex Compiler -&amp;gt; Additional compiler arguments 에
-services &amp;quot;D:\work\test\service-config.xml&amp;quot; 
식으로 service-config.xml 이 있는 절대경로값을 추가해주셔야 합니다.

그럼 좋은정보 감사합니다. 수고하세요~</summary>
  </entry>
  <entry>
    <title type="html">햇무리님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://mudchobo.tomeii.com/tt/398#comment2366" />
    <author>
      <name>(햇무리)</name>
    </author>
    <id>http://mudchobo.tomeii.com/tt/398#comment2366</id>
    <published>2009-06-21T11:17:38+09:00</published>
    <summary type="html">오... 잘 되네요... 감사합니다.
그런데 또 안되는 것이 있네요... ㅠㅠ
서비스 여러개 넣는거 해보는데 잘 안되요.
위에 말씀하신 두가지를 다 해보고 있는데 워낙 zend에 대한 지식도 없고 하니 잘 안되네요.
service-config.xml와 flex쪽에서 어떻게 바꾸면 될까요?
-----
몇시간 후...
저도 삽질끝에 성공을 했어요... ^^
이젠 저장하는 것을 해봐야 겠어요. 감사합니다.</summary>
  </entry>
  <entry>
    <title type="html">머드초보님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://mudchobo.tomeii.com/tt/398#comment1992" />
    <author>
      <name>(머드초보)</name>
    </author>
    <id>http://mudchobo.tomeii.com/tt/398#comment1992</id>
    <published>2009-03-30T09:46:16+09:00</published>
    <summary type="html">헉 그렇네요 ㅠ
저도 삽질하면서 글을 그냥 기록한거라 ㅠㅠ
컴파일 옵션 추가도 제가 뺐군요 ㅠ
감사합니다 ^^</summary>
  </entry>
  <entry>
    <title type="html">머드초보님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://mudchobo.tomeii.com/tt/398#comment2355" />
    <author>
      <name>(머드초보)</name>
    </author>
    <id>http://mudchobo.tomeii.com/tt/398#comment2355</id>
    <published>2009-06-19T14:09:18+09:00</published>
    <summary type="html">아....그거 mysql옵션 수정하셔야합니다.
mysql.ini파일인가-_- 설정파일이 있는데, 그걸 수정해서 mysql다시 리셋해주면 돼요 ^^
방문해주셔서 감사해요~ ^^좋은 정보도 감사해요!</summary>
  </entry>
  <entry>
    <title type="html">머드초보님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://mudchobo.tomeii.com/tt/398#comment2589" />
    <author>
      <name>(머드초보)</name>
    </author>
    <id>http://mudchobo.tomeii.com/tt/398#comment2589</id>
    <published>2009-09-10T17:12:04+09:00</published>
    <summary type="html">아네 이클립스에서도 php랑 다 할 수 있는데, ide가 전 따로 있는 게 더 편하더라구요. 그래서 서버는 넷빈즈, 클라이언트는 flex를 ^^
그럼 둘다 디버깅을 편하게 할 수 있어요^^
방문해주셔서 감사해요~</summary>
  </entry>
  <entry>
    <title type="html">머드초보님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://mudchobo.tomeii.com/tt/398#comment2584" />
    <author>
      <name>(머드초보)</name>
    </author>
    <id>http://mudchobo.tomeii.com/tt/398#comment2584</id>
    <published>2009-09-09T17:41:58+09:00</published>
    <summary type="html">디버깅을 하시려면 XDEBUG라는 디버거를 설치해야합니다.
검색 하시면 셋팅하는 것이 다 나올꺼에요 ^^
xdebug입니다!</summary>
  </entry>
  <entry>
    <title type="html">머드초보님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://mudchobo.tomeii.com/tt/398#comment2684" />
    <author>
      <name>(머드초보)</name>
    </author>
    <id>http://mudchobo.tomeii.com/tt/398#comment2684</id>
    <published>2009-10-11T11:14:02+09:00</published>
    <summary type="html">아네 도움이 되셔서 다행이네요^^
제가 몇개 좀 빠뜨린게 있었는데, 댓글에 누군가가 올려주셨어요 ㅠㅠ</summary>
  </entry>
  <entry>
    <title type="html">햇무리님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://mudchobo.tomeii.com/tt/398#comment2579" />
    <author>
      <name>(햇무리)</name>
    </author>
    <id>http://mudchobo.tomeii.com/tt/398#comment2579</id>
    <published>2009-09-08T21:23:42+09:00</published>
    <summary type="html">netbeans을 사용하신다고 했는데요.
zend amf와 사용할때 php debug를 netbeans으로 어떻게 하나요?
해보려고 하는데 잘 안되서요.
php 코드쪽 문제 발생할 경우가 많은데 디버깅 없이는 코딩이 어려울 것 같아요.
부탁드립니다. ^^</summary>
  </entry>
  <entry>
    <title type="html">햇무리님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://mudchobo.tomeii.com/tt/398#comment2586" />
    <author>
      <name>(햇무리)</name>
    </author>
    <id>http://mudchobo.tomeii.com/tt/398#comment2586</id>
    <published>2009-09-09T22:30:00+09:00</published>
    <summary type="html">감사합니다. xdebug라는 것이 있었네요.
방금 php만 테스트 해봤는데 잘되네요.
이젠 flex와도 되는지 봐야겠네요. ^^</summary>
  </entry>
  <entry>
    <title type="html">머드초보님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://mudchobo.tomeii.com/tt/398#comment3029" />
    <author>
      <name>(머드초보)</name>
    </author>
    <id>http://mudchobo.tomeii.com/tt/398#comment3029</id>
    <published>2010-02-05T10:11:19+09:00</published>
    <summary type="html">앗~ 방문해주셔서 감사합니다~ ^^</summary>
  </entry>
  <entry>
    <title type="html">naiyumie님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://mudchobo.tomeii.com/tt/398#comment3022" />
    <author>
      <name>(naiyumie)</name>
    </author>
    <id>http://mudchobo.tomeii.com/tt/398#comment3022</id>
    <published>2010-02-01T10:20:11+09:00</published>
    <summary type="html">따라해봤습니다. 감사합니다~~^^</summary>
  </entry>
</feed>
