php-rql
php-rql copied to clipboard
A PHP client driver for the RethinkDB query language (ReQL).
http://danielmewes.dnsalias.net/~daniel/php-rql-api/ now has a translation of the official JavaScript driver API index. However you cannot currently click on the terms as you can for the official docs, since the detail...
We should have introductions, references and tutorials at http://php-rql.dnsalias.net/wiki/
Adding the new ->profile method (added in 1.11) to the API docs fell through the cracks. Fix that.
See https://groups.google.com/forum/#!topic/rethinkdb/d4WqBxNDaXQ and http://php.net/manual/en/mbstring.overload.php I don't think there is much we can do. This overloading just completely changes the semantics of the PHP string functions which we rely on for...