Index.php 348 B

1234
  1. The controller demonstrates the example use of <i>belongs_to</i>, <i>has_one</i>, <i>has_many</i>,
  2. and <i>has_many_through</i> ORM database record relations. This example also clearly shows the use
  3. of <b>Index-Only SQL</b> and the possibilities it opens for full object-caching while achieving
  4. real-time results. See the actual SQL-queries below.