summaryrefslogtreecommitdiff
path: root/docs/configuration.rst
AgeCommit message (Collapse)Author
2016-12-14#307 document query logging shortcomingsSimon Holywell
2014-10-09php.net doesn't use any subdomains (anymore)Linus Metzler
2014-10-04fixing links to the PHP documentationLinus Metzler
php.net recently changed their links a bit which results in a call to http://uk2.php.net/ to return a 404 error
2014-06-22Tidy up the caching pull requestSimon Holywell
2014-06-22Added custom caching functionsPeter Ivanov
This is a combination of 20 commits: added cache callback #212 added test Added text for custom cache formating and tests added caching_auto_clear option moved custom cache test for php 5.3+ fixed ConfigTest.php tabs to spaces formating formating added `create_cache_key` callback option added $table_name to clear cache function added $table_name to _create_cache_key added missing params added $table_name to cache_query_result formating tabs added $table_name to check_query_cache unify cache parameters order `table_name` is more important than `connection_name` formating
2014-04-26Document the new compound primary keys behaviour and featuresLuis Ramón López
2014-04-20Update the docs to reflect logger changes@Simon Holywell
2013-08-28Add MS SQL `TOP` style syntax supportSimon Holywell
2013-08-28Test and document the query logger callbackSimon Holywell
2013-08-16Add static method `get_config`Mike Estes
2013-02-28Prepend PHP tag in docsSimon Holywell
2013-02-28Merge branch 'master' of https://github.com/j4mie/idiormSimon Holywell
2013-02-28Attempt to get syntax highlighting workingSimon Holywell
2013-02-28Document array config to use connection_stringSimon Holywell
2013-01-15Add ResultSet functionality to IdiormSimon Holywell
2013-01-03Add access to PDOStatement via get_last_statementtag
2013-01-03Issue #81 Move documentation out of one massive readme fileSimon Holywell
2012-12-14Move config, installation & philosophy into SphinxSimon Holywell