Welcome Guest, Not a member yet? Register   Sign In
View that prints all the array $data['personas'] in a table html.
#12

(05-02-2017, 07:02 AM)JayAdra Wrote: It means it's not an array, it's an object, so you need to access the property.

Try this?

PHP Code:
<?php echo $personas[5]->UPDATE_DATE?>

Thanks Jay.

That you say is Ok:

The result is: "01-JUL-15 05.44.16.861000 AM"

but the problem is that in more tables i don't know the name of the Fields. I only know the number of the field...

...is possible something like this?

Code:
<?php echo $personas[5]->[6]; ?>
Blush


Thank you...
Reply


Messages In This Thread
RE: View that prints all the array $data['personas'] in a table html. - by Angel_Debat - 05-02-2017, 07:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB