Object properties and methodsEach object has some properties. E.g. thumb has url, title, duration and some other preperties. To output property in template use this code:
<?=$thumb->title?> print thumb title Object can also have some methods
<?=$thumb->duration('H:i')?> outputs duration in defined format
|