Skip to content

Commit

Permalink
Merge branch 'master' of github.com:localgod/php-tick
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Frandsen committed Mar 26, 2012
2 parents 5019d1b + 1b89f08 commit 8f958e7
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
@@ -1,21 +1,19 @@
php-tick
========

Simple active record implementation with the least amount of fuss needed to make it work fast.

Support for both SQL and noSQL databases.
No support for foreign key relations.

========================

INSTALLATION
------------
* Copy the Tick folder to your site
* Add the following lines to you script
* require_once 'Tick/Tick.php';
* spl_autoload_register(array('Tick', 'autoload'));
* Copy the Tick folder to your site
* Add the following lines to you script
* require_once 'Tick/Tick.php';
* spl_autoload_register(array('Tick', 'autoload'));

REQUIREMENTS
------------

* Php version 5.1.2< build with the following extension: pcre, SPL (default build-in in most distributions)
* Php version 5.1.2< build with the following extension: pcre, SPL (default build-in in most distributions)

0 comments on commit 8f958e7

Please sign in to comment.