ASP

Permalink
Hi All,
I'm a c5 virgin, self confessed. I'm also an ASP developer and really seeing the benefits of using and recommending c5 to my clients. As I'm not a PHP developer can anyone tell me if I can develop custom pages that accesses a db within c5?

 
defunct replied on at Permalink Reply
defunct
Hello,

If you know ASP or any "web" programming language you can certainly learn PHP.

As for accessing a db on a page, you can certainly do that. Concrete5 is built on its own MVC framework, where you can create a controller/view (single_page) that is avaible in the CMS. Concrete5 also has db api calls you can use as well.

Seehttp://www.concrete5.org/help/building_with_concrete5/developers/mv... for more information.