Ferreteria/v0.5/registry: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
(Created page with "Registration of different types of information is handled by static methods in appropriate classes. * {{l/sub|table}} registry * {{l/sub|feature}} registry * {{l/sub|URI slug}...")
 
No edit summary
Line 1: Line 1:
Registration of different types of information is handled by static methods in appropriate classes.
Registration of different types of information is handled by static methods in appropriate classes.
* '''DB Engine''' registration:
** code: {{l/ferreteria/code|config/portable/defaults.php}}
* {{l/sub|feature}} registry
* {{l/sub|table}} registry
* {{l/sub|table}} registry
* {{l/sub|feature}} registry
* {{l/sub|URI slug}} registry
* {{l/sub|URI slug}} registry

Revision as of 15:02, 15 March 2022

Registration of different types of information is handled by static methods in appropriate classes.