in reply to Can't call method "bind_columns" on an undefined value

The return value of "my" is always undefined, as "my" makes new variables. You should try leaving out the "my" in line 73, because you don't want a new variable, you want the old one.
  • Comment on Re: Can't call method "bind_columns" on an undefined value