Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: c:/web/jpeto2/jpeto/jpeto_core.php
JPETo - James's Publishing & Edition Tool - jpeto_system

jpeto_core

jpeto_core

This class provides basic jpeto functionality

 

private class jpeto_core

This class provides basic jpeto functionality

 
Direct known subclasses: jpeto_object, jpeto_admin, jpeto_cache_manager, jpeto_mapper

Public Method Summary

void

jpeto_core([ string $Language, string $Version ])

constructor for jpeto_core

Private Method Summary

String

getKey()

returns the primary key of the current object
Integer

getUniqueIDFromKey(String $key)

returns the UniqueID of the given key
String

getLanguageFromKey(String $key)

returns the UniqueID of the given key
String

getVersionFromKey(String $key)

returns the Version of the given key
string

conv(string $String)

converts quotes to html quotes
string

translate(string $String)

translates html special charakters
string

reconv(string $String)

converts html quotes to quotes

Private Field Summary

string

$j_Language

language of current element (2 character language code, default "DE")
string

$j_Version

Version
integer

$j_JpetoType

Type of current element
integer

$o_JpetoType

Original Type of current element
integer

$AdminMode

Flag for AdminMode
boolean

$isLast

Flag for last item in list
boolean

$isFirst

Flag for first item in list
array

$Recordset

object-list storage
integer

$Pointer

pointer in $Recordset
array

$SubType

Configuration: allowed SubTypes
string

$j_ParentObject

Parent Object object not string, but PHPDoc seems to have problems with objects... ;-)

Included files Summary, Type: include_once

jpeto/jpeto_config.php Warning: documentation is missing.
jpeto/jpeto_util.php Warning: documentation is missing.
jpeto/jpeto_cache_manager.php Warning: documentation is missing.

Public Method Details

jpeto_core

public void jpeto_core( [ string $Language, string $Version ] )

  constructor for jpeto_core

Parameter
string $Language = >>"DE"<<
the Languagecode of the current object
string $Version = >>"O"<<
the Version of the current object
Returns void


Private Method Details

getKey

private String getKey( )

  returns the primary key of the current object

Returns String $key


getUniqueIDFromKey

private Integer getUniqueIDFromKey( String $key )

  returns the UniqueID of the given key

Parameter
String $key
Returns Integer $UniqueID


getLanguageFromKey

private String getLanguageFromKey( String $key )

  returns the UniqueID of the given key

Parameter
String $key
Returns String $Language


getVersionFromKey

private String getVersionFromKey( String $key )

  returns the Version of the given key

Parameter
String $key
Returns String $Version


conv

private string conv( string $String )

  converts quotes to html quotes

Parameter
string $String
Returns string $String


translate

private string translate( string $String )

  translates html special charakters

Parameter
string $String
Returns string $String


reconv

private string reconv( string $String )

  converts html quotes to quotes

Parameter
string $String
Returns string $String


Private Field Details

$j_Language

private string $j_Language

>>"DE"<<

language of current element (2 character language code, default "DE")


$j_Version

private string $j_Version

>>"O"<<

Version


$j_JpetoType

private integer $j_JpetoType

>><<

Type of current element


$o_JpetoType

private integer $o_JpetoType

>><<

Original Type of current element


$AdminMode

private integer $AdminMode

>><<

Flag for AdminMode


$isLast

private boolean $isLast

>>false<<

Flag for last item in list


$isFirst

private boolean $isFirst

>>false<<

Flag for first item in list


$Recordset

private array $Recordset

>>array()<<

object-list storage


$Pointer

private integer $Pointer

>><<

pointer in $Recordset


$SubType

private array $SubType

>>array()<<

Configuration: allowed SubTypes


$j_ParentObject

private string $j_ParentObject

>>"undefined"<<

Parent Object object not string, but PHPDoc seems to have problems with objects... ;-)


Included Files, Type: include_once

jpeto/jpeto_config.php

include_once( jpeto/jpeto_config.php )



jpeto/jpeto_util.php

include_once( jpeto/jpeto_util.php )



jpeto/jpeto_cache_manager.php

include_once( jpeto/jpeto_cache_manager.php )




Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta