|
|
|
File: c:/web/jpeto2/jpeto/jpeto_admin.php
JPETo - James's Publishing & Editing Tool - jpeto_system
jpeto_admin
jpeto_core | +-- jpeto_admin
This class provides some basic admin functionality
|
private class jpeto_admin extends jpeto_core
This class provides some basic admin functionality
|
| |
|
|
|
|
|
|
|
Fields inherited from jpeto_core |
| $j_language, $j_version, $j_jpetotype, $o_jpetotype, $adminmode, $islast, $isfirst, $recordset, $pointer, $subtype, $j_parentobject |
|
Private Field Summary |
| string |
$OnlineStartDate from which on the object is online |
| string |
$OnlineEndDate from which on the object is offline |
| string |
$YearSelected year of current calendar |
| string |
$MonthSelected month of current calendar |
| string |
$DaySelected day of current calendar |
| string |
$CYearcurrent year |
| string |
$CMonthcurrent month |
| string |
$CDaycurrent day |
|
|
|
|
|
Public Method Details |
jpeto_admin |
|
public void jpeto_admin( [ string $Language, string $Version ] )
|
| |
constructor for jpeto_admin
|
| Parameter |
|
| string |
$Language |
= >>"DE"<< |
|
the Language of the current object |
|
|
| string |
$Version |
= >>"O"<< |
|
the Version of the current object |
|
| Returns |
void |
|
|
Private Method Details |
getOnlineStarts |
|
private array getOnlineStarts( )
|
| |
gets all the OnlineStart Dates as Array
|
| Returns |
array $tmpArray |
|
get_next_OnlineStart |
|
private boolean get_next_OnlineStart( )
|
| |
gets all the OnlineStart Dates
|
| Returns |
boolean $recordExists |
|
getOnlineEnds |
|
private array getOnlineEnds( )
|
| |
gets all the OnlineStart Dates as Array
|
| Returns |
array $tmpArray |
|
get_next_OnlineEnd |
|
private boolean get_next_OnlineEnd( )
|
| |
gets all the OnlineEnd Dates
|
| Returns |
boolean $recordExists |
|
|
Private Field Details |
$OnlineStart |
|
private string $OnlineStart
>>""<<
Date from which on the object is online
|
|
$OnlineEnd |
|
private string $OnlineEnd
>>""<<
Date from which on the object is offline
|
|
$Year |
|
private string $Year
>>""<<
Selected year of current calendar
|
|
$Month |
|
private string $Month
>>""<<
Selected month of current calendar
|
|
$Day |
|
private string $Day
>>""<<
Selected day of current calendar
|
|
$CYear |
|
private string $CYear
>>""<<
current year
|
|
$CMonth |
|
private string $CMonth
>>""<<
current month
|
|
$CDay |
|
private string $CDay
>>""<<
current day
|
|
|
|
|
|
|
|
| PHPDoc 1.0beta |