X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.help/html/ar02s03.html b/net.sourceforge.phpeclipse.help/html/ar02s03.html new file mode 100644 index 0000000..b07f1f6 --- /dev/null +++ b/net.sourceforge.phpeclipse.help/html/ar02s03.html @@ -0,0 +1,8 @@ +Adding a Source File to the Project

Adding a Source File to the Project

Now that we have created the project, we need to add some simple + code. We will start by adding a PHP File. To do this, select File-New-PHP + File. The 'New PHP File' window will appear. This window allows you to + select the file name and the container. The container is the directory + that you want to create the file in, and the filename is, well, the name + of the file, with the php extension.

Figure 5. The New PHP File Window

The New PHP File Window


Once you have entered the directory name and the filename, + click Finish to complete the process. The PHP editor will appear and your + new, empty file will be open in it.