DB\IO dbReturn method has a third parameter to set read only assoc and not number data from the query Install basic composer for trying out psalm setting phpan/phpstan for basic static checking and do basic clean up on all of the files
8 lines
163 B
PHP
Executable File
8 lines
163 B
PHP
Executable File
<?php
|
|
|
|
// Boostrap file for PHPstand
|
|
// sets the _SERVER['HTTP_HOST'] var so we can have DB detection
|
|
$_SERVER['HTTP_HOST'] = 'soba.tokyo.tequila.jp';
|
|
|
|
// __END__
|