| [ Index ] |
PHP Cross Reference of YOURLS |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 115 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| yourls_db_connect() X-Ref |
| Connect to DB since: 1.0 return: \YOURLS\Database\YDB |
| yourls_get_db() 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 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) param: mixed $db Either a \YOURLS\Database\YDB instance, or anything. If null, the function will unset $ydb since: 1.7.10 return: void |
| Generated: Wed Nov 26 05:10:06 2025 | Cross-referenced by PHPXref 0.7.1 |