Skip to content

Update wiki and README to reflect new way of setting up ARC2 #131

Open
@k00ni

Description

We have to update our README and wiki page(s) to outline how to get ARC2 running with 2.4+.

Fully working example should be (untested):

<?php 

$store = ARC2::getStore($arc_config);
$store->createDBCon(); // <== creates DB connection
$store->setup(); // <== checks if required tables are exist

$store->query('LOAD <http://example.org>');

Incomplete TODO list

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions