Ferreteria/v2/usage: Difference between revisions

From Woozle Writes Code
< Ferreteria‎ | v2
Jump to navigation Jump to search
(SQO)
(minor reorg)
Line 2: Line 2:
Ferreteria is a pretty damn complicated place, but it's actually pretty easy to get it to do what you want; you just have to know where to go and what to say.
Ferreteria is a pretty damn complicated place, but it's actually pretty easy to get it to do what you want; you just have to know where to go and what to say.


* [[/output]]: writing things to the browser page
* '''I/O''':
* [[/SQO]]: structured query objects
** [[/browser]]: interacting with the web browser
* '''DB''' - database operations:
** [[/SQO]]: structured query objects
==Outdated==
==Outdated==
These guides were written in 2015 and 2016; much has changed since then, so they need to be reviewed for accuracy (or, in some cases, to see if there's anything at all left that's still correct and can be re-used).
These guides were written in 2015 and 2016; much has changed since then, so they need to be reviewed for accuracy (or, in some cases, to see if there's anything at all left that's still correct and can be re-used).

Revision as of 10:25, 17 March 2017

About

Ferreteria is a pretty damn complicated place, but it's actually pretty easy to get it to do what you want; you just have to know where to go and what to say.

  • I/O:
    • /browser: interacting with the web browser
  • DB - database operations:
    • /SQO: structured query objects

Outdated

These guides were written in 2015 and 2016; much has changed since then, so they need to be reviewed for accuracy (or, in some cases, to see if there's anything at all left that's still correct and can be re-used).

Application Framework

Utility Classes