Idiorm
  • Philosophy
  • Installation
    • Packagist
    • Download
  • Configuration
    • Setup
    • Configuration
      • Database authentication details
      • Result sets
      • PDO Driver Options
      • PDO Error Mode
      • PDO object access
      • Identifier quote character
      • ID Column
      • Limit clause style
      • Query logging
      • Query logger
      • Query caching
        • Warnings and gotchas
        • Custom caching
  • Querying
    • A note on PSR-1 and camelCase
    • Single records
    • Multiple records
      • As a result set
      • As an associative array
    • Counting results
    • Filtering results
      • Caveats
      • Equality: where, where_equal, where_not_equal
      • Shortcut: where_id_is
      • Shortcut: where_id_in
      • Less than / greater than: where_lt, where_gt, where_lte, where_gte
      • String comparision: where_like and where_not_like
      • Multiple OR’ed conditions
      • Set membership: where_in and where_not_in
      • Working with NULL values: where_null and where_not_null
      • Raw WHERE clauses
      • Limits and offsets
      • Ordering
    • Grouping
    • Having
    • Result columns
      • Shortcuts for specifying many columns
    • DISTINCT
    • Joins
      • Raw JOIN clauses
    • Aggregate functions
    • Raw queries
  • Models
    • Getting data from objects
    • Updating records
      • Properties containing expressions
    • Creating new records
      • Properties containing expressions
    • Checking whether a property has been modified
    • Deleting records
  • Transactions
  • Mulitple Connections
    • Supported Methods
      • Notes
 
Idiorm
  • Docs »
  • Welcome to Idiorm’s documentation!
  • Edit on GitHub

Welcome to Idiorm’s documentation!¶

Contents:

  • Philosophy
  • Installation
    • Packagist
    • Download
  • Configuration
    • Setup
    • Configuration
  • Querying
    • A note on PSR-1 and camelCase
    • Single records
    • Multiple records
    • Counting results
    • Filtering results
    • Grouping
    • Having
    • Result columns
    • DISTINCT
    • Joins
    • Aggregate functions
    • Raw queries
  • Models
    • Getting data from objects
    • Updating records
    • Creating new records
    • Checking whether a property has been modified
    • Deleting records
  • Transactions
  • Mulitple Connections
    • Supported Methods

Indices and tables¶

  • Алфавитный указатель
  • Состав модуля
  • Поиск
Next

© Copyright 2014, Jamie Matthews and Simon Holywell.

Built with Sphinx using a theme provided by Read the Docs.