search for: sshow

Displaying 2 results from an estimated 2 matches for "sshow".

Did you mean: show
2007 Jun 04
2
Re: Ajax.Request question with JSON return
...ing for me --> > function PopulateViaSID(SID) { > var passSID = encodeURIComponent(parseInt(SID)); > > var pars = ''FORM.passSID ='' + passSID ; > > new Ajax.Request() > var url = > ''/SShow/Model/AjaxCalls/sshow_caller_populateRef.cfm''; > new Ajax.Request(url, { > method: ''get'', > onSuccess: function(transport, json) { > alert(json ? Object.inspect(json) : "no JSON objec...
2006 Apr 17
1
HABTM relationship with two join tables
Ok, I have a People table, a Shows table, a Techs table, and a Castmembers table. The people table has contact info about each person, the techs and castmembers tables have information about the persons specific role in that sshow. i want to call @show.techs (or somethign equivelent, I don''t want to start that code yet) and get all the techs associated with the show, and the information stored in the people table, and the role info in the techs table. also, a person can be a tech or castmember for more than on...