Having been given this advice...
Quote: |
If you develop or maintain mulitple (sic) websites with something in common (functionality or customer etc.) you may choose to create separate projects for each website but add all of these projects to the same workspace. |
Let's say I have setup a PHPed Project for some code I use in nearly all my web applications (e.g. my customized subclass of the Smarty template system). It seems to me that I have to do nearly all my work in one big PHPed Workspace which contains a PHPed Project for each web application's unique files and additional PHPed Projects, one for each of the
common libraries I use.
I think there would be advantages to having smaller, more specific, Workspaces. Can I use File -> Save As to save a copy of this big Workspace and then remove Projects from that copy so that I just have one web application's PHPed Project and all of the PHPed Projects for the
common libraries I use?
Am I causing any problems by having these
common Projects appear in multiple workspaces?
Are those
common Projects in the different Workspaces now separate things? In other words do they share their properties or do they have their own properties?
What I'm proposing is to setup a Workspace with all the
common libraries and then when I want to begin work on a new web application I'd make a copy of that Workspace (Save As) and add a new PHPed Project to it for that web application's unique files. Anything wrong with this scheme?
Thanks.