Ben magento dinamik bir dizi inşa zaman bir halt yaşıyorum saçma ama bazı nedenle açıyorum beni Kick.
Örnek:
$data = array();
$data[0] = 'test';
$data[1] = 'what';
I keep getting an ERROR:
Notice: Undefined offset: 0
Any ideas? Do I need to handle these arrays differently since they are in a class?