list all columns in a table

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
philmills
User
Posts: 555

list all columns in a table

Post by philmills »

Is there an inbuilt function that will return an array of all columns in the current table?


arbei
User
Posts: 9384

Post by arbei »

It depends on what "all columns" means. Did you mean column names? You may var_dump($this->Fields) and find what you need.


philmills
User
Posts: 555

Post by philmills »

exactly what i needed, thanks


Post Reply