PHP Classes

File: examples/library/view/index.php

Recommend this page to a friend!
  Classes of Victor Bolshov   Tiny PHP ORM Framework   examples/library/view/index.php   Download  
File: examples/library/view/index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Tiny PHP ORM Framework
Map objects to databases using composed queries
Author: By
Last change: improving the library example
Date: 8 years ago
Size: 278 bytes
 

Contents

Class file image Download
<h3>Library stats</h3>
<ul>
    <li><b><?=$bookCount?></b> books</li>
    <li><b><?=$authorCount?></b> authors</li>
    <li><b><?=$instanceCount?></b> instances of <b><?=$editionCount?></b> editions</li>
    <li>On average, <b><?=$instanceAvg?></b> instances per book</li>
</ul>