Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Classes in Innomatic are standard PHP classes.

Innomatic adheres to and supports PSR-0 autoloading, so you don’t have to use require() and include().

Each class must have its own PHP file inside innomatic/core/classes folder.

You declare classes with the “class” component in application.xml.

e.g. for \Examples\Basic\BasicClass class:

<class name="examples/basic/BasicClass.php" />

Next: Step 6: Database

  • No labels