RussellP
Posts: 20
|
| Posted: 09/23/2007, 5:21 AM |
|
I am working through the examples in example pack 2, and found the following code in the calendar example.
if (!strlen(CCGetFromGet($Component->Calendar->ComponentName . "Date")) && !strlen(CCGetFromGet($Component->Calendar->ComponentName . "Year")))
I do not undertand the use if CCGetfromGet in this case. I thought that GET parameters would be visible in the URL ., which looks like this.
CalendarSearch.php?s_date=12%2F24%2F2005
There is a date in the run time properties, but this seems only to apply to the .Net or ASP code versions. So, although this code seems to be interpreted as 'if there are zero string lengths in the date and year properties of the calendar navigator', I cannot see how this is drawn from the code.
Any help would be appreciated.
Thanks
Russell Price
_________________
Russell P |
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 09/24/2007, 6:48 PM |
|
RussellP
Try this link: http://docs.codecharge.com/studio31/html/ProgrammingTec...Attributes.html
Maybe it will help you.
|
 |
 |
|