[phpshop commit] r42 - trunk/phpshop1/WEB-INF/modules/ticket/lib

1 view
Skip to first unread message

codesite...@google.com

unread,
Oct 16, 2008, 4:50:45 AM10/16/08
to phpsh...@googlegroups.com
Author: ulisoft
Date: Thu Oct 16 01:16:39 2008
New Revision: 42

Added:
trunk/phpshop1/WEB-INF/modules/ticket/lib/
trunk/phpshop1/WEB-INF/modules/ticket/lib/ps_include.inc

Log:
see http://code.google.com/p/phpshop/wiki/phpShop1_update -
Updating phpShop 0.81 - adding the ticket module -

Added: trunk/phpshop1/WEB-INF/modules/ticket/lib/ps_include.inc
==============================================================================
--- (empty file)
+++ trunk/phpshop1/WEB-INF/modules/ticket/lib/ps_include.inc Thu Oct 16
01:16:39 2008
@@ -0,0 +1,19 @@
+<?php
+/*
+ *
+ * Copyright (c) uli (u...@ulisoft.com) All rights reserved.
+ * Distributed under the phpShop Public License (pSPL) Version 1.0.
+ *
+ *
+ */
+
+
+// Load classes
+require_once("ticket/lib/ps_ticket.inc");
+require_once("ticket/lib/ps_ticket_status.inc");
+
+// Instantiate Classes
+$ps_ticket = new ps_ticket;
+$ps_ticket_status = new ps_ticket_status;
+
+?>

Reply all
Reply to author
Forward
0 new messages