Chris Herbert
|
| Posted: 01/18/2005, 5:00 PM |
|
I love Codecharge Studio. But I would really like to be able to use other tools that sometimes I think can do a slightly better job for a specific task. e.g I would like to design a complete page from scratch using Dreamweaver with other third party PHP tools but have this included as part of my overall CCS Project.
Is there anyway I can integrate a PHP page into my Codecharge Studio project and have it inherit the User Authentication, Current Session and Session Variables etc etc...
Is it a simple task of just adding certain include files at the top of my PHP page or is it more complicated?
Thank you.
Chris Herbert
United Kingdom
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 01/18/2005, 6:15 PM |
|
Yes, any two (or more) applications can co-exist. Some PHP pages can belong to one application and others to another.
However, if you need some level of integration between the 2 applications then you may need to analyze each integration point.
Thus regarding the session variables, they are created on the server thus you can access UserID, UserLogin and GroupID session variables from other programs.
The user authentication function CCSecurityRedirect can be copied from CCS' Common.php to any other program.
Not sure what else you may need (the etc etc part) so it may be just the question of running a few tests and resolving issues as you find them.
I don't expect big problems if you logically approach this task as creating two separate applications and doing minimal integration. Simplicity may be the key here.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|