-
Notifications
You must be signed in to change notification settings - Fork 5
Document Behaviors #13
Comments
…graph about each. fleshing out more of the other parts.
@johanjanssens, am putting this back on your radar. I've updated the ticket description with links to the pieces that support this ticket. I know you would like to rework Behaviors in general, but I think in the mean time these are a good set of topical guides to give an overview of behaviors in the MVC and Database layers. |
For the "Parameterizable" Piece Introduction
|
@magneticmg Oki, happy to move forward with this and get it out. Suggest we tackle these one by one instead of being part of one big issue. I would approach it as follows. First finish the general piece about the behaviors and second tackle the database behaviors. With the parameterizable behvavior out this makes most sense. Database behaviors are also the most easy to explain. From there we can continue with controller, model and view behaviors. Thougths ? |
Since the guides have been ported to Joomlatools, continue in https://www.assembla.com/spaces/joomlatools-documentation/tickets/cardwall#/ticket:38. |
Supporting documentation for the rest of the behaviors and their types (MVC, DB).
(Consider breaking this up into smaller chunks/issues later)
Behavior Intro Page
https://docs.google.com/document/u/2/d/1-QwuQDyKRklObjt4-W7HoM_oWA_3IkcWSPlW_1E68ik/edit?usp=docs_home
MVC and Database
As a result of the workshop:
++ Quick Mixin tutorial.
++ With quick explanation: Refer to Essentials piece.
++ mixin command chain functionality
++ load commands into the queue
++ run() method, execute handlers when specific chain is invoked.
++ Explain the database table behaviors first (as a functional example)
+++ Table class Base: and then add functionality through mixing in the behavior.
The text was updated successfully, but these errors were encountered: