Changes between Version 176 and Version 177 of WikiStart

Show
Ignore:
Timestamp:
02/24/10 01:22:05 (16 years ago)
Author:
cfgrok (IP: 64.30.223.5)
Comment:

Replaced TOC macro calls w/ static markup

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v176 v177  
    99Welcome to Model-Glue. It's tidy, small, and simple to learn. Its rules don't exist to confine you. Instead, they simply ask that you put certain kinds of code in certain places, and for very good reasons. By organizing your code a bit, you'll find that you start reusing more code, writing less bugs, and overall, having a lot less headaches and lot more time for things like walks in the park. 
    1010 
    11 [[TOC(heading=Overview & Installation, inline, depth=1, WikiStart, Installing*, Upgrading*, NewFeatures*, FAQs)]] 
     11==== Overview & Installation ==== 
     12 1. [wiki:WikiStart#DontPanic Don't Panic!] 
     13 1. [wiki:InstallingModelGlue#InstallingModel-Glue Installing Model-Glue] 
     14 1. [wiki:UpgradingModelGlue/UpgradingFromModelGlue1#UpgradingFromModel-Glue1 Upgrading From Model-Glue 1] 
     15 1. [wiki:UpgradingModelGlue/UpgradingFromModelGlue2#UpgradingFromModel-Glue2 Upgrading From Model-Glue 2] 
     16 1. [wiki:NewFeaturesInMG3#NewFeaturesInMG3 New Features In MG3] 
     17 1. [wiki:FAQs#FAQs FAQs] 
    1218 
    13 [[TOC(heading=Quickstart, inline, depth=1, QuickStart*)]] 
     19==== Quickstart ==== 
     20 1. [wiki:QuickStart#Quickstart Quickstart] 
     21 1. [wiki:QuickStart/1:CreatingaNewApplication#Quickstart1:CreatingaNewApplication Quickstart 1: Creating a New Application] 
     22 1. [wiki:QuickStart/2:ModellingourApplication#Quickstart2:ModelingourApplication Quickstart 2: Modeling our Application] 
     23 1. [wiki:QuickStart/3:BuildingaForm#Quickstart3:BuildingaFormEvent Quickstart 3: Building a Form Event] 
     24 1. [wiki:QuickStart/4:HandlingaForm#Quickstart4:HandlingaForm Quickstart 4: Handling a Form] 
     25 1. [wiki:QuickStart/5:ValidatingaForm#Quickstart5:ValidatingaForm Quickstart 5: Validating a Form] 
     26 1. [wiki:QuickStart/6:AddingaSiteWideTemplate#Quickstart6:AddingaSite-WideTemplate Quickstart 6: Adding a Site-Wide Template] 
    1427 
    15 [[TOC(heading=Training, inline, depth=1, Training*)]] 
     28==== Training ==== 
     29 1. [wiki:Training#WelcometoModel-Glue3Training Welcome to Model-Glue 3 Training] 
     30 1. [wiki:Training/Section01#Section1:Installation Section 1: Installation] 
     31 1. [wiki:Training/Section02#Section2:ShowMeSomeSkinning Section 2: Show Me Some Skinning] 
     32 1. [wiki:Training/Section03#Section3:DealingwithData Section 3: Dealing with Data] 
     33 1. [wiki:Training/Section04#Section4:RequestFormatsAreYourFriend Section 4: Request Formats Are Your Friend] 
     34 1. [wiki:Training/Section05#Section5:MothersLittleHelper Section 5: Mother's Little Helper] 
     35 1. [wiki:Training/Section06#Section6:FlowandDependencies Section 6: Flow and Dependencies] 
     36 1. [wiki:Training/Section07#Section7:CrossingtheGenerationalGap Section 7: Crossing the Generational Gap] 
     37 1. [wiki:Training/Section08#Section8:ExtendingModel-Glue Section 8: Extending Model-Glue] 
    1638 
    17 [[TOC(heading=How-Tos, inline, depth=1, HowTos*)]] 
     39==== How-Tos ==== 
     40 1. [wiki:HowTos/ApplicationCFCIntegration#Application.cfcIntegrationwithModel-Glue3 Application.cfc Integration with Model-Glue 3] 
     41 1. [wiki:HowTos/HowToUseBeanInjection#BeanInjection Bean Injection] 
     42 1. [wiki:HowTos/HowToUseContentCaching#ContentCaching Content Caching] 
     43 1. [wiki:HowTos/HowToUseCustomConfiguration#CustomConfiguration Custom Configuration] 
     44 1. [wiki:HowTos/HowToUseDynamicViewMappings#DynamicViewMappings Dynamic View Mappings] 
     45 1. [wiki:HowTos/HowToUseEventCopyToScope#Event.copyToScope Event.copyToScope()] 
     46 1. [wiki:HowTos/HowToUseEventGeneration#EventGeneration Event Generation] 
     47 1. [wiki:HowTos/HowToUseFormats#Formats Formats] 
     48 1. [wiki:HowTos/HowToUseGenericDatabaseMessages#GenericDatabaseMessages Generic Database Messages] 
     49 1. [wiki:HowTos/HowToUseGenericDatabaseMessages/UsingmodelglueGenericCommit#GenericDatabaseMessages:Usingmodelglue.GenericCommit Generic Database Messages: Using modelglue.GenericCommit] 
     50 1. [wiki:HowTos/HowToUseGenericDatabaseMessages/UsingmodelglueGenericDelete#GenericDatabaseMessages:Usingmodelglue.GenericDelete Generic Database Messages: Using modelglue.GenericDelete] 
     51 1. [wiki:HowTos/HowToUseGenericDatabaseMessages/UsingmodelglueGenericList#GenericDatabaseMessages:Usingmodelglue.GenericList Generic Database Messages: Using modelglue.GenericList] 
     52 1. [wiki:HowTos/HowToUseGenericDatabaseMessages/UsingmodelglueGenericRead#GenericDatabaseMessages:Usingmodelglue.GenericRead Generic Database Messages: Using modelglue.GenericRead] 
     53 1. [wiki:HowTos/HowToUseHelpers#Helpers Helpers] 
     54 1. [wiki:HowTos/HowToUseRemoting#Remoting Remoting] 
     55 1. [wiki:HowTos/HowToUseScaffolds#Scaffolds Scaffolds] 
     56 1. [wiki:HowTos/HowToUseScaffolds/AddingScaffolds#Scaffolds:AddingScaffolds Scaffolds: Adding Scaffolds] 
     57 1. [wiki:HowTos/HowToUseScaffolds/AddingSpecificEventHandlers#Scaffolds:AddingSpecificEventHandlers Scaffolds: Adding Specific Event Handlers] 
     58 1. [wiki:HowTos/HowToUseScaffolds/BroadcastsResultsandViewsinScaffolds#Scaffolds:BroadcastsResultsandViews Scaffolds: Broadcasts, Results and Views] 
     59 1. [wiki:HowTos/HowToUseScaffolds/CustomizingGeneratedCfml#Scaffolds:CustomizingGeneratedCFML Scaffolds: Customizing Generated CFML] 
     60 1. [wiki:HowTos/HowToUseScaffolds/CustomizingScaffoldXslFiles#Scaffolds:CustomizingScaffold.XSLFiles Scaffolds: Customizing Scaffold .XSL Files] 
     61 1. [wiki:HowTos/HowToUseSearchEngineSafeUrls#SearchEngineSafeSESUrls Search Engine Safe (SES) Urls] 
     62 1. [wiki:HowTos/HowToUseTypedEvents#HowToUseTypedEvents How To Use Typed Events] 
    1863 
    19 [[TOC(heading=Reference Materials, inline, depth=1, Reference*)]] 
     64==== Reference Materials ==== 
     65 1. [wiki:ReferenceMaterials#ReferenceMaterials Reference Materials] 
     66 1. [wiki:ReferenceMaterials/ColdSpringXmlReference#ColdSpringXMLReference ColdSpring XML Reference] 
     67 1. [wiki:ReferenceMaterials/ColdSpringXmlReference/ModelGlueConfiguration#Model-GlueConfigurationSettingDefinitions Model-Glue Configuration Setting Definitions] 
     68 1. [wiki:ReferenceMaterials/ColdSpringXmlReference/ReactorConfiguration#ReactorConfigurationSettingDefinitions Reactor Configuration Setting Definitions] 
     69 1. [wiki:ReferenceMaterials/ControllerApi#ControllerAPI Controller API] 
     70 1. [wiki:ReferenceMaterials/EventApi#EventAPI Event API] 
     71 1. [wiki:ReferenceMaterials/ModelGlueApi#Model-GlueAPI Model-Glue API] 
     72 1. [wiki:ReferenceMaterials/ModelGlueXmlReference#Model-GlueXMLReference Model-Glue XML Reference] 
     73 1. [wiki:ReferenceMaterials/ViewApi#ViewAPI View API]