home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / Coldfusion / coldfusion-60-win-en.exe / behind.gif < prev    next >
Encoding:
Text File  |  1999-10-22  |  846 b   |  23 lines

  1. s Reserved.
  2. *
  3. * YOUR RIGHTS WITH RESPECT TO THIS SOFTWARE IS GOVERNED BY THE
  4. * TERMS AND CONDITIONS SET FORTH IN THE CORRESPONDING EULA.
  5. *
  6. **
  7. Written by:
  8. S. Holmes / sholmes@breckcomm.com
  9. Breckenridge Communications - www.breckcomm.com
  10. 3/5/2002
  11.  
  12. *******************************
  13. --->
  14.  
  15. <!--- The coldfusion component or 'cfc' is defined within the scope of the <cfcomponent> tag --->
  16. <cfcomponent hint="This is the empObj component which provides query functionality to a flash movie.">
  17.  
  18.     
  19.  
  20.     <cffunction name="getEmployees" access="remote" returnType="query" hint="This query returns all records in the employee database, and can additionally drill-down or 'narrow' the search based on optional input parameters.">
  21.  
  22.         <cfargument name="firstName" type="string" default="">
  23.         <cfargument name="lastName" type="string" default="