managing the same model for multiple apps

what is the best way to manage setting up multiple applications on the same server that use the same database and some of the same tables (and models). My first instinct is to symbolically link the models directory in each application to one central folder outside the yii web app directories that stores all the models for all the applications - just checking what other people would do in this situation. Does that sound like a decent strategy?