Re: [cfaussie] Frameworks and MVC

2010-06-02 Thread Sean Corfield
On Tue, Jun 1, 2010 at 8:18 PM, Steve Onnis st...@cfcentral.com.au wrote: we had a demo of FW/1 at our CFUG last week and even though yes it is stripped down regarding the framework itself, you still had the folder structure as in root - views - controller and so on, and just to get a

[cfaussie] Re: Frameworks and MVC

2010-06-02 Thread goldcoast_nerd
Pretty much what Sean said. simplest way is to have a file for every page and a cfc handle the logic in a function for requests. Not sure why ur against the MVC folder structure though. yeah its a bit hard at the start with so many files , but this is what makes the project scalable and easy to

Re: [cfaussie] Re: Frameworks and MVC

2010-06-02 Thread Chris Velevitch
On Thu, Jun 3, 2010 at 11:51, Steve Onnis st...@cfcentral.com.au wrote: The issue for me is that the framework expects action=foler.file as it was explained during our presentation.  I don't want to have a file for every action. I want to be able to have a single file as the entry point, a

RE: [cfaussie] Re: Frameworks and MVC

2010-06-02 Thread Steve Onnis
I don’t want the view folder structure. I want to actually use the index.cfm file instead of it being empty so I can handle the view part in my own way. This is why I am asking the question. The url rewritting comes later. I will do some examples so you know what I mean -Original

Re: [cfaussie] Re: Frameworks and MVC

2010-06-02 Thread AJ Mercer
did you take a look at these? http://mickydionisio.blogspot.com/2010/02/coldfusion-commons-project-released.html http://quicksilver.riaforge.org/ On 3 June 2010 09:51, Steve Onnis st...@cfcentral.com.au wrote: Sure laying on a bed of nails is uncomfortable at first but if you do it enough

Re: [cfaussie] Re: Frameworks and MVC

2010-06-02 Thread Sean Corfield
On Wed, Jun 2, 2010 at 6:51 PM, Steve Onnis st...@cfcentral.com.au wrote: I want to be able to have a single file as the entry point, a proper index.cfm file that actually does something and then from there be able to handle my own calls to a controller that does what I need it to do. Well,

Re: [cfaussie] import DW sites to new windows install

2010-06-02 Thread Sean Corfield
DW lets you export sites - the definitions - to files that you can then copy across and import into the new install (in addition to copying the folders/files themselves). On Wed, Jun 2, 2010 at 7:28 PM, Carl Vanderpal carl.vander...@gmail.com wrote: Just trying to figure out how to get all my