Ferreteria/v0.5/@cls/caApp: Difference between revisions
< Ferreteria | v0.5 | @cls
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
==Classes== | ==Classes== | ||
* caApp | * caApp | ||
* caAppBasic | ** caAppBasic | ||
* caAppUser | *** caAppUser - application with login and account-security services | ||
* caAppWeb - for now, | **** caAppWeb - just an alias for now, but use this for web apps |
Revision as of 13:18, 26 June 2022
Ferreteria 0.5 App classes
|
- File: base/app.php
About
The App classes are all intended as singleton objects that guide the startup process and determine certain other key classes to use for certain operations. Any given application will typically create its own class that inherits from one of these, that being the easiest way to ensure that required setup is taken care of.
Classes
- caApp
- caAppBasic
- caAppUser - application with login and account-security services
- caAppWeb - just an alias for now, but use this for web apps
- caAppUser - application with login and account-security services
- caAppBasic