Attack
Forum Üyesi
- Katılım
- 4 Şub 2023
- Mesajlar
- 2,618
- Puanları
- 0
Trying to write my first add-on, extended Thread, I want to see the structure of $params, my code goes like this.
PHP:
class Thread extends XFCP_Thread{ public function actionEdit(ParameterBag $params) { // dump $params // the first way \XF::dump($params); \XF::dumpSimple($params); // the 2nd way \XF::logError('in logError'); \XF::logException('in logException'); // the 3rd way \XF\Util\File::log('debug.txt'...
PHP:
class Thread extends XFCP_Thread{ public function actionEdit(ParameterBag $params) { // dump $params // the first way \XF::dump($params); \XF::dumpSimple($params); // the 2nd way \XF::logError('in logError'); \XF::logException('in logException'); // the 3rd way \XF\Util\File::log('debug.txt'...
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.