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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vrsatile
Forum Newbie
Posts: 1
Joined: Sun Aug 31, 2008 11:30 pm

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

Post 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
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

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

Post 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.
(#10850)
Post Reply