CFWheels 1.1.1 released!
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
CFWheels
Okay, I LOVE cfwheels.
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
Fusebox 5
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
