phill.nacelli
Member since Jun 11, 2019
- Profile: /members/13976-phill-nacelli.htm
- URL: http://www.aboutweb.com
- Comments: 3
Recent Blog Comments By phill.nacelli
-
Terrifying Excitement: My First CFUNITED Conference Experience From 2007
Posted on Dec 1, 2021 at 5:13 PM
Had the honor of securing Stroz's Cooler one night at my suite, never since have I felt such a sense of pressure and duty! 😉😂😂😂 Those were amazing times and memories, totally join Ben Nadel in cherishing those events where life long friendships were made. To all you Fellas.. Cheers and... read more »
-
SQL Queries That Look The Same Are Not Violating The DRY Principle
Posted on Jun 12, 2019 at 9:08 AM
@Ben, I ran into this approach once we realized that our database was caching too many prepared statements needlessly, some search queries had multiple possible criteria for custom user dashboards, for example. I always have been a big proponent of letting the database do what is best for,... read more »
-
SQL Queries That Look The Same Are Not Violating The DRY Principle
Posted on Jun 11, 2019 at 10:46 AM
In the example below: <cffunction name="getByFilter" returntype="query"> <cfargument name="id" type="numeric" required="false" /> <cfquery name="local.results"> SELECT id, name... read more »