⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Fetch Table Name inside list_template.php



manus25123

manus25123
  • profile picture
  • Member

Posted 04 April 2016 - 09:19 AM

Hi Team,

 

I was trying to capture some fields inside list_template.php. I got the column names by using the variable $column->field_name. Same way how can i retrieve the table name set from set_table(). I have tried using $basic_db_table, but this failed.

 

So please let me know how to get the table name?