abstract poco into a single function in socgraph so we can provide different wrappers for it providing slightly different functionality.

This commit is contained in:
friendica
2015-01-25 16:27:09 -08:00
parent 505d530d28
commit b428fdf66e
3 changed files with 220 additions and 207 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
require_once('include/socgraph.php');
function xpoco_init(&$a) {
poco($a,true);
}