Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:
[...]
if (!isset($Configuration['MY_EXTENSION_VERSION'])) {
// Adds persistence Object Factory reference
AddConfigurationSetting($Context, 'OBJECT_FACTORY_REFERENCE_USER_MANAGER', 'MyUserManager');
AddConfigurationSetting($Context, 'OBJECT_FACTORY_REFERENCE_USER', 'MyUser');
// Tells vanilla where to find your class
AddConfigurationSetting($Context, 'LIBRARY_INCLUDE_PATH',
$Configuration['LIBRARY_INCLUDE_PATH'] . ';%EXTENSIONS%/MyExtension/');
AddConfigurationSetting($Context, 'MY_EXTENSION_VERSION', '0.1');
}
1 to 10 of 10