Jakobo / scar

Scalable Active Record implementation: Using Alternative to Join with Emphasis on Write-Through Cache

scar / config.dist.php
100644 8 lines (6 sloc) 0.213 kb
1
2
3
4
5
6
7
8
<?php
 
// databases, list each one as a scheme://user:pass@host/db format
// $db[] = 'mysql://root:root@localhost/test';
 
// $properties['Class'] = array(
// ACTS_AS_MATERIALIZED_PATH => array('column'),
// );