Well, sure, you could write that kind of application directly in php, but
a) you’d have to define all the db-settings for that second application, too, so if you have to change them in SC you’d have to change them in the native application too.
b) if i’d code a native php app, i’d have to copy it manually on the server, instead of simply deploying it with SC.
c) in the native application, i wouldn’t have access to all the sc-makros, which could be useful sometimes.
d) it would be just more simple and nice, to have all my application in one place.
I think there are a few good reasons to concider implementing this feature. I can’t think of all the scenarios which could happen, but I think for the advanced users of SC such an option would come in handy. Sure, a native php-app would work, too, but it just wouldn’t be implemented that nice into scriptcase as all my other code. Maybe you could just implement a little flag in the blank application, which disables all html output? It would be great, to have exact control over the output.
Regards