OOPhoto: Implementing Security In An Object Oriented Application - Round I

<!---
	Check to see if this user can edit this target object.
	If so, then display the edit link.
--->
<cfif User.CheckPermissions( "edit", Target )>
	<!--- .... display code .... --->
</cfif>

For Cut-and-Paste