marcwolf
Posts: 361
|
| Posted: 12/20/2004, 8:53 PM |
|
Hi Folks.
One or our clients has asked that we write the application in PHP rather than ASP.
I have looked through the PHP code that is generated and have found a CCSetSession and a CCGetSession
But there is nothings that deals with an Application variable that covers all users.
We use the Application scope to keep a lot of system wide data.
If we can change a lot of our code over easily it would be a lot of help
Many Thanks
Dave
_________________
' Coding Coding Coding
Keep Those Keyboards Coding.
Raw Code!!!!!!!
|
 |
 |
peterr
Posts: 5971
|
| Posted: 12/21/2004, 12:08 AM |
|
Keep in mind that you can use any PHP functions in your code, plus you can write your own functions. PHP doesn't have application variables but there are other solutions, like: http://www.leosingleton.com/projects/code/phpapp/ http://groups-beta.google.com/groups?q=%22application%2...lr=&sa=N&tab=wg
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
marcwolf
Posts: 361
|
| Posted: 12/21/2004, 1:03 AM |
|
Many Thanks Peter
It give a few choices on what to do.
This will be the first time I will be using CCS to develop in another language so it will take me a while to work out the differences between ASP and PHP.
Again Thanks
Dave
_________________
' Coding Coding Coding
Keep Those Keyboards Coding.
Raw Code!!!!!!!
|
 |
 |
|