Page 1 of 1

Don't Understand Coder's Notes for a Calendar - Unique #

Posted: Sun Aug 31, 2008 11:38 pm
by vrsatile
Here is the beginning of the code along with the coder's note.

I'm updating this calendar and don't understand what a unique number is in the context of "which isn't used anywhere."

Thanks for any clarification on this. The calendar has approx. 30 entries

<? # $Id: events.php,v 1.3 2005/10/01 16:34:26 jeff Exp $

# Define the events that are shown on the calendar.
#
# Each entry should begin with a unique number (which isn't used anywhere),
# and then contains an array with the following comma-delimited values:
#
# Date
# Name
# Location
# Web site URL

Re: Don't Understand Coder's Notes for a Calendar - Unique #

Posted: Sun Aug 31, 2008 11:41 pm
by Christopher
I don't know whether "which isn't used anywhere" means not displayed or never used, but the ID is probably a unique database key -- the primary key for the table.