Skip to content

Instantly share code, notes, and snippets.

@hartym
Created May 19, 2009 15:22
Show Gist options
  • Save hartym/114170 to your computer and use it in GitHub Desktop.
Save hartym/114170 to your computer and use it in GitHub Desktop.
GOOD ONE:
Array
(
[0] => m2.id
[1] => =
[2] => m1.m2_id
)
WRONG ONE:
Array
(
[0] => m2.id
[1] =>
[2] =>
[3] => =
[4] => m1.m2_id
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment