Validus … talkin bout <code> n sh!t

22Nov/101

CFWheels 1.1.1 released!

Posted by Joey

Latest release of CFWheels 1.1.1 is a maintenance release with some bug fixes to the following areas:

– Added number formatting on the value passed in to “count” in the pluralize() function
- Fixed renderWith() so that it works in all environment modes when returning JSON
- Fixed belongsTo association code when using composite keys
- Allow cfthread to be used in views
- Fixed paging code for non-parameterized queries
- Corrected bug in request… Continue reading

Filed under: CF, Stuff 1 Comment
5Aug/100

CFWheels

Posted by Joey

Okay, I LOVE cfwheels.

http://cfwheels.org/

If you’re developing in Coldfusion I highly recommend checking out this framework. It has a great community base, the core development team are always releasing new updates – further advancing the framework. There’s stacks of tutorials and podcasts – but form time to time, I’m going to start posting examples as well – simply because I want to expand the knowledge of… Continue reading

Filed under: CF, Stuff No Comments
2Sep/090

Fusebox 5

Posted by Joey

Fusebox is a great web application framework, our company has been using this framework since version 3. Currently fb5 has the ability to use Model-View-Controller (MVC) pattern or Object-Oriented Programming (OOP) which is fantastic for new developers. XML is used for configuration of the application settings and circuits/fuseactions.

Circuits correspond to directories used in your application. Fuseactions are child elements of a circuit which executes some code.

For… Continue reading

Filed under: CF, Stuff No Comments