I can send you one, but gateway CFCs are usually just CFCs that deal
with getting multiple records of a specific type back.  So for example
if you have a UserDAO, that would deal with a single user
(create/read/update/delete).  A UserGateway would deal with multiple
user records and might have methods like getActiveUsers(),
getAllUsers(), etc.  These methods would typically return a query
object.

Let me know if that doesn't make sense and I can send a sample or two your way.

Matt

On 1/29/06, Ryan Everhart <[EMAIL PROTECTED]> wrote:
> Hey Everyone,
> Does any one have an example of a gateway cfc that I can look at?  I think I
> understand DOA cfcs but I can't seem to find a good example of a gateway
> cfc.
>
> Thanks,
> Ryan
>
> --
> Ryan Everhart
> [EMAIL PROTECTED]
> _______________________________________________
> Reply to DFWCFUG:
>   [email protected]
> Subscribe/Unsubscribe:
>   http://lists1.safesecureweb.com/mailman/listinfo/list
> List Archives:
>     http://www.mail-archive.com/list%40list.dfwcfug.org/
>   http://www.mail-archive.com/list%40dfwcfug.org/
> DFWCFUG Sponsors:
>   www.HostMySite.com
>   www.teksystems.com/
>
>
>


--
Matt Woodward
[EMAIL PROTECTED]
http://www.mattwoodward.com

_______________________________________________
Reply to DFWCFUG:
  [email protected]
Subscribe/Unsubscribe:
  http://lists1.safesecureweb.com/mailman/listinfo/list
List Archives:
    http://www.mail-archive.com/list%40list.dfwcfug.org/
  http://www.mail-archive.com/list%40dfwcfug.org/
DFWCFUG Sponsors:
  www.HostMySite.com
  www.teksystems.com/

Reply via email to