| # | " .__("Artist", $i18n_domain). " | \n" . "" .__("Song Name", $i18n_domain). " | \n" . "" .__("Price", $i18n_domain). " | \n" . "" .__("Actions", $i18n_domain). " | \n" . "
|---|---|---|---|---|
| \n" . __('No Songs Available in the Database!', $i18n_domain) . "\n | \n" . "||||
| $song->id | " .stripslashes($artist->loadById($song->artist_id)->name) . " | " .stripslashes($song->name). " | $song->price | ";
/* Edit Button */
echo ' '
. " "
. ' ';
/* Delete Button */
echo ''
. " "
. ' '
. " |