which MVC for coldfusion?

Posted by mrjayviper on Stack Overflow See other posts from Stack Overflow or by mrjayviper
Published on 2012-11-01T07:06:59Z Indexed on 2012/11/01 11:01 UTC
Read the original article Hit count: 188

Filed under:
|

newbie to MVC here. so please be gentle.

I want to move one of our existing apps (currently located in http://www.companywebsitegoeshere.com/myapp1) to MVC.

As can be seen in the URL, there are many apps running in the website which I intend to move at some stage. I don't have write access to the wwwroot (/var/www/html in my case) and the webserver is used by multiple developers across the company.

I'm hoping I can have the MVC framework core files/folders + my app all located in in 1 subfolder. In the case of myapp1, all the filers and folders will be inside /var/www/html/myapp1 subfolder.

Can you please point me to the right direction (links/guides/docs/videos/etc)? I've looked at several like cfwheels/mach-ii/fw1 but they seemed requires wwwroot access.

Thanks! :)

© Stack Overflow or respective owner

Related posts about coldfusion

Related posts about mvc-framework