A list of variables that can be called
focusedphil
Joined: 2010-03-03
Posts: 5 |
![]() |
Is there a list somewhere (searched in the documentation -no luck) on what variables can be called in a view? I'm tweaking the "album.html.php" file, there will often be nested albums in this view, so the text from the <album description>field needs to be shown - 'tried $description but didn't seem to do anything. thanks |
|
hebhansen
![]()
Joined: 2009-02-10
Posts: 573 |
![]() |
Subscribe all the best |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
rWatcher
![]()
Joined: 2005-09-06
Posts: 722 |
![]() |
focusedphil wrote:
Is there a list somewhere (searched in the documentation -no luck) on what variables can be called in a view? The album description should be "$item->description". It's basically $item->COLUMNNAME where COLUMNNAME is the name of a field in the items table. |
|