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}...")
 
m (2 revisions imported: moving this project here)
 
(One intermediate revision by one other user not shown)
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

Latest revision as of 16:45, 22 May 2022

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