Blog

Tip of the Week: View Helpers

Brad Wood November 09, 2012

Spread the word

Brad Wood

November 09, 2012

Spread the word


Share your thoughts

 

Have you ever had an ad-hoc helper UDF that you needed in your view?  Perhaps it was too localized to put in your global UDF Library, but you didn't want to clutter up your actual view with the logic.   That's what View Helpers are here for.  
 
They're incredibly simple and driven by good-old conventions.  If you have a view file called products.cfm, simply create a file in the same folder called productsHelper.cfm.  That "helper" file will automatically be included along with your view by the ColdBox framework.  You can place one-off formatting functions, or dynamic JS/CSS in these files, but please-- no business logic.
 
 
P.S. You can create a helper file that will be included for all the views in a folder.  If you had a folder of views called "orders", then you would simply create the file "/views/orders/ordersHelper.cfm".  See the pattern?
 

Add Your Comment

(2)

Nov 09, 2012 13:38:39 UTC

by Dan Fredericks

Is this a feature in 3.0+, or was it added earlier?

Nov 09, 2012 15:20:09 UTC

by Luis Majano

Hi Dan, this feature was added in 3.0 and beyond

Recent Entries

A Year in Review - BoxLang 2024 Recap!

A Year in Review - BoxLang 2024 Recap!

BoxLang has come a long way since its beta release, and we're thrilled to share the incredible progress made so far. From its initial launch to the upcoming stable version, BoxLang has been evolving with new features, tools, and a growing ecosystem, all aimed at empowering modern developers.In this recap, we’ll highlight the milestones and advancements that have shaped BoxLang’s journey to this point. Let’s take a look at what we’ve achieved and what’s coming next!

Maria Jose Herrera
Maria Jose Herrera
January 03, 2025
Partner with BoxLang and Ortus at Into the Box 2025: Empowering the Future of Modern Software Development!

Partner with BoxLang and Ortus at Into the Box 2025: Empowering the Future of Modern Software Development!

At Ortus Solutions, we’ve always been at the forefront of innovation in the ColdFusion ecosystem. From pioneering modern ColdFusion practices to developing cutting-edge tools and frameworks, we’ve been passionate to help and sup[port the community into shaping the future of web development.That’s why we decided to build BoxLang, our new JVM programming language that not only builds on the strengths of ColdFusion but takes modern software development to the next level.

Maria Jose Herrera
Maria Jose Herrera
December 23, 2024