PHPEclipse: a user guide
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Birmingham [u.a.]
Packt Publ.
2006
|
Ausgabe: | 1. publ. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | V, 212 S. Ill., graph. Darst. |
ISBN: | 1904811442 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV021760207 | ||
003 | DE-604 | ||
005 | 20070124 | ||
007 | t | ||
008 | 061009s2006 ad|| |||| 00||| eng d | ||
020 | |a 1904811442 |9 1-90481-144-2 | ||
035 | |a (OCoLC)70836116 | ||
035 | |a (DE-599)BVBBV021760207 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-739 | ||
082 | 0 | |a 005.2762 |2 22 | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
100 | 1 | |a Chow, Shu-Wai |e Verfasser |4 aut | |
245 | 1 | 0 | |a PHPEclipse |b a user guide |c Shu-Wai Chow |
250 | |a 1. publ. | ||
264 | 1 | |a Birmingham [u.a.] |b Packt Publ. |c 2006 | |
300 | |a V, 212 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 7 | |a PHP |2 gtt | |
650 | 7 | |a Software |2 gtt | |
650 | 4 | |a PHP (Computer program language) | |
856 | 4 | 2 | |m Digitalisierung UB Passau |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=014973296&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-014973296 |
Datensatz im Suchindex
_version_ | 1804135622146785280 |
---|---|
adam_text | Table
Preface
Chapter
Integrated Development Environments
Advantages of Using an IDE
Disadvantages of Using an IDE
IDEs in Development Projects
Eclipse
A History of Eclipse
IBM and
The Eclipse Foundation
The Eclipse Architecture
Plug-Ins
The Workbench Plug-In
Standard Widget Toolkit
Why Use Eclipse?
Eclipse is Extensible
Eclipse is Free
Eclipse Frees You from Vendor Lock-In
Cross-Platform
Professional Features
PHPEclipse
Summary
Chapter
Installing Apache/PHP
Windows
Mac OS X
Linux
Testing Apache
Testing PHP
Installing Java
Windows
Mac OS X
Linux
Testing Java
Eclipse
Downloading Eclipse
Installing Eclipse
Installing PHPEclipse
Putting It All Together
Summary
Chapter
Starting Eclipse
The Eclipse Welcome Screen
Perspectives
Changing Perspectives
Quantum
Editors
PHPEclipse Views
Navigator View
Working Sets
Console View
Problems View
Outline View
Bookmarks View
PHP Browser View
Personalizing Your Perspectives
Customize Perspectives
Perspective Layouts
Save Perspective As
Reset Perspective
Close Perspective
Close All Perspectives
Summary
Chapter
Creating a Project
Adding Directories
Creating PHP Files
Code Templates
The Editor
Editor Visual Aids
Customizing the Editor
Creating a Web Application
Setting Up the Database
Setting Up the Project
Creating the Objects
Creating the View Files
Writing the Database Class
Writing the Pet Class
Writing the Cat Class
Writing the View Class
Eclipse Web Tools Platform Project
Installing the Web Tools Platform
Writing the View Page
HTML Cleanup Using HTML Tidy
Code Documentation Using phpDocumentor
Summary
Chapter
About the Debugger
Installing the Debugger
Installing DBG
Precompiled Binary Instructions
Compiling DBG Yourself
Configuring php.ini to Use DBG
Testing Your PHP Installation
Configuring Eclipse as the Debugger Client
Specifying an Interpreter
Creating a Debugging Configuration
Troubleshooting Tips
How to Use the Debugger
Debug View
Variables View
Breakpoints View
Console, Editor, Outline, and PHP Browser
Navigating Through a Debugging Session
Debugging
Working with Variables
Debugging Arrays
Debugging Objects
Changing Variable Values
Forms, Cookies, Session, and Server Variables
Watching Variables
Run
XDebug
Installing XDebug
Windows Installation
Mac OS X/Linux Installation
Configure php.
Summary
Chapter
Relational Databases
JDBC
The Quantum
Setting Up the Environment
The Development Database
Downloading and Installing the MySQL JDBC Driver
Using the Quantum
Setting Up a Database in Quantum
Using a Database in Quantum
Writing SQL Statements
Working with the Quantum Table View Result Sets
Quantum
Summary
Chapter
Version Control Overview
Terms and Concepts
Installing and Setting Up CVS
Windows Installation
Macintosh Installation
Linux Installation
Macintosh and Linux Configuration
The CVS Repository Perspective
Adding a Repository
Adding a Project to CVS
Committing and Updating
CVS Annotate View
CVS Resource History
Tagging
Branching
Merging
Subclipse
Viewing a Subversion Project
Summary
Chapter
Setting Up a Test FTP Server
Windows
Macintosh
Linux
FTP, SFTP, and WebDAV Export
Using Ant for Deployment
Setting up Ant for FTP
Downloading
Installing
Adding Files to the Ant Classpath
Creating Our Sample Ant Build File
Running an Ant Script
Ant Tools
Summary
Appendix A: Plug-ins and Plug-in Sites
Community Sites
Notable Language Plug-ins
Appendix B: The Eclipse Update Manager
Installing New Plug-Ins
Installing PHPEclipse
Updating Current Software
Index
|
adam_txt |
Table
Preface
Chapter
Integrated Development Environments
Advantages of Using an IDE
Disadvantages of Using an IDE
IDEs in Development Projects
Eclipse
A History of Eclipse
IBM and
The Eclipse Foundation
The Eclipse Architecture
Plug-Ins
The Workbench Plug-In
Standard Widget Toolkit
Why Use Eclipse?
Eclipse is Extensible
Eclipse is Free
Eclipse Frees You from Vendor Lock-In
Cross-Platform
Professional Features
PHPEclipse
Summary
Chapter
Installing Apache/PHP
Windows
Mac OS X
Linux
Testing Apache
Testing PHP
Installing Java
Windows
Mac OS X
Linux
Testing Java
Eclipse
Downloading Eclipse
Installing Eclipse
Installing PHPEclipse
Putting It All Together
Summary
Chapter
Starting Eclipse
The Eclipse Welcome Screen
Perspectives
Changing Perspectives
Quantum
Editors
PHPEclipse Views
Navigator View
Working Sets
Console View
Problems View
Outline View
Bookmarks View
PHP Browser View
Personalizing Your Perspectives
Customize Perspectives
Perspective Layouts
Save Perspective As
Reset Perspective
Close Perspective
Close All Perspectives
Summary
Chapter
Creating a Project
Adding Directories
Creating PHP Files
Code Templates
The Editor
Editor Visual Aids
Customizing the Editor
Creating a Web Application
Setting Up the Database
Setting Up the Project
Creating the Objects
Creating the View Files
Writing the Database Class
Writing the Pet Class
Writing the Cat Class
Writing the View Class
Eclipse Web Tools Platform Project
Installing the Web Tools Platform
Writing the View Page
HTML Cleanup Using HTML Tidy
Code Documentation Using phpDocumentor
Summary
Chapter
About the Debugger
Installing the Debugger
Installing DBG
Precompiled Binary Instructions
Compiling DBG Yourself
Configuring php.ini to Use DBG
Testing Your PHP Installation
Configuring Eclipse as the Debugger Client
Specifying an Interpreter
Creating a Debugging Configuration
Troubleshooting Tips
How to Use the Debugger
Debug View
Variables View
Breakpoints View
Console, Editor, Outline, and PHP Browser
Navigating Through a Debugging Session
Debugging
Working with Variables
Debugging Arrays
Debugging Objects
Changing Variable Values
Forms, Cookies, Session, and Server Variables
Watching Variables
Run
XDebug
Installing XDebug
Windows Installation
Mac OS X/Linux Installation
Configure php.
Summary
Chapter
Relational Databases
JDBC
The Quantum
Setting Up the Environment
The Development Database
Downloading and Installing the MySQL JDBC Driver
Using the Quantum
Setting Up a Database in Quantum
Using a Database in Quantum
Writing SQL Statements
Working with the Quantum Table View Result Sets
Quantum
Summary
Chapter
Version Control Overview
Terms and Concepts
Installing and Setting Up CVS
Windows Installation
Macintosh Installation
Linux Installation
Macintosh and Linux Configuration
The CVS Repository Perspective
Adding a Repository
Adding a Project to CVS
Committing and Updating
CVS Annotate View
CVS Resource History
Tagging
Branching
Merging
Subclipse
Viewing a Subversion Project
Summary
Chapter
Setting Up a Test FTP Server
Windows
Macintosh
Linux
FTP, SFTP, and WebDAV Export
Using Ant for Deployment
Setting up Ant for FTP
Downloading
Installing
Adding Files to the Ant Classpath
Creating Our Sample Ant Build File
Running an Ant Script
Ant Tools
Summary
Appendix A: Plug-ins and Plug-in Sites
Community Sites
Notable Language Plug-ins
Appendix B: The Eclipse Update Manager
Installing New Plug-Ins
Installing PHPEclipse
Updating Current Software
Index |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Chow, Shu-Wai |
author_facet | Chow, Shu-Wai |
author_role | aut |
author_sort | Chow, Shu-Wai |
author_variant | s w c swc |
building | Verbundindex |
bvnumber | BV021760207 |
classification_rvk | ST 250 |
ctrlnum | (OCoLC)70836116 (DE-599)BVBBV021760207 |
dewey-full | 005.2762 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.2762 |
dewey-search | 005.2762 |
dewey-sort | 15.2762 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
discipline_str_mv | Informatik |
edition | 1. publ. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01155nam a2200337 c 4500</leader><controlfield tag="001">BV021760207</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20070124 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">061009s2006 ad|| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1904811442</subfield><subfield code="9">1-90481-144-2</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)70836116</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV021760207</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-739</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.2762</subfield><subfield code="2">22</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Chow, Shu-Wai</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">PHPEclipse</subfield><subfield code="b">a user guide</subfield><subfield code="c">Shu-Wai Chow</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1. publ.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham [u.a.]</subfield><subfield code="b">Packt Publ.</subfield><subfield code="c">2006</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">V, 212 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">PHP</subfield><subfield code="2">gtt</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Software</subfield><subfield code="2">gtt</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">PHP (Computer program language)</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Passau</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=014973296&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-014973296</subfield></datafield></record></collection> |
id | DE-604.BV021760207 |
illustrated | Illustrated |
index_date | 2024-07-02T15:34:54Z |
indexdate | 2024-07-09T20:43:26Z |
institution | BVB |
isbn | 1904811442 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-014973296 |
oclc_num | 70836116 |
open_access_boolean | |
owner | DE-739 |
owner_facet | DE-739 |
physical | V, 212 S. Ill., graph. Darst. |
publishDate | 2006 |
publishDateSearch | 2006 |
publishDateSort | 2006 |
publisher | Packt Publ. |
record_format | marc |
spelling | Chow, Shu-Wai Verfasser aut PHPEclipse a user guide Shu-Wai Chow 1. publ. Birmingham [u.a.] Packt Publ. 2006 V, 212 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier PHP gtt Software gtt PHP (Computer program language) Digitalisierung UB Passau application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=014973296&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Chow, Shu-Wai PHPEclipse a user guide PHP gtt Software gtt PHP (Computer program language) |
title | PHPEclipse a user guide |
title_auth | PHPEclipse a user guide |
title_exact_search | PHPEclipse a user guide |
title_exact_search_txtP | PHPEclipse a user guide |
title_full | PHPEclipse a user guide Shu-Wai Chow |
title_fullStr | PHPEclipse a user guide Shu-Wai Chow |
title_full_unstemmed | PHPEclipse a user guide Shu-Wai Chow |
title_short | PHPEclipse |
title_sort | phpeclipse a user guide |
title_sub | a user guide |
topic | PHP gtt Software gtt PHP (Computer program language) |
topic_facet | PHP Software PHP (Computer program language) |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=014973296&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT chowshuwai phpeclipseauserguide |