4. Version 2.x

4.1. Aura.Accept
4.1.1. Foreword
4.1.1.1. Installation
4.1.1.2. Quality
4.1.1.3. Community
4.1.2. Getting Started
4.1.2.1. Instantiation
4.1.2.2. Negotiating Media Types
4.1.2.3. Negotiating Other Values
4.2. Aura.Auth
4.2.1. Foreword
4.2.1.1. Installation
4.2.1.2. Quality
4.2.1.3. Community
4.2.2. Getting Started
4.2.2.1. Instantiation
4.2.2.2. Services
4.2.2.3. Adapters
4.2.2.4. Service Idioms
4.2.2.5. Session Management
4.2.2.6. DI Configuration
4.3. Aura.Autoload
4.3.1. Foreword
4.3.1.1. Installation
4.3.1.2. Quality
4.3.1.3. Community
4.3.2. Getting Started
4.3.2.1. PSR-4 Namespace Prefixes
4.3.2.2. PSR-0 Namespaces
4.3.2.3. Explicit Class-to-File Mappings
4.3.2.4. Inspection and Debugging
4.4. Aura.Cli
4.4.1. Foreword
4.4.1.1. Installation
4.4.1.2. Quality
4.4.1.3. Community
4.4.2. Getting Started
4.4.2.1. Context Discovery
4.4.2.2. Getopt Support
4.4.2.3. Standard Input/Output Streams
4.4.2.4. Exit Codes
4.4.2.5. Writing Commands
4.4.2.6. Writing Command Help
4.4.2.7. Formatter Cheat Sheet
4.5. Aura.Di
4.5.1. Foreword
4.5.1.1. Installation
4.5.1.2. Quality
4.5.1.3. Community
4.5.2. Getting Started
4.5.2.1. Instantiation
4.5.2.2. Setting And Getting Services
4.5.2.3. Constructor Injection
4.5.2.4. Setter Injection
4.5.2.5. Lazy Values
4.5.2.6. Lazy Include and Require
4.5.2.7. Generic Lazy Calls
4.5.2.8. Instance Factory Objects
4.5.2.9. Inheritance Of Parent Values
4.5.2.10. Container Builder and Config Classes
4.5.2.11. Conclusion
4.6. Aura.Dispatcher
4.6.1. Foreword
4.6.1.1. Installation
4.6.1.2. Quality
4.6.1.3. Community
4.6.2. Getting Started
4.6.2.1. Overview
4.6.2.2. Closures and Invokable Objects
4.6.2.3. Object Method
4.6.2.4. Embedding Objects in Parameters
4.6.2.5. Recursion and Lazy Loading
4.6.3. Sending The Array Of Params Directly
4.6.4. Refactoring To Architecture Changes
4.6.5. Construction-Based Configuration
4.6.6. Intercessory Dispatch Methods
4.7. Aura.Filter 2.x
4.7.1. Getting Started
4.7.1.1. Terminology
4.7.1.2. Filter Container
4.7.2. Filtering Individual Values
4.7.2.1. Using A Value Filter
4.7.2.2. Using A Static Value Filter
4.7.3. Filtering Arrays and Objects
4.7.3.1. Creating A Subject Filter
4.7.3.2. Applying The Subject Filter
4.7.3.3. Filter Failures
4.7.3.4. Failure Modes
4.7.3.5. Field-Specific Failure Messages
4.7.3.6. Blank Fields
4.7.3.7. Extending And Initializing A Subject Filter
4.7.3.8. Asserting or Invoking the Filter
4.7.4. Rules To Validate Fields
4.7.4.1. alnum
4.7.4.2. alpha
4.7.4.3. between
4.7.4.4. blank
4.7.4.5. bool
4.7.4.6. callback
4.7.4.7. creditCard
4.7.4.8. dateTime
4.7.4.9. email
4.7.4.10. equalToField
4.7.4.11. equalToValue
4.7.4.12. float
4.7.4.13. inKeys
4.7.4.14. int
4.7.4.15. inValues
4.7.4.16. ip
4.7.4.17. isbn
4.7.4.18. locale
4.7.4.19. lowercase
4.7.4.20. lowercaseFirst
4.7.4.21. max
4.7.4.22. min
4.7.4.23. regex
4.7.4.24. strictEqualToField
4.7.4.25. strictEqualToValue
4.7.4.26. string
4.7.4.27. strlen
4.7.4.28. strlenBetween
4.7.4.29. strlenMax
4.7.4.30. strlenMin
4.7.4.31. titlecase
4.7.4.32. trim
4.7.4.33. upload
4.7.4.34. uppercase
4.7.4.35. uppercaseFirst
4.7.4.36. url
4.7.4.37. word
4.7.5. Rules To Sanitize Fields
4.7.5.1. alnum
4.7.5.2. alpha
4.7.5.3. between
4.7.5.4. bool
4.7.5.5. callback
4.7.5.6. dateTime
4.7.5.7. field
4.7.5.8. float
4.7.5.9. int
4.7.5.10. isbn
4.7.5.11. lowercase
4.7.5.12. lowercaseFirst
4.7.5.13. max
4.7.5.14. min
4.7.5.15. now
4.7.5.16. remove
4.7.5.17. regex
4.7.5.18. string
4.7.5.19. strlen
4.7.5.20. strlenBetween
4.7.5.21. strlenMax
4.7.5.22. strlenMin
4.7.5.23. titlecase
4.7.5.24. trim
4.7.5.25. uppercase
4.7.5.26. uppercaseFirst
4.7.5.27. value
4.7.5.28. word
4.7.6. Creating and Using Custom Rules
4.7.6.1. Writing a Rule Class
4.7.6.2. Set Locator Factories
4.7.6.3. Apply The New Rule
4.8. Aura.Html
4.8.1. Foreword
4.8.1.1. Installation
4.8.1.2. Quality
4.8.1.3. Community
4.8.2. Getting Started
4.8.2.1. Built-In Helpers
4.8.2.2. Custom Helpers
4.8.2.3. Escaping
4.9. Aura.Includer
4.9.1. Foreword
4.9.1.1. Installation
4.9.1.2. Quality
4.9.1.3. Community
4.9.2. Getting Started
4.9.2.1. The Example Scenario
4.9.2.2. Accomplishing The Task
4.9.2.3. Include Order
4.9.2.4. Strict Processing
4.9.2.5. Globbing
4.9.2.6. Cache File
4.9.2.7. Debugging
4.10. Aura.Router
4.10.1. Foreword
4.10.1.1. Installation
4.10.1.2. Quality
4.10.1.3. Community
4.10.2. Getting Started
4.10.2.1. Instantiation
4.10.2.2. Adding A Route
4.10.2.3. Matching A Route
4.10.2.4. Handling Failure To Match
4.10.2.5. Dispatching A Route
4.10.2.6. Generating A Route Path
4.10.3. Advanced Usage
4.10.3.1. Extended Route Specification
4.10.3.2. Default Route Specifications
4.10.3.3. Simple Routes
4.10.3.4. Automatic Params
4.10.3.5. Optional Params
4.10.3.6. Wildcard Params
4.10.3.7. Attaching Route Groups
4.10.3.8. Attaching REST Resource Routes
4.10.3.9. Setting A Base Path
4.10.3.10. Caching Route Information
4.10.3.11. As a Micro-Framework
4.11. Aura Session
4.11.1. Foreword
4.11.1.1. Installation
4.11.1.2. Quality
4.11.1.3. Community
4.11.2. Getting Started
4.11.2.1. Instantiation
4.11.2.2. Segments
4.11.2.3. Flash Values
4.11.2.4. Lazy Session Starting
4.11.2.5. Saving, Clearing, and Destroying Sessions
4.11.3. Session Security
4.11.3.1. Session ID Regeneration
4.11.3.2. Cross-Site Request Forgery
4.11.3.3. Session Lifetime
4.12. Aura.Sql
4.12.1. Foreword
4.12.1.1. Installation
4.12.1.2. Quality
4.12.1.3. Community
4.12.2. Getting Started
4.12.2.1. Instantiation
4.12.2.2. Array Quoting
4.12.2.3. The perform() Method
4.12.2.4. New fetch*() Methods
4.12.2.5. New yield*() Methods
4.12.3. Profiler
4.12.4. Connection Locator
4.12.4.1. Construction-Time Configuration
4.12.4.2. Profiler
4.13. Aura.SqlQuery
4.13.1. Foreword
4.13.1.1. Installation
4.13.1.2. Quality
4.13.1.3. Community
4.13.2. Getting Started
4.13.3. Identifier Quoting
4.13.4. Common Query Objects
4.13.4.1. SELECT
4.13.4.2. INSERT
4.13.4.3. UPDATE
4.13.4.4. DELETE
4.13.5. MySQL Query Objects ('mysql')
4.13.6. PostgreSQL Query Objects ('pgsql')
4.13.6.1. Last Insert ID Names in PostgreSQL
4.13.7. SQLite Query Objects ('sqlite')
4.13.8. Microsoft SQL Query Objects ('sqlsrv')
4.13.9. Table Prefixes
4.14. Aura.SqlSchema
4.14.1. Foreword
4.14.1.1. Installation
4.14.1.2. Quality
4.14.1.3. Community
4.14.2. Getting Started
4.14.2.1. Instantiation
4.14.2.2. Fetching Table Lists
4.14.2.3. Fetching Column Information
4.15. Aura View
4.15.1. Foreword
4.15.1.1. Installation
4.15.1.2. Quality
4.15.1.3. Community
4.15.2. Getting Started
4.15.2.1. Instantiation
4.15.2.2. Escaping Output
4.15.2.3. Registering View Templates
4.15.2.4. Setting Data
4.15.2.5. Invoking A One-Step View
4.15.2.6. Using Sub-Templates (aka "Partials")
4.15.2.7. Using Sections
4.15.2.8. Using Helpers
4.15.2.9. Custom Helper Managers
4.15.2.10. Rendering a Two-Step View
4.15.2.11. Closures As Templates
4.15.2.12. Registering Template Search Paths
4.15.2.13. Changing The Template File Extension
4.15.2.14. Advanced Configuration
4.16. Aura.Web
4.16.1. Foreword
4.16.1.1. Installation
4.16.1.2. Quality
4.16.1.3. Community
4.16.2. Getting Started
4.16.2.1. Instantiation
4.16.2.2. Request and Response Objects