Kurtmel
|
| Posted: 03/19/2003, 9:58 PM |
|
Hello all,
I know this may sound bone-headed to experienced users, but I would like to incorporate the functions of numerous examples into one cumulative site. Has anyone done this, and what is the easiest way to grab pages from one project and bring them into another (assuming the database for each project has been created)
Thanks.
|
|
|
 |
DaveRexel
|
| Posted: 03/20/2003, 10:06 AM |
|
Hello Kurtmel
Assuming a common database for the apps a very good strategy is to always use a common DB connection name (I use internet)
Then you copy the files needed into the current project
Let's say you made a good page called *news* in one project
Copy news.ccp, news.html, news.php and news_events.php (if it exists) into receiving project.
Hope this helps
Greetings
Dave
http://www.rexdesign.com/ccs/default.php
|
|
|
 |
kurtmel
|
| Posted: 03/25/2003, 6:02 PM |
|
Hi Dave,
that's what I'm confused about, will it work if I were to just copy ccp files, etc, to the same project folder?? I wouldn't think so, but if I copy individual pages, what would be the best way to do this and make everything work?
Anyone who has actually taken multiple examples of the gotocode website and combined them together, I'd really appreciate a simple step-by-step in how you did it. Once someone walks me through one, i can do the rest.
|
|
|
 |
|