Can anybody help me to store the below as an array?
I got the result as
Array (
[TblCollectionReference] => Array (
[content] => Array (
[0] => PBA_CA_FTL00003
[1] => PBA_CA_FTL00006
)
)
)
Now i need the 15 digit code.
individually i can get the code as
$this->data['TblCollectionReference']['content'][0]
But how to store it as array?