-
$cache
-
The cache object
-
$cache
-
The cache connection
-
$cache_available
-
Is caching available?
-
$cache_count_key
-
The cache key identifying the number of rows found in a data set
-
$cache_key
-
The data cache key for the current view
-
$called_set_prior_and_next_dates
-
Has set_prior_and_next_dates() been called?
-
$called_set_request_properties
-
Has set_request_properties() been called?
-
$category_id
-
The category ids to show events for
-
$category_id_not
-
The category ids to not show events for
-
$csrf_token_name
-
The name of the token used for protecting our admin forms against
-
calculate_months
-
Determine how many months to display
-
calendar-detail.php
-
-
calendar.php
-
-
category-detail.php
-
-
category.php
-
-
calendar-detail-icalendar.php
-
-
calendar-detail.php
-
-
calendar-icalendar.php
-
-
calendar.php
-
-
CalendarSolution
-
The base class
-
CalendarSolution_Cache
-
Methods that each cache class needs to define
-
CalendarSolution_Cache_Memcache
-
Calendar Solution's memcache methods
-
CalendarSolution_Category
-
The parent class for viewing and editing a Category
-
CalendarSolution_Category_Form
-
The means to edit a Category via an HTML form
-
CalendarSolution_Category_List
-
The means to output a list of Categories
-
CalendarSolution_Detail
-
The parent class for viewing and editing a specific event
-
CalendarSolution_Detail_Form
-
The means to edit a specific event via an HTML form
-
CalendarSolution_Detail_Html
-
The means to view a specific event in HTML format
-
CalendarSolution_Detail_Icalendar
-
The means to view a specific event in iCalendar format
-
CalendarSolution_Exception
-
The exception handler
-
CalendarSolution_FeaturedPage
-
The parent class for viewing and editing a Featured Page
-
CalendarSolution_FeaturedPage_Form
-
The means to edit a Featured Page via an HTML form
-
CalendarSolution_FeaturedPage_List
-
The means to output a list of Featured Pages
-
CalendarSolution_FrequentEvent
-
The parent class for viewing and editing a Frequent Event
-
CalendarSolution_FrequentEvent_Form
-
The means to edit a Frequent Event via an HTML form
-
CalendarSolution_FrequentEvent_List
-
The means to output a list of Frequent Events
-
CalendarSolution_List
-
The parent class for displaying collections of events
-
CalendarSolution_List_Calendar
-
The means to output collections of events formatted as a calendar grid with brief info about each event
-
CalendarSolution_List_DetailTable
-
The means to output collections of events formatted as a table with details about each entry
-
CalendarSolution_List_Icalendar
-
The means to output collections of events formatted as a set of iCalendar VEVENT entries
-
CalendarSolution_List_List
-
The means to output collections of events formatted as a table with significant info about each event
-
CalendarSolution_List_MonthTitle
-
The means to output collections of events formatted as a table of the date and name of each event and is grouped by month
-
CalendarSolution_List_QuickTable
-
The means to output collections of events formatted as a table with basic info about each entry
-
CalendarSolution_List_Title
-
The means to output collections of events formatted as a table of the date and name of each event
-
CalendarSolution_List_Ul
-
The means to output collections of events formatted as an "unordered list" of the date and name of each event
-
CALENDAR_SOLUTION_CACHE_CLASS
-
The Calendar Solution Cache class to use: "CalendarSolution_Cache_Memcache"
-
calendar_solution_calendar
-
Shortcode handler for producing a list of events laid out in a calendar grid format
-
CALENDAR_SOLUTION_DBMS
-
The database extension to use: "mysql", "mysqli", "pgsql", "sqlite", "sqlite3"
-
calendar_solution_detailtable
-
Shortcode handler for producing a table of events showing details about each entry
-
CALENDAR_SOLUTION_HTTP_HOST
-
The HTTP_HOST string used if $_SERVER['HTTP_HOST'] is empty
-
CALENDAR_SOLUTION_LINK_PATH
-
The full website path to the directory containing the calendar-detail.php page
-
calendar_solution_list
-
Shortcode handler for producing a table of events showing significant info about each event
-
calendar_solution_monthtitle
-
Shortcode handler for producing a table of events showing their dates and names, grouped by month
-
calendar_solution_quicktable
-
Shortcode handler for producing a table of events showing basic info about each entry
-
calendar_solution_title
-
Shortcode handler for producing a table of events showing their dates and names
-
calendar_solution_ul
-
Shortcode handler for producing an "unordered list" of events showing their dates and names
-
convert_windows_characters
-
Turns "fancy" windows-1252 character set characters into ASCII equivalents
-
Cache.php
-
-
Category.php
-
-
Calendar.php
-
-
CalendarSolution.php
-
-
calendar_solution_settings.php
-
-
$data
-
An associative array of the given item's data
-
$data
-
The records to be displayed
-
$date_format
-
Format for PHP's date() function, to be used by our format_date() method
-
$date_format
-
Format for PHP's date() function, to be used by our format_date() method
-
$date_format
-
Format for PHP's date() function, to be used by our format_date() method
-
$date_format
-
Format for PHP's date() function, to be used by our format_date() method
-
$date_format
-
Format for PHP's date() function, to be used by our format_date() method
-
$date_format
-
Format for PHP's date() function, to be used by our format_date() method
-
DATE_FORMAT_FULL
-
Format for PHP's date() function, to be used by our format_date() method
-
DATE_FORMAT_ICALENDAR
-
Format for PHP's date() function, to be used by our format_date() method
-
DATE_FORMAT_LONG
-
Format for PHP's date() function, to be used by our format_date() method
-
DATE_FORMAT_MEDIUM
-
Format for PHP's date() function, to be used by our format_date() method
-
DATE_FORMAT_NAME_NUMBER
-
Format for PHP's date() function, to be used by our format_date() method
-
DATE_FORMAT_SHORT
-
Format for PHP's date() function, to be used by our format_date() method
-
DATE_FORMAT_TIME_12AP
-
Format for PHP's date() function, to be used by our format_date() method
-
DATE_FORMAT_TIME_24
-
Format for PHP's date() function, to be used by our format_date() method
-
DATE_FORMAT_TIME_ICALENDAR
-
Format for PHP's date() function, to be used by our format_date() method
-
delete
-
Deletes the record specified by $this->data['calendar_id']
-
delete
-
Deletes the record specified by $this->data['feature_on_page_id']
-
delete
-
Deletes the record specified by $this->data['frequent_event_id']
-
delete
-
Deletes the record specified by $this->data['category_id']
-
Detail.php
-
-
DetailTable.php
-
-
$fields
-
The names of fields on the form
-
$fields
-
The names of fields on the form
-
$fields
-
The names of fields on the form
-
$fields
-
The names of fields on the form
-
$fields_bitwise
-
The names of fields on the form that are bitwise in the database
-
$fields_bitwise
-
The names of fields on the form that are bitwise in the database
-
$fields_bitwise
-
The names of fields on the form that are bitwise in the database
-
$fields_bitwise
-
The names of fields on the form that are bitwise in the database
-
$frequent_event_id
-
The frequent event id to show events for
-
$frequent_event_id_not
-
The frequent event id to not show events for
-
$from
-
The start of the date range to show events for in the current request
-
featured_page-detail.php
-
-
featured_page.php
-
-
flush.php
-
-
frequent_event-detail.php
-
-
frequent_event.php
-
-
factory_chosen_view
-
Looks at $_REQUEST['view'] then $_COOKIE['CalendarSolution'] to determine whether to return a CalendarSolution_List_Calendar (the default) or CalendarSolution_List_List object
-
flush
-
Flush all data from the cache
-
flush
-
Flush all data from the cache
-
flush_cache
-
Flushes the system's cache
-
format_date
-
Formats a date/time string
-
Form.php
-
-
Form.php
-
-
Form.php
-
-
FeaturedPage.php
-
-
Form.php
-
-
FrequentEvent.php
-
-
get
-
Obtains data from the cache
-
get
-
Obtains data from the cache
-
get_admin_navigation
-
Generates the HTML needed to access administrative functions
-
get_array_from_bitwise
-
Converts a bitwise number into an array of values that are a power of 2
-
get_bitwise_from_array
-
Converts array values to a bitwise value
-
get_change_view
-
Produces the HTML for changing between "List" and "Calendar" formats
-
get_credit
-
Produces the HTML with a link to the Calendar Solution's home page
-
get_css
-
Provides the Cascading Style Sheet data, for use between <style> tags
-
get_css_name
-
Provides the path and name of the needed Cascading Style Sheet file
-
get_css_name
-
Provides the path and name of the needed Cascading Style Sheet file
-
get_css_name
-
Provides the path and name of the needed Cascading Style Sheet file
-
get_css_name
-
Provides the path and name of the needed Cascading Style Sheet file
-
get_css_name
-
Provides the path and name of the needed Cascading Style Sheet file
-
get_css_name
-
Provides the path and name of the needed Cascading Style Sheet file
-
get_css_name
-
Provides the path and name of the needed Cascading Style Sheet file
-
get_css_name
-
Provides the path and name of the needed Cascading Style Sheet file
-
get_date_from_request
-
Looks for a date value in $_REQUEST[$name]
-
get_date_navigation
-
Produces the HTML for navigating to earlier and later events
-
get_date_starts
-
Calculates the start dates for events
-
get_errors
-
Produces an HTML list explaining the errors found by is_valid()
-
get_event_formatted
-
-
get_event_formatted
-
-
get_event_formatted
-
-
get_event_formatted
-
-
get_event_formatted
-
-
get_event_formatted
-
-
get_event_formatted
-
-
get_event_formatted
-
-
get_event_formatted
-
-
get_event_formatted
-
-
get_event_formatted
-
-
get_event_formatted_icalendar
-
Formats event data for iCalendar output
-
get_int_array_from_request
-
Extracts an integer or an array of integers in $_REQUEST[$name]
-
get_int_from_request
-
Looks for an integer value in $_REQUEST[$name]
-
get_limit_form
-
Produces the HTML for the form people can use to pick date ranges and particular events
-
get_limit_navigation
-
Produces the prior/next links for use in conjunction with set_limit()
-
get_link
-
Figures out what link should be shown for this item
-
get_list_close
-
-
get_list_close
-
-
get_list_close
-
-
get_list_close
-
-
get_list_close
-
-
get_list_close
-
-
get_list_close
-
-
get_list_close
-
-
get_list_close
-
-
get_list_close
-
-
get_list_open
-
-
get_list_open
-
-
get_list_open
-
-
get_list_open
-
-
get_list_open
-
-
get_list_open
-
-
get_list_open
-
-
get_list_open
-
-
get_list_open
-
-
get_list_open
-
-
get_month_close
-
-
get_month_close
-
-
get_month_close
-
-
get_month_open
-
-
get_month_open
-
-
get_month_open
-
-
get_month_pad_end
-
-
get_month_pad_start
-
-
get_pad
-
-
get_rendering
-
Produces a table of events showing their dates and names, grouped by month
-
get_rendering
-
Produces a table of events showing their dates and names
-
get_rendering
-
Produces an "unordered list" of events showing their dates and names
-
get_rendering
-
Produces a table of events showing basic info about each entry
-
get_rendering
-
Produces a list of events laid out in a list format
-
get_rendering
-
Produces the HTML form for editing an event
-
get_rendering
-
Produces the HTML to display the event the user wants to see
-
get_rendering
-
Produces a list of events in iCalendar format
-
get_rendering
-
Produces the HTML form for editing an event
-
get_rendering
-
Produces the HTML form for editing an event
-
get_rendering
-
Produces a list of events laid out in a calendar grid format
-
get_rendering
-
Produces a table of events showing basic info about each entry
-
get_rendering
-
Produces the HTML form for editing an event
-
get_rendering
-
Produces a list of events laid out in a list format
-
get_rendering
-
Produces the HTML to display the event the user wants to see
-
get_rendering
-
Produces a table of events showing significant info about each event
-
get_rendering
-
Produces a list of events laid out in a list format
-
get_row_close
-
-
get_row_close
-
-
get_row_close
-
-
get_row_close
-
-
get_row_close
-
-
get_row_close
-
-
get_row_close
-
-
get_row_close
-
-
get_row_close
-
-
get_row_close
-
-
get_row_close
-
-
get_row_open
-
-
get_row_open
-
-
get_row_open
-
-
get_row_open
-
-
get_row_open
-
-
get_row_open
-
-
get_row_open
-
-
get_row_open
-
-
get_row_open
-
-
get_row_open
-
-
get_row_open
-
-
get_string_from_request
-
Looks for a string value in $_REQUEST[$name]
-
get_title
-
Obtains the title of the event the user wants to see
-
get_view
-
Says which view class is being used
-
$show_cancelled
-
Should cancelled events be shown or not?
-
$show_location
-
Should the Location field be shown or not when viewing "Calendar" mode?
-
$show_own_events_first
-
Show your own events before events produced by other organizations?
-
$show_summary
-
Should the Summary field be shown or not when viewing "List" mode?
-
$show_time_end
-
Should the End Time field be shown or not?
-
$show_time_end
-
Should the End Time field be shown or not?
-
$sql
-
-
set
-
Stores data in the cache
-
set
-
Stores data in the cache
-
set_category_id
-
Sets the "category_id" property to the appropriate value
-
set_category_id_not
-
Sets the "category_id_not" property to the appropriate value
-
set_data_empty
-
Populates $this->data with the requisite keys and sets values to NULL
-
set_data_from_post
-
Populates $this->data with the information from $_POST
-
set_data_from_query
-
Populates $this->data with a record from the database
-
set_data_from_query
-
Populates $this->data with a record from the database
-
set_data_from_query
-
Populates $this->data with a record from the database
-
set_data_from_query
-
Populates $this->data with a record from the database
-
set_date_format
-
Sets the date format to be used by our format_date() method
-
set_frequent_event_id
-
Sets the "frequent_event_id" property to the appropriate value
-
set_frequent_event_id_not
-
Sets the "frequent_event_id_not" property to the appropriate value
-
set_from
-
Sets the "from" property
-
set_from
-
Sets the "from" property to the first day of the given month
-
set_is_own_event
-
Sets the "is_own_event" property to the appropriate value
-
set_limit
-
Sets the "limit_quantity" and "limit_start" properties
-
set_page_id
-
Sets the Featured Page "page_id" property to the appropriate value
-
set_permit_future_months
-
Sets the furthest date in the future users are allowed to see
-
set_permit_history_months
-
Sets the furthest date in the past users are allowed to see
-
set_prior_and_next_dates
-
Sets the properties used later when generating the navigation elements for getting to earlier and later events
-
set_request_properties
-
Sets all properties that can be populated with $_REQUEST data, but does so only for properties that have not been set yet
-
set_show_cancelled
-
Should cancelled events be shown or not?
-
set_show_location
-
Turns the Location field on or off when showing the "Calendar" format
-
set_show_own_events_first
-
Show your own events before events produced by other organizations?
-
set_show_summary
-
Turns the Summary field on or off when showing the "List" format
-
set_show_time_end
-
Should End Time field be shown or not?
-
set_show_time_end
-
Should End Time field be shown or not?
-
set_time_format
-
Sets the time format to be used by our format_date() method
-
set_to
-
Sets the "to" property (defaults to the last day of the month occurring $interval_spec months from today)
-
set_uri
-
Breaks up the REQUEST_URI into usable parts
-
set_where_sql
-
Generates the SQL WHERE clause and cache keys for data retrieval
-
STATUS_CANCELLED
-
ID numbers used by the "status_id" field
-
STATUS_FULL
-
ID numbers used by the "status_id" field
-
STATUS_OPEN
-
ID numbers used by the "status_id" field