Help for this page

Select Code to Download


  1. or download this
    $o->thing1->thing2->thing3
    
  2. or download this
    SELECT thing2.thing3id FROM o, thing1, thing2 WHERE O.id= ? AND o.thin
    +g1_id = thing1.id AND thing1.thing2id = thing2.id
    
  3. or download this
    $o->thing123
    
  4. or download this
    SELECT thing123id FROM view123 WHERE o.id = ?