Full index

Package indexes


a b c d e f g i l m n p q r s t u v y z _
a
top
Method aboutAction
IndexController::aboutAction() in IndexController.php
Provides notes about this website and the skills used to create it.
Class AccommDetails
AccommDetails in AccommDetails.php
Holds info about which details an accommodation has/allows.
Class Accommodation
Accommodation in Accommodation.php
For a client, holds all accommodation (eg each villa or B&B room).
Method addDetails
UserBookingDetails::addDetails() in UserBookingDetails.php
Method addRecord
User::addRecord() in User.php
Set up a new user (customer) and insert to the database
Method addRecord
ContactDetails::addRecord() in ContactDetails.php
Method addSubmitButton
Method addToHeader
Input column is added to the header
Method addToOrderHeader
Input column is added to the header and is a valid 'order by' column
Method addToOutput
Input string is added to the formatted table HTML
Method addToRow
Input cell is added to the current row
Class AdminController
AdminController in AdminController.php
Administration of the online booking system.
Constant ADMIN_CONTROL_LINK
ADMIN_CONTROL_LINK in defines.php
Page AdminController.php
AdminController.php in AdminController.php
Page Accommodation.php
Accommodation.php in Accommodation.php
Page Availability.php
Availability.php in Availability.php
Page AccommDetails.php
AccommDetails.php in AccommDetails.php
Page Accommodation.php
Accommodation.php in Accommodation.php
Constant APPLICATION_PATH
APPLICATION_PATH in index.php
b
top
Page Bootstrap.php
Bootstrap.php in Bootstrap.php
Page BookingController.php
BookingController.php in BookingController.php
Page Booking.php
Booking.php in Booking.php
Page BookingForm.php
BookingForm.php in BookingForm.php
Page BookableDetails.php
BookableDetails.php in BookableDetails.php
Page BookedDates.php
BookedDates.php in BookedDates.php
Page BookingStatus.php
BookingStatus.php in BookingStatus.php
Page Booking.php
Booking.php in Booking.php
Page Breadcrumbs.php
Breadcrumbs.php in Breadcrumbs.php
Class BaseForm
BaseForm in BaseForm.php
Allows all forms to share the same common processing.
Method begin
Blocks off the required dates temporarily while user completes booking.
Method blockdatesAction
Displays a calendar allowing the user to block certain dates.
Class BookableDetails
BookableDetails in BookableDetails.php
The only public class variables correspond to actual table columns.
Class BookedDates
BookedDates in BookedDates.php
Holds all dates which are booked, blocked etc & their booking_id
Method booking
Formats all booking details for display
Method bookingconditionsAction
Retrieves and displays booking conditions and provides access to their maintenance.
Class BookingController
BookingController in BookingController.php
BookingController handles the actions for the online booking system.
Method bookinglistAction
Retrieves and displays a simple list of bookings for the current month.
Class BookingStatus
BookingStatus in BookingStatus.php
Lookup table. Status of a booking (Deposit Paid, Cancelled etc).
Class Bootstrap
Bootstrap in Bootstrap.php
Sets up the front controller and the environment (database access, registry variables etc).
Method breadcrumbs
Setup the current breadcrumb trail and urls.
Page BaseForm.php
BaseForm.php in BaseForm.php
Page BookingUpdateAllowed.php
BookingUpdateAllowed.php in BookingUpdateAllowed.php
c
top
Page CalculateCost.php
CalculateCost.php in CalculateCost.php
Page Calendar.php
Calendar.php in Calendar.php
Page ClientDetails.php
ClientDetails.php in ClientDetails.php
Page CalendarDates.php
CalendarDates.php in CalendarDates.php
Page ClientSeason.php
ClientSeason.php in ClientSeason.php
Page ClientSeason.php
ClientSeason.php in ClientSeason.php
Page Confirm.php
Confirm.php in Confirm.php
Page ContactDetails.php
ContactDetails.php in ContactDetails.php
Page Calendar.php
Calendar.php in Calendar.php
Page Client.php
Client.php in Client.php
Page ClientDeposit.php
ClientDeposit.php in ClientDeposit.php
Page ClientPayment.php
ClientPayment.php in ClientPayment.php
Page ClientProperty.php
ClientProperty.php in ClientProperty.php
Page ClientSeason.php
ClientSeason.php in ClientSeason.php
Page ContactDetails.php
ContactDetails.php in ContactDetails.php
Page ChangeoverDays.php
ChangeoverDays.php in ChangeoverDays.php
Page Clientid.php
Clientid.php in Clientid.php
Page CreateRecordButton.php
CreateRecordButton.php in CreateRecordButton.php
Class Calendar
Calendar in Calendar.php
Holds 5 years worth of dates. Lookup table.
Method calendarAction
AdminController::calendarAction() in AdminController.php
Retrieves and displays a calendar showing bookings for the current month.
Constant CELL_CLASS_DELIM
CELL_CLASS_DELIM in defines.php
Constant CELL_CLASS_TEXT
CELL_CLASS_TEXT in defines.php
Method changeoverDays
Method checkAccess
Checks if a user is logged in.
Method clearAll
Session_Wrapper::clearAll() in Session_Wrapper.php
Clear out all session variables
Class Client
Client in Client.php
Holds every client.
Class ClientDeposit
ClientDeposit in ClientDeposit.php
For a client, holds details of the deposit required from a customer.
Method clientid
Class ClientPayment
ClientPayment in ClientPayment.php
Shows which payment methods a client accepts.
Class ClientProperty
ClientProperty in ClientProperty.php
Holds each client's properties.
Class ClientSeason
ClientSeason in ClientSeason.php
Holds all seasons defined by a client.
Constant CLIENT_DEMO_BandB
CLIENT_DEMO_BandB in defines.php
Constant CLIENT_DEMO_VILLA
CLIENT_DEMO_VILLA in defines.php
Constant CLIENT_ROOT
CLIENT_ROOT in defines.php
Constant CLIENT_TYPE_OWNER
CLIENT_TYPE_OWNER in defines.php
Constant CLIENT_TYPE_ROOT
CLIENT_TYPE_ROOT in defines.php
Constant CLIENT_TYPE_WEBSITE
CLIENT_TYPE_WEBSITE in defines.php
Constant CLIENT_UNKNOWN
CLIENT_UNKNOWN in defines.php
Method colourschemeAction
Retrieves and displays the colour scheme and allows it to be changed.
Method confirmAction
BookingController::confirmAction() in BookingController.php
The "confirm" action displays a printable version of the booking form.
Method constructTable
Sets up the final table ready to be displayed.
Class ContactDetails
ContactDetails in ContactDetails.php
Holds contact details of all users.
Constant CONTACT_WEBMASTER_TEXT
CONTACT_WEBMASTER_TEXT in defines.php
Method createBooking
UserBooking::createBooking() in UserBooking.php
First step in a booking.
Method createrecordbutton
d
top
Page Debug.php
Debug.php in Debug.php
Page Details.php
Details.php in Details.php
Page DurationPrice.php
DurationPrice.php in DurationPrice.php
Page DateStatus.php
DateStatus.php in DateStatus.php
Page DbTableAbstract.php
DbTableAbstract.php in DbTableAbstract.php
Page DurationPrice.php
DurationPrice.php in DurationPrice.php
Class DateStatus
DateStatus in DateStatus.php
Lookup table : Status of calendar date (booked, blocked etc)
Constant DATE_BLANK1
DATE_BLANK1 in defines.php
Constant DATE_BLANK2
DATE_BLANK2 in defines.php
Constant DATE_FOREVER
DATE_FOREVER in defines.php
Constant DATE_FORMAT_DDD
DATE_FORMAT_DDD in defines.php
Constant DATE_FORMAT_PHP
DATE_FORMAT_PHP in defines.php
Constant DATE_FORMAT_PHP_DDD
DATE_FORMAT_PHP_DDD in defines.php
Constant DATE_FORMAT_SQL
DATE_FORMAT_SQL in defines.php
Constant DATE_FORMAT_SQL_TIME
DATE_FORMAT_SQL_TIME in defines.php
Constant DATE_FROM_DEFAULT
DATE_FROM_DEFAULT in defines.php
Constant DATE_NOW
DATE_NOW in defines.php
Constant DATE_TODAY
DATE_TODAY in defines.php
Constant DATE_TO_DEFAULT
DATE_TO_DEFAULT in defines.php
Class DbTableAbstract
DbTableAbstract in DbTableAbstract.php
This class is extended by all classes for all models.
Method deleteAction
AdminController::deleteAction() in AdminController.php
Generic maintenance page - allows db data to be deleted.
Method demoDescription
Method detailsAction
BookingController::detailsAction() in BookingController.php
The "details" action displays all bookable details for the Accommodation such as the number of guests and whether a cot is required.
Method direct
Method direct
Method direct
Method direct
Gets all booking and client details for a given array of booking_ids.
Method direct
Access the session to get the array of post variables.
Method direct
Method direct
Method direct
Display / validate form or redirect once valid.
Method direct
Method direct
DateStatus::direct() in DateStatus.php
Method direct
All data has been validated. It can now be inserted/deleted/updated as appropriate. The form processor will then redirect to the relevant url.
Method direct
Function displayDebugBlock
displayDebugBlock() in Bootstrap.php
Method displayDebugBlock
Function displayErrorBlock
displayErrorBlock() in Bootstrap.php
Method displayErrorBlock
Function displayErrorSpan
displayErrorSpan() in Bootstrap.php
Temporary function to be removed once testing is complete.
Method displayErrorSpan
Method displayHeader
Formats the column headers for the table
Method displayRows
Zebra stripes optional
Class DurationPrice
DurationPrice in DurationPrice.php
Specifies the durations and prices allowed for each accommodation booking.
Page defines.php
defines.php in defines.php
Page DurationValid.php
DurationValid.php in DurationValid.php
Page DbAdaptor.php
DbAdaptor.php in DbAdaptor.php
e
top
Page ErrorController.php
ErrorController.php in ErrorController.php
Method editAction
AdminController::editAction() in AdminController.php
Generic maintenance page - allows db data to be edited and saved.
Method endCurrRow
Method errorAction
ErrorController::errorAction() in ErrorController.php
errorAction() is the action that will be called by the "ErrorHandler"
Class ErrorController
ErrorController in ErrorController.php
Intercepts all exceptions. (Not yet implemented)
f
top
Variable $frontController
Method factory
My_DbAdaptor::factory() in DbAdaptor.php
Method formAction
BookingController::formAction() in BookingController.php
The "form" action displays the booking form,
Method formatForMaintenance
Manipulates data to hide key fields from the user display etc
Class forms_Availability
forms_Availability in Availability.php
Start of the online booking process.
Class forms_BookingForm
forms_BookingForm in BookingForm.php
Allows the user to enter their contact details
Class forms_ClientSeason
forms_ClientSeason in ClientSeason.php
Allows user to either add a new record or edit or delete an existing record.
Class forms_Confirm
forms_Confirm in Confirm.php
User commits to the booking here.
Class forms_ContactDetails
forms_ContactDetails in ContactDetails.php
Allows user to either add a new record or edit or delete an existing record.
Class forms_Details
forms_Details in Details.php
User begins to add more detail to the booking here (e.g. number of adults).
Class forms_DurationPrice
forms_DurationPrice in DurationPrice.php
Allows user to either add a new record or edit or delete an existing record.
Class forms_PropertyConditions
forms_PropertyConditions in PropertyConditions.php
Allows user to either add a new record or edit or delete an existing record.
Class forms_PropertyOffers
forms_PropertyOffers in PropertyOffers.php
Allows user to either add a new record or edit or delete an existing record.
Class forms_Receipt
forms_Receipt in Receipt.php
Printable confirmation of the booking
Class forms_User
forms_User in User.php
Allows user to either add a new record or edit or delete an existing record.
Class forms_UserBooking
forms_UserBooking in UserBooking.php
High level details of a single booking.
Class FormValidators_BookingUpdateAllowed
FormValidators_BookingUpdateAllowed in BookingUpdateAllowed.php
Check if the element using this validator is valid
Class FormValidators_DurationValid
FormValidators_DurationValid in DurationValid.php
Check if the element using this validator is valid
g
top
Page GoBackLink.php
GoBackLink.php in GoBackLink.php
Method galleryAction
IndexController::galleryAction() in IndexController.php
Arranges the images into an array ready for display.
Method get
Method get
Access the session to get a single post variable.
Method get
Get all bookings according to search criteria.
Method get
Session_Wrapper::get() in Session_Wrapper.php
Public method to retrieve a value stored in the session
Method getAll
ClientSeason::getAll() in ClientSeason.php
Method getAll
User::getAll() in User.php
Method getAll
Accommodation::getAll() in Accommodation.php
Method getAll
ContactDetails::getAll() in ContactDetails.php
Method getAll
ClientProperty::getAll() in ClientProperty.php
Method getAll
Client::getAll() in Client.php
Method getAllByClient
Accommodation::getAllByClient() in Accommodation.php
Method getAllWithDescriptions
Method getAllWithDescriptions
Method getAllWithDescriptions
Method getAllWithDescriptions
Retrieve all users for a client. Can be restricted to those on the mailing list.
Method getAllWithDescriptions
Method getChangeoverDays
Method getClientSeasonId
Method getDateRange
Calendar::getDateRange() in Calendar.php
Method getDurationDates
For a given start date, get the actual dates equating to the required duration.
Method getEditKeys
UserBooking::getEditKeys() in UserBooking.php
Method getEditKeys
DurationPrice::getEditKeys() in DurationPrice.php
Method getEditKeys
Method getEditKeys
ContactDetails::getEditKeys() in ContactDetails.php
Method getEditKeys
ClientSeason::getEditKeys() in ClientSeason.php
Method getForForm
ClientSeason::getForForm() in ClientSeason.php
Method getForForm
User::getForForm() in User.php
Select values suitable to display on a form.
Method getForForm
PropertyOffers::getForForm() in PropertyOffers.php
Method getForForm
DurationPrice::getForForm() in DurationPrice.php
Method getForForm
UserBooking::getForForm() in UserBooking.php
Method getForForm
PropertyConditions::getForForm() in PropertyConditions.php
Method getForForm
ContactDetails::getForForm() in ContactDetails.php
Method getHiddenFields
Method getHiddenFields
Method getHiddenFields
ContactDetails::getHiddenFields() in ContactDetails.php
Method getHiddenFields
Method getHiddenFields
Method getInstance
Session_Wrapper::getInstance() in Session_Wrapper.php
Implementation of the singleton design pattern
Method getMainProperty
Method getOptions
ClientPayment::getOptions() in ClientPayment.php
Method gobacklink
i
top
Variable $indicator
Page InsertEditDelete.php
InsertEditDelete.php in InsertEditDelete.php
Page IndexController.php
IndexController.php in IndexController.php
Page InstallController.php
InstallController.php in InstallController.php
Method indexAction
IndexController::indexAction() in IndexController.php
The default action for all controllers.
Method indexAction
InstallController::indexAction() in InstallController.php
The default action for all controllers.
Method indexAction
PropertiesController::indexAction() in PropertiesController.php
The "index" action display all properties.
Method indexAction
PortfolioController::indexAction() in PortfolioController.php
Sole action in this package.
Method indexAction
BookingController::indexAction() in BookingController.php
The "index" action handles the availability calendar form.
Method indexAction
AdminController::indexAction() in AdminController.php
Displays a calendar of bookings for the current month (login required).
Class IndexController
IndexController in IndexController.php
Handles the actions for the basic website.
Method init
PortfolioController::init() in PortfolioController.php
Method init
AdminController::init() in AdminController.php
Method init
Method init
InstallController::init() in InstallController.php
Method init
BookingController::init() in BookingController.php
Method init
IndexController::init() in IndexController.php
Method insertAction
AdminController::insertAction() in AdminController.php
Generic maintenance page - allows db data to be inserted.
Class InstallController
InstallController in InstallController.php
Handles the actions for installation of the online booking system.
Method isValid
Check if the element using this validator is valid
Method isValid
Check if the element using this validator is valid
Page index.php
index.php in index.php
l
top
Page Login.php
Login.php in Login.php
Page Legend.php
Legend.php in Legend.php
Page LinksToOtherProperties.php
LinksToOtherProperties.php in LinksToOtherProperties.php
Method legend
Method linksToOtherProperties
Constant LOGIN_NAME_DEMO_BandB
LOGIN_NAME_DEMO_BandB in defines.php
Constant LOGIN_NAME_DEMO_VILLA
LOGIN_NAME_DEMO_VILLA in defines.php
Constant LOGIN_NAME_ROOT
LOGIN_NAME_ROOT in defines.php
Constant LOGIN_NAME_UNKNOWN
LOGIN_NAME_UNKNOWN in defines.php
m
top
Page MoneyOwed.php
MoneyOwed.php in MoneyOwed.php
Page MonthPicker.php
MonthPicker.php in MonthPicker.php
Constant MASTER_COMPANY
MASTER_COMPANY in defines.php
Constant MISSING_NEXT_ID
MISSING_NEXT_ID in defines.php
Constant MISSING_VALUE
MISSING_VALUE in defines.php
Method moneyowedAction
AdminController::moneyowedAction() in AdminController.php
Retrieves and displays a list of all money owed.
Method monthPicker
Class My_DbAdaptor
My_DbAdaptor in DbAdaptor.php
Class My_FormElement_Readonly
My_FormElement_Readonly in Readonly.php
Sets an entire form to be readonly
n
top
Variable $namespace
Session_Wrapper::$namespace in Session_Wrapper.php
Function newHelper
newHelper() in Bootstrap.php
Function newObject
newObject() in Bootstrap.php
Class Constant NOT_MATCH
Class Constant NOT_MATCH
Constant NO_BOOKING_ID
NO_BOOKING_ID in defines.php
p
top
Page PostVariables.php
PostVariables.php in PostVariables.php
Page ProcessForm.php
ProcessForm.php in ProcessForm.php
Page PortfolioController.php
PortfolioController.php in PortfolioController.php
Page PropertiesController.php
PropertiesController.php in PropertiesController.php
Page PropertyConditions.php
PropertyConditions.php in PropertyConditions.php
Page PropertyOffers.php
PropertyOffers.php in PropertyOffers.php
Page PaymentMethod.php
PaymentMethod.php in PaymentMethod.php
Page Property.php
Property.php in Property.php
Page PropertyConditions.php
PropertyConditions.php in PropertyConditions.php
Page PropertyOffers.php
PropertyOffers.php in PropertyOffers.php
Page Portfolio.php
Portfolio.php in Portfolio.php
Page Prices.php
Prices.php in Prices.php
Page Properties.php
Properties.php in Properties.php
Class PaymentMethod
PaymentMethod in PaymentMethod.php
Lookup table : eg Credit/Debit Card, Cheque
Constant PERM_BARRED
PERM_BARRED in defines.php
Constant PERM_BASIC
PERM_BASIC in defines.php
Constant PERM_CLIENT
PERM_CLIENT in defines.php
Constant PERM_CLIENT_BASIC
PERM_CLIENT_BASIC in defines.php
Constant PERM_CLIENT_PREMIUM
PERM_CLIENT_PREMIUM in defines.php
Constant PERM_CLIENT_STANDARD
PERM_CLIENT_STANDARD in defines.php
Constant PERM_CUSTOMER
PERM_CUSTOMER in defines.php
Constant PERM_ROOT
PERM_ROOT in defines.php
Method portfolio
Class PortfolioController
PortfolioController in PortfolioController.php
Handles the actions for the display of all details for an individual item within the Portfolio.
Constant PORTFOLIO_DEFAULT
PORTFOLIO_DEFAULT in defines.php
Method postValidationActions
There may or may not be actions to perform once the form has been validated.
Method postValidationActions
All data has now been validated. Perhaps keys need to be constructed before the data is saved.
Method postValidationActions
All data has now been validated. Perhaps keys need to be constructed before the data is saved.
Method postValidationActions
All data has now been validated. Perhaps keys need to be constructed before the data is saved.
Method postValidationActions
If the entered details are valid, saves to the DB.
Method postValidationActions
All data has now been validated. Perhaps keys need to be constructed before the data is saved.
Method postValidationActions
Now check that the length of booking is allowed
Method postValidationActions
All data has now been validated. Perhaps keys need to be constructed before the data is saved.
Method postValidationActions
Method postValidationActions
If the details are valid, update the booking's date status
Method postValidationActions
All data has now been validated. Perhaps keys need to be constructed before the data is saved.
Method postValidationActions
If the details are valid, save to the DB.
Method prepare
Bootstrap::prepare() in Bootstrap.php
Setup the front controller and view parts of the MVC pattern
Method prettify
BaseForm::prettify() in BaseForm.php
Process all form elements, formatting the labels for required fields.
Method prices
Method pricesAction
IndexController::pricesAction() in IndexController.php
Retrieves and displays all prices for each property
Method pricesAction
AdminController::pricesAction() in AdminController.php
Retrieves and displays prices and provides access to their maintenance.
Method properties
Class PropertiesController
PropertiesController in PropertiesController.php
Handles the display of property details. (Not yet implemented)
Class Property
Property in Property.php
Holds each property and a description.
Method propertyAction
PropertiesController::propertyAction() in PropertiesController.php
Display the details for an individual property.
Class PropertyConditions
PropertyConditions in PropertyConditions.php
For a property, holds booking conditions set up by client.
Class PropertyOffers
PropertyOffers in PropertyOffers.php
For a property, holds special offers set up by client.
Constant PYT_CARD
PYT_CARD in defines.php
Constant PYT_CHEQUE
PYT_CHEQUE in defines.php
Constant PYT_PHONE
PYT_PHONE in defines.php
q
top
Method query
My_DbAdaptor::query() in DbAdaptor.php
Wrapper function for query function to allow for nicer debugging
r
top
Page Receipt.php
Receipt.php in Receipt.php
Page Readonly.php
Readonly.php in Readonly.php
Method receiptAction
BookingController::receiptAction() in BookingController.php
The "receipt" action is the final screen of the booking process.
Method reportInfo
Function reportInfo
reportInfo() in Bootstrap.php
Constant ROOT_EMAIL
ROOT_EMAIL in defines.php
Constant RQD_INDICATOR
RQD_INDICATOR in defines.php
Method run
Bootstrap::run() in Bootstrap.php
Call each necessary function to set up the environment
s
top
Page Season.php
Season.php in Season.php
Page SkillSet.php
SkillSet.php in SkillSet.php
Page Session_Wrapper.php
Session_Wrapper.php in Session_Wrapper.php
Class Season
Season in Season.php
Lookup table : eg Low, Peak, Christmas
Method seasonsAction
AdminController::seasonsAction() in AdminController.php
Retrieves and displays seasons and provides access to their maintenance.
Constant SEASON_DEFAULT
SEASON_DEFAULT in defines.php
Method selectAccommBookingsByDate
Method sendResponse
Bootstrap::sendResponse() in Bootstrap.php
Setup the page content type and send the HTTP response
Class Session_Wrapper
Session_Wrapper in Session_Wrapper.php
Singleton class.
Method set
Add variables to the session array storing post variables.
Method set
Session_Wrapper::set() in Session_Wrapper.php
Public function to save a value to the session
Method setDefaultDecorators
Method setReadOnly
BaseForm::setReadOnly() in BaseForm.php
Process all form elements, disabling the 'read-only' fields.
Method setupEnvironment
Setup configuration details for the database access and registry
Method setupFrontController
Setup the front controller
Method setupView
Bootstrap::setupView() in Bootstrap.php
Setup the view
Method showAll
Session_Wrapper::showAll() in Session_Wrapper.php
Useful for debugging.
Method showclientsAction
Retrieves and displays client details and provides access to their maintenance.
Method showmailinglistAction
Retrieves and displays the mailing list and allows maintenance of it.
Method sitemapAction
IndexController::sitemapAction() in IndexController.php
Display the sitemap
Method skillSet
Method sortData
Sorts data according to the chosen 'order by' value.
Method specialoffersAction
Retrieves and displays special offers and provides access to their maintenance.
Constant STATUS_BOOKING_ADMIN
STATUS_BOOKING_ADMIN in defines.php
Constant STATUS_BOOKING_CANCELLED
Constant STATUS_BOOKING_DEFAULT
STATUS_BOOKING_DEFAULT in defines.php
Constant STATUS_BOOKING_HELD
STATUS_BOOKING_HELD in defines.php
Constant STATUS_DATE_AVAILABLE
STATUS_DATE_AVAILABLE in defines.php
Constant STATUS_DATE_BOOKED
STATUS_DATE_BOOKED in defines.php
Constant STATUS_DATE_DEFAULT
STATUS_DATE_DEFAULT in defines.php
Constant STATUS_DATE_PROVISIONAL
t
top
Page TableDisplay.php
TableDisplay.php in TableDisplay.php
Method tabledisplay
Column headers and individual table rows are formatted for display
Function tempMaster
tempMaster() in Bootstrap.php
Temporary functions to be removed once testing is complete.
Constant TRUE_OR_FALSE
TRUE_OR_FALSE in defines.php
u
top
Page User.php
User.php in User.php
Page UserBooking.php
UserBooking.php in UserBooking.php
Page User.php
User.php in User.php
Page UserBooking.php
UserBooking.php in UserBooking.php
Page UserBookingDetails.php
UserBookingDetails.php in UserBookingDetails.php
Page UpdateBookingStatus.php
UpdateBookingStatus.php in UpdateBookingStatus.php
Method updateBookingStatus
Class User
User in User.php
Holds details of ALL users, whether root or ordinary customer.
Class UserBooking
UserBooking in UserBooking.php
Holds all bookings.
Class UserBookingDetails
UserBookingDetails in UserBookingDetails.php
Holds details of things user has specified. (eg no of Adults, Pets etc )
Constant USER_DEMO_BandB
USER_DEMO_BandB in defines.php
Constant USER_DEMO_VILLA
USER_DEMO_VILLA in defines.php
Constant USER_GENERIC
USER_GENERIC in defines.php
Constant USER_ROOT
USER_ROOT in defines.php
Constant USER_UNKNOWN
USER_UNKNOWN in defines.php
v
top
Method validateDuration
y
top
Method yourdetailsAction
Retrieves and displays user details and provides access to maintenance.
z
top
Class Zend_Controller_Action_Helper_Accommodation
Helper for accessing the accommodation model and returning various data views
Class Zend_Controller_Action_Helper_Booking
Helper for accessing the booking model and returning various data views.
Class Zend_Controller_Action_Helper_CalculateCost
Helper which calculates the cost of an individual booking.
Class Zend_Controller_Action_Helper_Calendar
Formats the calendar details into an array with column headers
Class Zend_Controller_Action_Helper_CalendarDates
Selects all dates from the calendar 1 month either side of a given date.
Class Zend_Controller_Action_Helper_ClientDetails
Gathers all relevant information for a client and stores them in the session.
Class Zend_Controller_Action_Helper_ClientSeason
Helper for accessing the client season model and returning various data views
Class Zend_Controller_Action_Helper_Debug
Formats input text and displays as a debug statement.
Class Zend_Controller_Action_Helper_InsertEditDelete
Handles DB actions resulting from a form submit.
Class Zend_Controller_Action_Helper_Login
Checks if a user is logged in. If not, the login screen is displayed. (Not yet implemented).
Class Zend_Controller_Action_Helper_MoneyOwed
Calculates the balance outstanding on agiven booking.
Class Zend_Controller_Action_Helper_PostVariables
Processing connected with post variables
Class Zend_Controller_Action_Helper_ProcessForm
Handles common processing to display/validate a form
Class Zend_View_Helper_Booking
Formats all booking details for display
Class Zend_View_Helper_Breadcrumbs
Zend_View_Helper_Breadcrumbs in Breadcrumbs.php
Formats the breadcrumb trail.
Class Zend_View_Helper_ChangeoverDays
Zend_View_Helper_ChangeoverDays in ChangeoverDays.php
Display the allowed changeover (checkin) days for a property.
Class Zend_View_Helper_ClientId
Extracts the client_id from the session
Class Zend_View_Helper_CreateRecordButton
Zend_View_Helper_CreateRecordButton in CreateRecordButton.php
Used to display a link to a 'Create Record' page
Class Zend_View_Helper_GoBackLink
Zend_View_Helper_GoBackLink in GoBackLink.php
Used to display a link allowing the user to go back one page
Class Zend_View_Helper_Legend
Legend for the colour-coded days in the calendar.
Class Zend_View_Helper_LinksToOtherProperties
Zend_View_Helper_LinksToOtherProperties in LinksToOtherProperties.php
Display links to any other properties owned by this client
Class Zend_View_Helper_MonthPicker
Zend_View_Helper_MonthPicker in MonthPicker.php
Display the month/year picker
Class Zend_View_Helper_Portfolio
Formats the list of details for a given portfolio item ready for display
Class Zend_View_Helper_Prices
Display prices for all seasons for the requested accomodations
Class Zend_View_Helper_Properties
Zend_View_Helper_Properties in Properties.php
Format all requested properties for display.
Class Zend_View_Helper_SkillSet
The skills used to display the current view are listed here.
Class Zend_View_Helper_TableDisplay
Zend_View_Helper_TableDisplay in TableDisplay.php
Used to display data in a table. The row colours may alternate.
Class Zend_View_Helper_UpdateBookingStatus
Zend_View_Helper_UpdateBookingStatus in UpdateBookingStatus.php
Updates the status_id for both the booking and the calendar date
_
top
Variable $_accommId
Variable $_dependentTables
Variable $_dependentTables
Variable $_dependentTables
ClientProperty::$_dependentTables in ClientProperty.php
Variable $_helper
Variable $_instance
Session_Wrapper::$_instance in Session_Wrapper.php
Variable $_messageTemplates
Variable $_messageTemplates
Variable $_primary
AccommDetails::$_primary in AccommDetails.php
Variable $_primary
ClientProperty::$_primary in ClientProperty.php
Variable $_primary
ClientSeason::$_primary in ClientSeason.php
Variable $_primary
ContactDetails::$_primary in ContactDetails.php
Variable $_primary
DurationPrice::$_primary in DurationPrice.php
Variable $_primary
PaymentMethod::$_primary in PaymentMethod.php
Variable $_primary
UserBooking::$_primary in UserBooking.php
Variable $_primary
UserBookingDetails::$_primary in UserBookingDetails.php
Variable $_primary
User::$_primary in User.php
Variable $_primary
Season::$_primary in Season.php
Variable $_primary
PropertyConditions::$_primary in PropertyConditions.php
Variable $_primary
PropertyOffers::$_primary in PropertyOffers.php
Variable $_primary
Property::$_primary in Property.php
Variable $_primary
DateStatus::$_primary in DateStatus.php
Variable $_primary
Calendar::$_primary in Calendar.php
Variable $_primary
Client::$_primary in Client.php
Variable $_primary
BookingStatus::$_primary in BookingStatus.php
Variable $_primary
ClientDeposit::$_primary in ClientDeposit.php
Variable $_primary
Accommodation::$_primary in Accommodation.php
Variable $_primary
ClientPayment::$_primary in ClientPayment.php
Variable $_primary
BookableDetails::$_primary in BookableDetails.php
Variable $_referenceMap
Accommodation::$_referenceMap in Accommodation.php
Variable $_referenceMap
Property::$_referenceMap in Property.php
Variable $_startDate
The fields used for validation
Method __construct
PropertyOffers::__construct() in PropertyOffers.php
Method __construct
BaseForm::__construct() in BaseForm.php
Method __construct
forms_PropertyConditions::__construct() in PropertyConditions.php
Method __construct
Method __construct
PropertyConditions::__construct() in PropertyConditions.php
Method __construct
Accommodation::__construct() in Accommodation.php
Method __construct
UserBooking::__construct() in UserBooking.php
Method __construct
Method __construct
AccommDetails::__construct() in AccommDetails.php
Method __construct
UserBookingDetails::__construct() in UserBookingDetails.php
Method __construct
Method __construct
Method __construct
Method __construct
Season::__construct() in Season.php
Method __construct
Property::__construct() in Property.php
Method __construct
Method __construct
PaymentMethod::__construct() in PaymentMethod.php
Method __construct
Method __construct
Client::__construct() in Client.php
Method __construct
ContactDetails::__construct() in ContactDetails.php
Method __construct
Method __construct
ClientSeason::__construct() in ClientSeason.php
Method __construct
ClientDeposit::__construct() in ClientDeposit.php
Method __construct
ClientProperty::__construct() in ClientProperty.php
Method __construct
Method __construct
Method __construct
Method __construct
Method __construct
ClientPayment::__construct() in ClientPayment.php
Method __construct
BookedDates::__construct() in BookedDates.php
Method __construct
Constructor of this validator
Method __construct
BookingStatus::__construct() in BookingStatus.php
Method __construct
Calendar::__construct() in Calendar.php
Method __construct
DurationPrice::__construct() in DurationPrice.php
Method __construct
BookableDetails::__construct() in BookableDetails.php
a b c d e f g i l m n p q r s t u v y z _