PHP Classes

File: example.store.ini

Recommend this page to a friend!
  Classes of Christian Vigh   Extended Ini File   example.store.ini   Download  
File: example.store.ini
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Extended Ini File
Load and edit configuration INI format files
Author: By
Last change:
Date: 7 years ago
Size: 429 bytes
 

Contents

Class file image Download
/*** example.store.ini - Contains the settings for the example.store.php file. ***/ ; By a convention fixed by the example.store.php example script, this [Variables] section ; defines variables that can be referenced in the rest of this file [Variables] HOST = somehost DOMAIN = www.$(HOST).com FIRSTNAME = John LASTNAME = Smith [Settings] Hostname = $(DOMAIN) Username = $(FIRSTNAME) $(LASTNAME)