Hi,
How I can use specific table classes in a custom page . I have a database table named as “exercises” and also a custom php file named as “ex.php”.
I want to use exercises table classes in this custom page .
How I can include exercises table classes in the custom page?
Hi,
Thank you for answer.
How may I return specific record data from that table. I have the primary key of that record.
e.g:
I need to print out “attached_photo” field value of the record number X
$exercises = new exercises;
echo $exercises->attached_photo->ViewValue();
??
Thanks