ups Posted June 4, 2006 Share Posted June 4, 2006 Hi!I wonder if it is possible to create applications in php witch can be extended in the way windows apps can be extended by .dlls (e.g. php for windows with its extensions). The only way that came to my mind was to extend my classes, add required template files and than update the db. But this seems rather complicated to me, especially when you want to install more than one module. Is there a common technic to solve this problem? Does anybody know how mambo manages its extensions?Thanks in advance :)GreetingsMirko Quote Link to comment https://forums.phpfreaks.com/topic/11146-dll-like-behaviour-in-php/ Share on other sites More sharing options...
poirot Posted June 4, 2006 Share Posted June 4, 2006 Everything you create can be used again and again, just use include or require.Some interesting "extensions" you need are database classes, template system, and other common codes you may need to re-use. Quote Link to comment https://forums.phpfreaks.com/topic/11146-dll-like-behaviour-in-php/#findComment-41739 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.