fran13
Posts: 9
|
| Posted: 11/19/2008, 2:58 AM |
|
Hi there,
Is there a place where I can get a list of all the CC... functions (like CCGetParam()) in the common.php file - with a short description of each?
Thanks
|
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 11/19/2008, 9:17 AM |
|
fran13,
They are listed in your help documentation. Component Reference-> Programming Reference-> PHP or better yet here is an online version: http://docs.codecharge.com/studio40/html/Components/PHP.html
|
 |
 |
fran13
Posts: 9
|
| Posted: 11/19/2008, 10:36 PM |
|
hey.
Thanks for the reply, but the help documentation doesn't list all the functions.
Like CCGetDBValue,CCFormatValue,CCBuildSQL etc.
I would like something like:
CCGetParam() - Gets a variable from URL
CCGetSession() - Gets session variable
CCGetDateArray() .......
......
Something that I can maybe print out.
Codecharge Provides all these nice functions and I still keep on coding my own....
Just want to maximize my usage of Codecharge.
Thanks
|
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 11/20/2008, 7:28 PM |
|
fran13,
You are right and if memory servers me right I think that someone has inquired about the "undocumented" functions before. This might be worth mentioning to support.
|
 |
 |
|