BUILD_DIR
BUILD_DIR
AbstractBasePage | |
ArrayWrap | |
AutoloadPlug | To be as flexible as possible, our autoload uses a dynamically set callback to determine wher a class is defined. |
BufferWrap | This wrapper |
ClassLoader | This thing can be plugged into the AutoloadPlug, by AutoloadPlug::setCallback(array(new ClassLoader, 'autoload')); |
CVolMenu | |
DIContainer | |
EntityException | defines an exception class for entities so, any EntityExceptions caught anywhere will come from one place only - guess where |
EnvironmentExplorer | |
ExceptionLogger | |
FlaglistModel | |
Formkit | |
ForumNotificationMailbot | the mailbot that sends messages for forum/group posts |
FullPagePager | |
HalfPagePager | |
Html2Text | Converts HTML to formatted plain text |
InjectionWrap | TODO: this is not really a "RoxComponent", but. |
ItemlistWidget | |
ItemlistWithPagination | |
Layoutkit | |
LookedUpWord | This class stores all the information from looking up a word keycode in the database. |
Mailbot | Mailbot base class |
MassMailbot | the mailbot that sends messages for newsletters, etc. |
MemberToMemberMailbot | the mailbot that sends private messages between members |
MethodWrap | |
MethodWrap_array | |
MOD_bw_memcache | |
MOD_bw_user_Auth | Authentication lib |
MOD_crypt | Build an array with the last visits on the member IdMember assumed it is the currently logged member if no IdMember is provided |
MOD_dnsblock | Collection of methods to check ips against DNS Block Lists |
MOD_enc | All encryption / decryption should get routed here. |
MOD_encdb | All r/w operations on potentially encrypted fields in database should get initiated here. |
MOD_flag | |
MOD_geo | Collection of methods related to geographical data. |
MOD_geonames | Collection of methods related to geographical data. |
MOD_htmlpure | Collection of functions that create elements for a page. |
MOD_i18n | |
MOD_images_Image | |
MOD_layoutbits | Collection of functions that create elements for a page. |
MOD_log | Writes and reads from the logs table. |
MOD_mail | MOD_mails lets you create & send mails using our default template |
MOD_mail_Multipart | |
MOD_member | Get information about a specific member. |
MOD_news | Prepare the news content for main page |
MOD_online | |
MOD_params | Collection of functions that create elements for a page. |
MOD_right | |
MOD_right_flag | |
MOD_sphinx | Module to encapsulate the Sphinx search engine API |
MOD_trips | Build an array with the last visits on the member IdMember assumed it is the currently logged member if no IdMember is provided |
MOD_user | |
MOD_user_Auth | Authentication lib |
MOD_visits | Build an array with the last visits on the member IdMember assumed it is the currently logged member if no IdMember is provided |
MOD_words | Enables us to use content from words table of BW from within the platform PT structure. |
ObjectWithInjection | |
OldWordsAdapter | |
PagerWidget | |
PageWithActiveSkin | |
PageWithHTML | |
PageWithHTMLpart | |
PageWithParameterizedRoxLayout | |
PageWithRoxLayout | |
PHPGlobals | Encapsulates PHP globals such as _REQUEST and _POST |
PHPGlobals_DroxMock | Encapsulates PHP globals such as _REQUEST and _POST |
PrefixWrap | |
ReadAndAddObject | |
ReadOnlyObject | |
ReadWriteObject | |
RequestRouter | |
RoxAppView | |
RoxComponentBase | |
RoxControllerBase | |
RoxEntityBase | Unlike an application model, an "entity" does actually represent a realworld (or imaginary) object! |
RoxEntityFactory | This factory is used to create entity objects like Group or Member All MVC-model derived classes are born with an instance of it |
RoxFrontRouter | |
RoxFrontRouterModel | Acts as the base for all MVC-models and entities implements various database calls and makes sure the model and entities will always have a dao object (accessed using $this->dao) |
RoxGenericPage | this class allows to have a local page object, and replaces the global PVars::getObj('page'). |
RoxGenericPage | this class allows to have a local page object, and replaces the global PVars::getObj('page'). |
RoxGenericPage_OLD | |
RoxGenericPage_OLD | |
RoxLauncher | methods in here get called by other methods in PTLauncher. |
RoxLoader | |
RoxLocalSettingsImporter | This class can import local settings from the old "inc/config.inc.php", and create a fresh new "rox_local.ini". |
RoxModelBase | Acts as the base for all MVC-models and entities implements various database calls and makes sure the model and entities will always have a dao object (accessed using $this->dao) |
RoxPageView | alias for the PageWithRoxLayout |
RoxPostHandler | The PPostHandler sucks, so we make a new one. |
RoxTemplate | |
RoxWidget | |
SafeHTML | SafeHTML Parser |
SessionMemory | |
trad | It needs the memcache extension to be activated in PHP and the $param->memcache entry to be set to true |
TranslationModule | |
TranslationWrap | |
ViewWrap | This is an alias, for backwards compatibility |
VisualComponent | |
VolunteerbarModel | |
WordPrintStrategy_notranslate | |
WordPrintStrategy_translate | |
WordPrintStrategy_translateClickFullText | |
WordsGateway |
bw_sendmail( $to, $_mail_subject, $text, $textinhtml, $extra_headers, $_FromParam, $IdLanguage, $PreferenceHtmlEmail, $LogInfo, $replyto, $ParamGreetings)
$to | ||
$_mail_subject | ||
$text | ||
$textinhtml | ||
$extra_headers | ||
$_FromParam | ||
$IdLanguage | ||
$PreferenceHtmlEmail | ||
$LogInfo | ||
$replyto | ||
$ParamGreetings |
IsLoggedIn( $ExtraAllowedStatus) : boolean
check if the user is a logged in member @$ExtraAllowedStatus allows for a list, comma separated of extra status which can be allowed for members in addition to the basic Active and ActiveHidden members.Status this means that in the default case : (IsLoggedIn()) will return true only if the member has a session with an IdMember and a Status like Active or ActiveHidden in the extended cases (IsLoggedIn("Pending")) will also return true if the member has a a status set to Pending, this allow to give specific access to other members than the one with Active or ActiveHiddend Status
$ExtraAllowedStatus |
json_encode(\unknown_type $a) : \unknown
This function is from http://de2.php.net/manual/en/function.json-encode.php#82904
It can replace the native json_encode function of php. It is only included if the native function is not found. (this can happen if we run an older php version)
\unknown_type | $a |