IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
ขั้นตอนการลงโปรแกรมสำหรับเขียน PHP
dragon_html vkb
post Mar 9 2008, 18:27 PM
Post #1


Advanced Member
***

Group: Admin
Posts: 995
Joined: 30-November 05
Member No.: 1,043



QUOTE


http://www.zend.com/en/community/pdt
http://www-128.ibm.com/developerworks/ibm/...&ca=dkw-php

***
เพิ่มเติมครับสำหรับ pdt เวอร์ชั่นใหม่ต้องมีไฟล์ dummy.php ในเว็บ root directory ด้วยครับ
อย่างเช่น c:\appserv\www\dummy.php
CODE
<?php
@ini_set('zend_monitor.enable', 0);
if(@function_exists('output_cache_disable')) {
    @output_cache_disable();
}
if(isset($_GET['debugger_connect']) && $_GET['debugger_connect'] == 1) {
    if(function_exists('debugger_connect'))  {
        debugger_connect();
        exit();
    } else {
        echo "No connector is installed.";
    }
}
?>



********* เนื่องจาก zenddebugger มีปัญหาไม่สามารถ debug cake ได้ -*- สงสัยเป็นคู่อริกัน
ผมเลยเปลี่ยนไปใช้ xdebug แทนซึ่งสามารถ download ได้จาก http://www.xdebug.org/ ครับ
CODE
[xdebug]
xdebug.remote_autostart=On
xdebug.remote_enable=On
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
zend_extension_ts="c:\php5\ext\php_xdebug-2.0.3-5.2.5.dll";เปลี่ยนเป็น path ของ php_xdebug ที่บันทึกไว้


สมัยก่อนใช้แต่ editplus ตอนนี้มี debugger ใช้แล้วเท่ห์จิงๆ biggrin.gif


--------------------
In your life, There's no such a thing as you can do it or you can't!! but, it's a matter of 'doing it or not doing it!!
cakephp article
Go to the top of the page
 
+Quote Post
ลูกชิ้นหมา
post Mar 9 2008, 19:45 PM
Post #2


Advanced Member
***

Group: Members
Posts: 788
Joined: 3-April 05
Member No.: 474



เหอๆ อยากใช้อยู่หรอกครับ แต่ผมดันเขียน php ไม่เป็นนี่สิ blink.gif


--------------------
Go to the top of the page
 
+Quote Post
dragon_html vkb
post Mar 9 2008, 20:16 PM
Post #3


Advanced Member
***

Group: Admin
Posts: 995
Joined: 30-November 05
Member No.: 1,043



php เขียนง่ายกว่า java ฝึกเขียนอีกแป๊บเดียวก็เป็นแล้ว

แต่ปัญหาคือการ set server มันจะใช้เวลานาน
ส่วนใหญ่เวลาฝึกเขียนจะใช้ appserv install ทีเดียวเสร็จ


--------------------
In your life, There's no such a thing as you can do it or you can't!! but, it's a matter of 'doing it or not doing it!!
cakephp article
Go to the top of the page
 
+Quote Post
Winfast
post Mar 10 2008, 11:07 AM
Post #4


Advanced Member
***

Group: Members
Posts: 418
Joined: 26-August 05
From: AnyWhere
Member No.: 809



มีด้วยเหรอเนี่ยเพิ่งรุนะเนี่ยดีจัง แต่เข้าไปหาดาวโหลดแล้ว งง มั่วไปเจอ

Parent Directory -
pdt-1.0.0.R20070917-debugger-5.2.10.v20070905-all-in-one-linux-gtk.tar.gz 17-Sep-2007 16:04 126M
pdt-1.0.0.R20070917-debugger-5.2.10.v20070905-all-in-one-macosx-carbon.tar.gz 17-Sep-2007 16:54 134M
pdt-1.0.0.R20070917-debugger-5.2.10.v20070905-all-in-one-win32.zip 17-Sep-2007 16:58 123M
pdt-1.0.2.R20080103_debugger-5.2.12.v20071210-all-in-one-linux-gtk.tar.gz 20-Jan-2008 17:06 129M
pdt-1.0.2.R20080103_debugger-5.2.12.v20071210-all-in-one-macosx-carbon.tar.gz 20-Jan-2008 17:24 136M
pdt-1.0.2.R20080103_debugger-5.2.12.v20071210-all-in-one-win32.zip 20-Jan-2008 17:19 124M


เลยเอา pdt-1.0.2.R20080103_debugger-5.2.12.v20071210-all-in-one-win32.zip 20-Jan-2008 17:19 124M อันนี้ซะเลย จาก http://www.zend.com/en/community/pdt
แต่ http://www-128.ibm.com/developerworks/ibm/...&ca=dkw-php เพ่หนุ่มให้มามัยอ่ะครับหรือให้มาดูวิธีการใช้ ส่วนดาวโหลดตัวใช้คือด้านบนรึป่าว
ขอบอกว่าเยอะเมหือนกันร้อยก่าเมก ปล่อยแบนวิดน้อยอีก กรำ



