Class Core
Base class for the applications Core class.
- MatthiasWeb\RealMediaLibrary\base\Base
-
MatthiasWeb\RealMediaLibrary\base\Core
Direct known subclasses
Methods summary
protected
|
|
public
|
#
autoloadRegister( string $className )
Autoload PHP files (classes and interfaces). It respects the given namespace within the inc/ folder. Each subnamespace must be available as own folder. Class files should be defined as ClassName.class.php. Interface files should be defined as IName.interface.php. |
public
|
|
public
|
#
updateDbCheck( )
Updates the database version in the options table. It also installs the needed database tables. |
public
|
|
public
|
|
public
|
Methods inherited from MatthiasWeb\RealMediaLibrary\base\Base
Constants summary
string |
COMPOSER_AUTOLOAD
The relative path to the composer autoload file. |
#
'vendor/autoload.php'
|