Come Get Your Fresh 0.7 Release!
December 21, 2008
Posted in Community
Posted By: Chris Peters
Simon
does this site run on wheels?
Apr 23, 2008
John
Doesn't look like it - see the BlogCFC attribution at the bottom.
Apr 24, 2008
Izzak
To me it seems like it is running on Wheels. If you click on any of the links for the function APIs you can see a url like /functions/functionname where functions is the controller and functionname is the name of the action. Look at the doc "Request Handling" (there is no data coming back when you click to the browser but the links are there for future use, I belive.)
Apr 28, 2008
Tony Petruzzi
awesome work everyone. i'm defiantly going to be downloading and playing with Wheels this weekend.
Apr 28, 2008
Izzak
So I read the docs available for Database manipulation, and left me with one question... would the use of this framework kill my current SQL magic skills? I really like to simplify and speed up things running good SQL queries within my cfqueries, with joins, derived tables, multiple selects, unions etc..
Apr 28, 2008
Tony Petruzzi
@izzak, I think your question is one of the biggest misconception about utilizing an ORM in your application. An ORM is there to making mundane tasks easier and quicker, such as CRUD. This doesn't mean that you must use the ORM for all interactions with your database. You are correct that sometime is easier and more beneficial, especially for performance reasons, to hit the database directly and retrieve a query result directly rather then using an ORM to do it and wrapping the result in an array of objects.
Apr 29, 2008
Chris Peters
@John, Just because Wheels is out doesn't mean that anyone has written blog software that runs on the framework. BlogCFC seems to do the job pretty well, so I decided to use that. Perhaps a Blog on Wheels would be a good sub-project for someone... @Izzak, Yes, the rest of the site is using the Wheels framework. Probably not the best use of the framework, IMHO. If the site is a content site, why use an application development framework to display it? But here it is anyway. :)
Apr 29, 2008
Bruce Stenberg
Chris, I just finished watching your tutorial video on Wheels and have to say THANK YOU! I've looked at other frameworks but wasn't able to quickly grasp them. I think it was your video that really helped me understand the basics of wheels. Looking forward to other videos. Keep up the great work! Thanks Bruce
Jun 10, 2008
Chris Peters
@Bruce, Thank you for your compliment. I'd love to take credit for the videos, but all credit needs to go to Peter Amiri and Mike Haggerty (depending on which video you watched). I'm hoping to see more from them as well!
Jun 10, 2008
Please login to join the conversation! Login