| [ Index ] |
PHP Cross Reference of YOURLS |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 148 lines (5 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| yourls_db_connect($context = '') X-Ref |
| Connect to DB since: 1.0 param: string $context Optional context. Default: ''. return: \YOURLS\Database\YDB |
| yourls_get_db($context = '') X-Ref |
| Helper function: return instance of the DB Instead of: global $ydb; $ydb->do_stuff() Prefer : yourls_get_db()->do_stuff() since: 1.7.10 param: string $context Optional context. Default: ''. return: \YOURLS\Database\YDB |
| yourls_set_db($db) X-Ref |
| Helper function : set instance of DB, or unset it Instead of: global $ydb; $ydb = stuff Prefer : yourls_set_db( stuff ) (This is mostly used in the test suite) since: 1.7.10 param: mixed $db Either a \YOURLS\Database\YDB instance, or anything. If null, the function will unset $ydb return: void |
| Generated: Tue Jan 27 05:10:15 2026 | Cross-referenced by PHPXref 0.7.1 |