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

<!---
	Check to see if this user has permissions to view this
	page in general based on the "DO" action.
--->
<cfset REQUEST.Data.User.ConfirmPermissions(
	"do",
	ArrayToList( REQUEST.Data.Do, "." )
	) />

For Cut-and-Paste