BTW@MDH PHP Eclipse Zend Xampp
BTW@MDH PHP Eclipse Zend Xampp
Version 1.0
BTW Version: 1.0
Installing and Configuring PHP, Eclipse, Zend and XAMPP Date: 2008-11-11
Revision History
Date Version Description Author
2008-11-11 0.01 Initial Draft, Zend debugger not included Anand
2008-11-11 0.02 Documentation review Anand
Page 3
BTW Version: 1.0
Installing and Configuring PHP, Eclipse, Zend and XAMPP Date: 2008-11-11
1. Introduction
The purpose of this document is create a common setup of working environment for all the team members
through a common installation guide. This guide will help all the team members to install and configure PHP,
Eclipse, Zend debugger and XAMPP
1.4 Scope
The scope of the document is restricted to installation and configuration of the software. This document doesn’t
provide any tutorial of development.
1.5.1 Definitions
Keyword Definitions
XAMPP Integrated Apache, MySQL, PHP and Perl
Acronym or
Definitions
abbreviation
NTR Nothing to Report.
There is no information to a specific topic available or necessary.
Page 4
BTW Version: 1.0
Installing and Configuring PHP, Eclipse, Zend and XAMPP Date: 2008-11-11
2. After the download, just unzip into Program files. The final directory structure should be
C:/Program files/eclipse/
3. There is no installation for eclipse. Just execute eclipse.exe and eclipse starts.
4. Also take care that you do not install PDT (PHP development tool). This is because in PDT, we
cannot configure XAMPP.
5. The installed JDK has to be configured in Eclipse. Windows => Preferences => Java => Installed
JRE => ADD => Browse => OK.
2.3 Install XAMPP
1. XAMPP is bundle of open source software. XAMPP consists of integrated Apache server,
MySQL, PHP and Perl, hence called XAMPP.
2. Download and install XAMPP from http://www.apachefriends.org/en/xampp.html . The specific
link for the latest download is http://www.apachefriends.org/en/xampp-windows.html#641 . You
can download “installer” or “zip”. Installer is easier to install.
3. Once XAMPP is installed and launched. A common console is open for managing Apache and
MySQL. It is much easier to start and stop the servers from this console.
Page 5
BTW Version: 1.0
Installing and Configuring PHP, Eclipse, Zend and XAMPP Date: 2008-11-11
1. If an auto configure has not taken place, manually the components of XAMPP has to be
configured in Eclipse.
2. Go to, Windows => Preferences => PHPeclipse =>PHP External Tools.
3. Here Apache, MySQL and XAMPP will be seen. Their respective location has to be configured.
2.10 Auto generation of Data access layer with tool compatible with PHP
Page 6