Jump to content

davidshq

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by davidshq

  1. Hi Folks, I'm looking at a snippet of PHP code that looks like this: while ($this->update_table_structure()) { $this->update_table_structure(); } I'm confused as to what this achieves? It sounds to me like it is saying: while we are updating the table structure keep on updating the table structure?
×
×
  • Create New...