Clemens Schwaighofer aad46ec80a DB\IO: add missing debug query, clean up not needed code
in dbReturn with params on not matching param the system exited on fail
without printing the query making it hard to find where the error is.
Added debug output in case the params count is not matching.
Same move in the dbExecute call

removed param count check from dbReturnRow/dbReturnArray as this check
is done in the dbExecParams call anyway
2023-04-11 11:03:04 +09:00
2023-04-10 14:38:50 +09:00
2023-02-17 13:15:55 +09:00
2023-02-28 18:04:42 +09:00

Composer package from CoreLibs

This is just the lib/CoreLibs folder in a composer package.

For local install only

Note: for following classes the egrajp/smarty-extended has to be installed

  • Template\SmartyExtended
  • Admin\EditBase

Setup from central composer

Setup from gitea internal servers

composer config repositories.git.egplusww.jp.Composer composer https://git.egplusww.jp/api/packages/Composer/composer

Alternative setup composer local zip file repot: composer config repositories.composer.egplusww.jp composer http://composer.egplusww.jp

Install package

composer require egrajp/corelibs-composer-all:^8.0

Description
CoreLibs composer repository with all CoreLibs packages Does not include Smarty which is needed for SmartyExtended class
Readme 6.5 MiB
Languages
PHP 97.2%
PLpgSQL 2.4%
Shell 0.4%