Guest User

Untitled

a guest
Nov 24th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <!--- Which one to use and why? --->
  2.  
  3. <cffunction name="init" displayname="Initialize Component" access="public" returntype="oAccount">
  4.  
  5. <cfreturn this>
  6.  
  7. </cffunction>
  8.  
  9.  
  10. <cffunction name="init" returntype="oAccount">
  11.  
  12. <cfscript>
  13. variables.instance = {};
  14. return this;
  15. </cfscript>
  16.  
  17. </cffunction>
Add Comment
Please, Sign In to add comment