📚 Looking for current Exponential documentation? This site contains legacy SDK & API reference docs (eZ Publish era). For up-to-date 2026 product documentation, visit doc.exponential.earth.

  ezutils / sys_settings  

<< Debugging  Module handling >> 

System settings

eZ sys™ analyzes the system for various settings. The system is checked to see whether a virtualhost-less setup is used and sets the appropriate variables which can be easily fetched. It also detects file and environment separators.

These are some settings you can read in your code:

include_once( "lib/ezutils/classes/ezsys.php" );

$sys =& eZSys::instance();

$sys->fileSeparator();
$sys->envSeparator();
$sys->siteDir();
$sys->wwwDir();
$sys->indexFile();

Exponential Copyright © 1998 - 2026 7x