friendica/src
Roland Häder bf87ad4fcf Fixed E_NOTICE in listing worker queue and new utilities class added (#5521)
* Fixes for E_NOTICE in workqueue:
- introduced class `Friendica\Util\Arrays` which will hold static methods for
  handling arrays that cannot be done with PHP's functions, like implode() on
  multi-dimensional arrays
- rewrote old-school for() loop to foreach()

* Added intial unit test with some tests on empty delimiters and/or sinle and
multi-dim array.

* Added test for for 3-dimensional arrays, thanks to  nupplaphil's feedback.
2018-07-30 21:24:26 -04:00
..
Content Some more notices (#5526) 2018-07-30 06:41:20 +02:00
Core Some more notices (#5526) 2018-07-30 06:41:20 +02:00
Database Trying to clean up a little bit more (#5517) 2018-07-28 16:04:56 -04:00
Model Some more notices (#5526) 2018-07-30 06:41:20 +02:00
Module Rename DBA::is_result to DBA::isResult 2018-07-23 11:04:14 -04:00
Network Moved global PAGE_* to Profile class (#5500) 2018-07-27 19:25:57 -04:00
Object Moved global PAGE_* to Profile class (#5500) 2018-07-27 19:25:57 -04:00
Protocol Fixing SQL error when receiving DFRN posts (#5527) 2018-07-30 07:06:32 +02:00
Render Replace current_theme() and current_theme_url() calls 2018-04-28 18:37:25 -04:00
Util Fixed E_NOTICE in listing worker queue and new utilities class added (#5521) 2018-07-30 21:24:26 -04:00
Worker Moved expiring of item content 2018-07-29 03:54:34 +00:00
App.php Some more notices (#5526) 2018-07-30 06:41:20 +02:00
BaseModule.php added hint about naming the class and filename 2018-04-03 16:33:39 +02:00
BaseObject.php Set BaseObject::setApp in App 2018-07-16 19:38:13 -04:00