| hierarchy: |
WEB-INF.cftags.component themes.ajax themes.query |
| path: | D:\websites\cinemahosting\theaters\themes\query.cfc |
| properties: | |
| methods: | getMovies, queryQstn |
| inherited methods: | convertResult, getAbortAfterRequest, getAllowedVerbs, getCheckHTTPReferer, getComplexInputStruct, getDebugMode, GetHostFromURL, init, isVerbAllowed, setAbortAfterRequest, setAllowedVerbs, setCheckHTTPReferer, setComplexInputStruct, setDebugMode, throw |
| getMovies |
|---|
public
getMovies
(
required string
moviename,
required numeric
currentcinemaid
)
Output: suppressed Parameters: moviename: string, required, moviename currentcinemaid: numeric, required, currentcinemaid |
| queryQstn |
public
queryQstn
(
required string
thedate,
required string
thecinemaid,
required string
thematinee
)
Output: suppressed Parameters: thedate: string, required, thedate thecinemaid: string, required, thecinemaid thematinee: string, required, thematinee |