New Application [message #404] |
Thu, 16 November 2006 05:27 |
salamsy
Messages: 18 Registered: October 2006 Location: Dakar
|
Junior Member |
|
|
Please want to know wether a new application is supposed to run within the framework or can it run indepedently and how ?
Abdou Salam
|
|
|
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
|
|
|
Re: New Application [message #407 is a reply to message #406] |
Thu, 16 November 2006 06:17 |
salamsy
Messages: 18 Registered: October 2006 Location: Dakar
|
Junior Member |
|
|
Ok. This point is now clear. I suppose the framework does not have to be visible to end-users. How to make the only new subsystem visible without have access to menu subsystem ?
Abdou Salam
|
|
|
|
|