{PROJECT} ../../template/home_en.ini {GRAFIK_LINKS} $home/gifs/li_phpcms.gif {LOGO_1} $home/gifs/cmslogo1.gif {LOGO_2} $home/gifs/cmslogo2.gif {MENU} 00.08.10.01 {TITEL} What is a project file and for which it is used? {CONTENT}
A project file is the the main file in a new project. I this file are all paths which are needed to parse a content-file.
Projectfiles are normal text files and you can edit them with every texteditor. The Extention of the Authors projectfiles are always ".ini" but you can name them like you want!
Example of a projectfile:
If a semikolon (;) is at the start of a line, the entire line is interpreted as
comment and is not considered by the parser. You can insert as many as desired comments.
On the left side is alwaay the field name, followed from the separator ":=" and the value of the field.
Those are at present all fields, which are used from the project file reader. With future versions of phpCMS new fields can be added.