Jump to content

PHP Universal Classes


bholbrook

Recommended Posts

Okay, thanks. Not quite what I'm looking for. This needs to be editable by PHP programmers, not C++ programmers (slight difference in salaries  ;) )

I worked on a site that had this ability, all of the classes where in a seperate folder that was available to all sites, and other classes extended them. I know it's possible, but I just dont know how.

Link to comment
https://forums.phpfreaks.com/topic/20788-php-universal-classes/#findComment-92027
Share on other sites

  • 2 weeks later...
Thanks Barand

For those interested, we used symblic linking to fic the problem.

Symbolic linking allows us to make one filder on the server for classes and then create SYMBOLIC folders in out sites. In a linux shell type:

ln -s [SOURCE DIRECTORY] [FOLDER NAME] and the folder will be created linking to the source.
Link to comment
https://forums.phpfreaks.com/topic/20788-php-universal-classes/#findComment-101131
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.