peptobismol
09-23-2008, 02:05 AM
I'm messing around with a skin of a wiki and I ran into this line
foreach ($this->data['sidebar'] as $bar => $cont) {
so what's data? it's not a variable but it's formed like an array
thanks
foreach ($this->data['sidebar'] as $bar => $cont) {
so what's data? it's not a variable but it's formed like an array
thanks