--------------------



php
Life is Fight.
Go to the top of the page
 
+Quote Post
dragon_html vkb
post Mar 11 2008, 12:39 PM
Post #5


Advanced Member
***

Group: Admin
Posts: 995
Joined: 30-November 05
Member No.: 1,043



เพิ่งทำเสร็จตะกี้เอง เอาไปอ่านทำตามทีละขั้นได้เลย
น่าจะลง php ไปแล้วข้ามการลง AppServ ไปละกันนะ

http://www.tempf.com/getfile.php?filekey=1...application/rar

QUOTE(Winfast @ Mar 10 2008, 11:07 AM) [snapback]30252[/snapback]
มีด้วยเหรอเนี่ยเพิ่งรุนะเนี่ยดีจัง แต่เข้าไปหาดาวโหลดแล้ว งง มั่วไปเจอ

Parent Directory -
pdt-1.0.0.R20070917-debugger-5.2.10.v20070905-all-in-one-linux-gtk.tar.gz 17-Sep-2007 16:04 126M
pdt-1.0.0.R20070917-debugger-5.2.10.v20070905-all-in-one-macosx-carbon.tar.gz 17-Sep-2007 16:54 134M
pdt-1.0.0.R20070917-debugger-5.2.10.v20070905-all-in-one-win32.zip 17-Sep-2007 16:58 123M
pdt-1.0.2.R20080103_debugger-5.2.12.v20071210-all-in-one-linux-gtk.tar.gz 20-Jan-2008 17:06 129M
pdt-1.0.2.R20080103_debugger-5.2.12.v20071210-all-in-one-macosx-carbon.tar.gz 20-Jan-2008 17:24 136M
pdt-1.0.2.R20080103_debugger-5.2.12.v20071210-all-in-one-win32.zip 20-Jan-2008 17:19 124M


เลยเอา pdt-1.0.2.R20080103_debugger-5.2.12.v20071210-all-in-one-win32.zip 20-Jan-2008 17:19 124M อันนี้ซะเลย จาก http://www.zend.com/en/community/pdt
แต่ http://www-128.ibm.com/developerworks/ibm/...&ca=dkw-php เพ่หนุ่มให้มามัยอ่ะครับหรือให้มาดูวิธีการใช้ ส่วนดาวโหลดตัวใช้คือด้านบนรึป่าว
ขอบอกว่าเยอะเมหือนกันร้อยก่าเมก ปล่อยแบนวิดน้อยอีก กรำ

ดาวน์โหลดไฟล์ถูกแล้วล่ะ all-in-one สำหรับคนที่ยังไม่เคยลง eclipse
แต่ถ้า่เคยลง eclipse แล้วอาจจะดาวน์โหลดน้อยกว่า แต่จะต้องไปดูขั้นตอนการ update ที่
http://www-128.ibm.com/developerworks/ibm/...&ca=dkw-php


--------------------
In your life, There's no such a thing as you can do it or you can't!! but, it's a matter of 'doing it or not doing it!!
cakephp article
Go to the top of the page
 
+Quote Post
admin
post Mar 13 2008, 23:07 PM
Post #6


Member
**

Group: Admin
Posts: 180
Joined: 26-May 06
From: thailand
Member No.: 1,286



ขออนุญาติเอาไปเผยแพร่ต่อนะครับ biggrin.gif
ขอบคุณมากครับ


--------------------
รับทำเว็บไซต์ รับทำ SEO สอนทำเว็บ ชาญแมนชั่น เลือดหมูคุณศรี สิวาลัย ซิตี้ เพลส น้ำมันมะพร้าว สารดูดความชื้น
บริษัท สยามเว็บโซลูชั่นดอทคอม จำกัด พัทยาเหนือ ติดร้านเลือดหมูคุณศรี2 เปิดทุกวัน 08.00-16.30 น.
Office :11/22 ม.6 ต.นาเกลือ อ.บางละมุง จ.ชลบุรี 20150 Tel/Fax:038-412701,M:081-7789517,089-9879993
[b]อีเมล์ info[at]siamwebsolution.com
Go to the top of the page
 
+Quote Post
dragon_html vkb
post Mar 14 2008, 00:47 AM
Post #7


Advanced Member
***

Group: Admin
Posts: 995
Joined: 30-November 05
Member No.: 1,043



QUOTE(admin @ Mar 13 2008, 23:07 PM) [snapback]30329[/snapback]
ขออนุญาติเอาไปเผยแพร่ต่อนะครับ biggrin.gif
ขอบคุณมากครับ

ด้วยฟามยินดีครับ เอาไปเผยแพร่ได้เลยครับ laugh.gif


--------------------
In your life, There's no such a thing as you can do it or you can't!! but, it's a matter of 'doing it or not doing it!!
cakephp article
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 3rd September 2010 - 21:59 PM