initial work on mysql view

This commit is contained in:
2016-05-27 09:15:04 +10:00
parent df87648071
commit 48f5b4aa0b
2 changed files with 90 additions and 0 deletions

View File

@@ -225,6 +225,16 @@ function booking_menu() {
'type' => MENU_CALLBACK,
);
$items['admin/booking/createview'] = array(
'title' => 'Booking Test mysql view creation',
'description' => 'Booking Test mysql view creation',
'page callback' => '_booking_node_create_mysqlview',
//'access arguments' => array('edit bookings'),
//always allow access to this page - security risk!
'access callback' => TRUE,
'type' => MENU_CALLBACK,
);
//pages for attendees to fill out information
$items['booking'] = array(
'title' => $bookingTitle . ' Booking Form',