adding zend project folders into old campcaster.
This commit is contained in:
parent
56abfaf28e
commit
7ef0c18b26
4045 changed files with 1054952 additions and 0 deletions
28
library/pear/Calendar/tests/calendar_include.php
Normal file
28
library/pear/Calendar/tests/calendar_include.php
Normal file
|
@ -0,0 +1,28 @@
|
|||
<?php
|
||||
// $Id: calendar_include.php 166503 2004-08-16 12:56:10Z hfuecks $
|
||||
if ( !@include 'Calendar/Calendar.php' ) {
|
||||
@define('CALENDAR_ROOT','../');
|
||||
}
|
||||
require_once(CALENDAR_ROOT . 'Year.php');
|
||||
require_once(CALENDAR_ROOT . 'Month.php');
|
||||
require_once(CALENDAR_ROOT . 'Day.php');
|
||||
require_once(CALENDAR_ROOT . 'Week.php');
|
||||
require_once(CALENDAR_ROOT . 'Hour.php');
|
||||
require_once(CALENDAR_ROOT . 'Minute.php');
|
||||
require_once(CALENDAR_ROOT . 'Second.php');
|
||||
require_once(CALENDAR_ROOT . 'Month.php');
|
||||
require_once(CALENDAR_ROOT . 'Decorator.php');
|
||||
require_once(CALENDAR_ROOT . 'Month/Weekdays.php');
|
||||
require_once(CALENDAR_ROOT . 'Month/Weeks.php');
|
||||
require_once(CALENDAR_ROOT . 'Validator.php');
|
||||
require_once(CALENDAR_ROOT . 'Engine/Interface.php');
|
||||
require_once(CALENDAR_ROOT . 'Engine/UnixTs.php');
|
||||
require_once(CALENDAR_ROOT . 'Engine/PearDate.php');
|
||||
require_once(CALENDAR_ROOT . 'Table/Helper.php');
|
||||
require_once(CALENDAR_ROOT . 'Decorator/Textual.php');
|
||||
require_once(CALENDAR_ROOT . 'Decorator/Uri.php');
|
||||
require_once(CALENDAR_ROOT . 'Decorator/Weekday.php');
|
||||
require_once(CALENDAR_ROOT . 'Decorator/Wrapper.php');
|
||||
require_once(CALENDAR_ROOT . 'Util/Uri.php');
|
||||
require_once(CALENDAR_ROOT . 'Util/Textual.php');
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue