Re: New Application [message #406 is a reply to message #404] |
Thu, 16 November 2006 06:00 |
AJM
Messages: 2368 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
An application which is built USING the Radicore framework can only run UNDER the Radicore framework. This is because any application code which you create makes extensive use of all the pre-written code which exists within the framework (functions, controllers, abstract table class, validation class, database driver classes, etc). It is not possible to run such an application WITHOUT the Radicore components.
That is the whole point of this framework, to provide you with an extensive library of pre-written code which you do not have to write yourself. You cannot remove this library of pre-written code and still expect your application to run.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|