Documentation TYPO3 par Ameos |
Public Member Functions | |
tslib_pibase () | |
pi_setPiVarDefaults () | |
pi_getPageLink ($id, $target='', $urlParameters=array()) | |
pi_linkToPage ($str, $id, $target='', $urlParameters=array()) | |
pi_linkTP ($str, $urlParameters=array(), $cache=0, $altPageId=0) | |
pi_linkTP_keepPIvars ($str, $overrulePIvars=array(), $cache=0, $clearAnyway=0, $altPageId=0) | |
pi_linkTP_keepPIvars_url ($overrulePIvars=array(), $cache=0, $clearAnyway=0, $altPageId=0) | |
pi_list_linkSingle ($str, $uid, $cache=FALSE, $mergeArr=array(), $urlOnly=FALSE, $altPageId=0) | |
pi_openAtagHrefInJSwindow ($str, $winName='', $winParams='width=670, height=500, status=0, menubar=0, scrollbars=1, resizable=1') | |
pi_list_browseresults ($showResultCount=1, $tableParams='', $wrapArr=array(), $pointerName='pointer', $hscText=TRUE) | |
pi_list_searchBox ($tableParams='') | |
pi_list_modeSelector ($items=array(), $tableParams='') | |
pi_list_makelist ($res, $tableParams='') | |
pi_list_row ($c) | |
pi_list_header () | |
pi_getClassName ($class) | |
pi_classParam ($class, $addClasses='') | |
pi_wrapInBaseClass ($str) | |
pi_getEditPanel ($row='', $tablename='', $label='', $conf=Array()) | |
pi_getEditIcon ($content, $fields, $title='', $row='', $tablename='', $oConf=array()) | |
pi_getLL ($key, $alt='', $hsc=FALSE) | |
pi_loadLL () | |
pi_list_query ($table, $count=0, $addWhere='', $mm_cat='', $groupBy='', $orderBy='', $query='', $returnQueryArray=FALSE) | |
pi_exec_query ($table, $count=0, $addWhere='', $mm_cat='', $groupBy='', $orderBy='', $query='') | |
pi_getRecord ($table, $uid, $checkPage=0) | |
pi_getPidList ($pid_list, $recursive=0) | |
pi_prependFieldsWithTable ($table, $fieldList) | |
pi_getCategoryTableContents ($table, $pid, $whereClause='', $groupBy='', $orderBy='', $limit='') | |
pi_isOnlyFields ($fList, $lowerThan=-1) | |
pi_autoCache ($inArray) | |
pi_RTEcssText ($str) | |
pi_initPIflexForm ($field='pi_flexform') | |
pi_getFFvalue ($T3FlexForm_array, $fieldName, $sheet='sDEF', $lang='lDEF', $value='vDEF') | |
pi_getFFvalueFromSheetArray ($sheetArray, $fieldNameArr, $value) | |
Public Attributes | |
$cObj | |
$prefixId | |
$scriptRelPath | |
$extKey | |
$piVars | |
$internal | |
$LOCAL_LANG = Array() | |
$LOCAL_LANG_charset = Array() | |
$LOCAL_LANG_loaded = 0 | |
$LLkey = 'default' | |
$altLLkey = '' | |
$LLtestPrefix = '' | |
$LLtestPrefixAlt = '' | |
$pi_isOnlyFields = 'mode,pointer' | |
$pi_alwaysPrev = 0 | |
$pi_lowerThan = 5 | |
$pi_moreParams = '' | |
$pi_listFields = '*' | |
$pi_autoCacheFields = array() | |
$pi_autoCacheEn = 0 | |
$pi_USER_INT_obj = FALSE | |
$pi_checkCHash = FALSE | |
$conf = Array() | |
$pi_EPtemp_cObj | |
$pi_tmpPageId = 0 |
Definition at line 121 of file class.tslib_pibase.php.
tslib_pibase::tslib_pibase | ( | ) |
Class Constructor (true constructor) Initializes $this->piVars if $this->prefixId is set to any value Will also set $this->LLkey based on the config.language setting.
Definition at line 203 of file class.tslib_pibase.php.
References t3lib_div::GParrayMerged().
Referenced by tx_rtehtmlarea_pi1::main().
tslib_pibase::pi_setPiVarDefaults | ( | ) |
If internal TypoScript property "_DEFAULT_PI_VARS." is set then it will merge the current $this->piVars array onto these default values.
Definition at line 229 of file class.tslib_pibase.php.
References t3lib_div::array_merge_recursive_overrule().
Referenced by tx_rtehtmlarea_pi1::main(), and tx_indexedsearch::main().
tslib_pibase::pi_getPageLink | ( | $ | id, | |
$ | target = '' , |
|||
$ | urlParameters = array() | |||
) |
Get URL to some page. Returns the URL to page $id with $target and an array of additional url-parameters, $urlParameters Simple example: $this->pi_getPageLink(123) to get the URL for page-id 123.
The function basically calls $this->cObj->getTypoLink_URL()
integer | Page id | |
string | Target value to use. Affects the &type-value of the URL, defaults to current. | |
array | Additional URL parameters to set (key/value pairs) |
Definition at line 266 of file class.tslib_pibase.php.
Referenced by tx_indexedsearch::makeSearchForm().
tslib_pibase::pi_linkToPage | ( | $ | str, | |
$ | id, | |||
$ | target = '' , |
|||
$ | urlParameters = array() | |||
) |
Link a string to some page. Like pi_getPageLink() but takes a string as first parameter which will in turn be wrapped with the URL including target attribute Simple example: $this->pi_linkToPage('My link', 123) to get something like My link (or My link if simulateStaticDocuments is set)
string | The content string to wrap in tags | |
integer | Page id | |
string | Target value to use. Affects the &type-value of the URL, defaults to current. | |
array | Additional URL parameters to set (key/value pairs) |
Definition at line 282 of file class.tslib_pibase.php.
Referenced by tx_indexedsearch::linkPage().
tslib_pibase::pi_linkTP | ( | $ | str, | |
$ | urlParameters = array() , |
|||
$ | cache = 0 , |
|||
$ | altPageId = 0 | |||
) |
Link string to the current page. Returns the $str wrapped in -tags with a link to the CURRENT page, but with $urlParameters set as extra parameters for the page.
string | The content string to wrap in tags | |
array | Array with URL parameters as key/value pairs. They will be "imploded" and added to the list of parameters defined in the plugins TypoScript property "parent.addParams" plus $this->pi_moreParams. | |
boolean | If $cache is set (0/1), the page is asked to be cached by a &cHash value (unless the current plugin using this class is a USER_INT). Otherwise the no_cache-parameter will be a part of the link. | |
integer | Alternative page ID for the link. (By default this function links to the SAME page!) |
Definition at line 297 of file class.tslib_pibase.php.
References $conf.
Referenced by pi_linkTP_keepPIvars(), and pi_list_linkSingle().
tslib_pibase::pi_linkTP_keepPIvars | ( | $ | str, | |
$ | overrulePIvars = array() , |
|||
$ | cache = 0 , |
|||
$ | clearAnyway = 0 , |
|||
$ | altPageId = 0 | |||
) |
Link a string to the current page while keeping currently set values in piVars. Like pi_linkTP, but $urlParameters is by default set to $this->piVars with $overrulePIvars overlaid. This means any current entries from this->piVars are passed on (except the key "DATA" which will be unset before!) and entries in $overrulePIvars will OVERRULE the current in the link.
string | The content string to wrap in tags | |
array | Array of values to override in the current piVars. Contrary to pi_linkTP the keys in this array must correspond to the real piVars array and therefore NOT be prefixed with the $this->prefixId string. Further, if a value is a blank string it means the piVar key will not be a part of the link (unset) | |
boolean | If $cache is set, the page is asked to be cached by a &cHash value (unless the current plugin using this class is a USER_INT). Otherwise the no_cache-parameter will be a part of the link. | |
boolean | If set, then the current values of piVars will NOT be preserved anyways... Practical if you want an easy way to set piVars without having to worry about the prefix, "tx_xxxxx[]" | |
integer | Alternative page ID for the link. (By default this function links to the SAME page!) |
Definition at line 320 of file class.tslib_pibase.php.
References $piVars, t3lib_div::array_merge_recursive_overrule(), pi_autoCache(), and pi_linkTP().
Referenced by pi_linkTP_keepPIvars_url(), pi_list_browseresults(), pi_list_linkSingle(), and pi_list_modeSelector().
tslib_pibase::pi_linkTP_keepPIvars_url | ( | $ | overrulePIvars = array() , |
|
$ | cache = 0 , |
|||
$ | clearAnyway = 0 , |
|||
$ | altPageId = 0 | |||
) |
Get URL to the current page while keeping currently set values in piVars. Same as pi_linkTP_keepPIvars but returns only the URL from the link.
array | See pi_linkTP_keepPIvars | |
boolean | See pi_linkTP_keepPIvars | |
boolean | See pi_linkTP_keepPIvars | |
integer | See pi_linkTP_keepPIvars |
Definition at line 344 of file class.tslib_pibase.php.
References pi_linkTP_keepPIvars().
tslib_pibase::pi_list_linkSingle | ( | $ | str, | |
$ | uid, | |||
$ | cache = FALSE , |
|||
$ | mergeArr = array() , |
|||
$ | urlOnly = FALSE , |
|||
$ | altPageId = 0 | |||
) |
Wraps the $str in a link to a single display of the record (using piVars[showUid]) Uses pi_linkTP for the linking
string | The content string to wrap in tags | |
integer | UID of the record for which to display details (basically this will become the value of [showUid] | |
boolean | See pi_linkTP_keepPIvars | |
array | Array of values to override in the current piVars. Same as $overrulePIvars in pi_linkTP_keepPIvars | |
boolean | If true, only the URL is returned, not a full link | |
integer | Alternative page ID for the link. (By default this function links to the SAME page!) |
Definition at line 362 of file class.tslib_pibase.php.
References pi_linkTP(), and pi_linkTP_keepPIvars().
tslib_pibase::pi_openAtagHrefInJSwindow | ( | $ | str, | |
$ | winName = '' , |
|||
$ | winParams = 'width=670 , |
|||
height | = 500 , |
|||
status | = 0 , |
|||
menubar | = 0 , |
|||
scrollbars | = 1 , |
|||
resizable | = 1' | |||
) |
Will change the href value from in the input string and turn it into an onclick event that will open a new window with the URL
string | The string to process. This should be a string already wrapped/including a tag which will be modified to contain an onclick handler. Only the attributes "href" and "onclick" will be left. | |
string | Window name for the pop-up window | |
string | Window parameters, see the default list for inspiration |
Definition at line 390 of file class.tslib_pibase.php.
References t3lib_div::get_tag_attributes().
tslib_pibase::pi_list_browseresults | ( | $ | showResultCount = 1 , |
|
$ | tableParams = '' , |
|||
$ | wrapArr = array() , |
|||
$ | pointerName = 'pointer' , |
|||
$ | hscText = TRUE | |||
) |
Returns a results browser. This means a bar of page numbers plus a "previous" and "next" link. For each entry in the bar the piVars "pointer" will be pointing to the "result page" to show. Using $this->piVars['pointer'] as pointer to the page to display. Can be overwritten with another string ($pointerName) to make it possible to have more than one pagebrowser on a page) Using $this->internal['res_count'], $this->internal['results_at_a_time'] and $this->internal['maxPages'] for count number, how many results to show and the max number of pages to include in the browse bar. Using $this->internal['dontLinkActivePage'] as switch if the active (current) page should be displayed as pure text or as a link to itself Using $this->internal['showFirstLast'] as switch if the two links named "<< First" and "LAST >>" will be shown and point to the first or last page. Using $this->internal['pagefloat']: this defines were the current page is shown in the list of pages in the Pagebrowser. If this var is an integer it will be interpreted as position in the list of pages. If its value is the keyword "center" the current page will be shown in the middle of the pagelist. Using $this->internal['showRange']: this var switches the display of the pagelinks from pagenumbers to ranges f.e.: 1-5 6-10 11-15... instead of 1 2 3... Using $this->pi_isOnlyFields: this holds a comma-separated list of fieldnames which - if they are among the GETvars - will not disable caching for the page with pagebrowser.
The third parameter is an array with several wraps for the parts of the pagebrowser. The following elements will be recognized: disabledLinkWrap, inactiveLinkWrap, activeLinkWrap, browseLinksWrap, showResultsWrap, showResultsNumbersWrap, browseBoxWrap.
If $wrapArr['showResultsNumbersWrap'] is set, the formatting string is expected to hold template markers (##FROM###, ##TO###, ##OUT_OF###, ##FROM_TO###, ##CURRENT_PAGE###, ##TOTAL_PAGES###) otherwise the formatting string is expected to hold sprintf-markers (s) for from, to, outof (in that sequence)
integer | determines how the results of the pagerowser will be shown. See description below | |
string | Attributes for the table tag which is wrapped around the table cells containing the browse links | |
array | Array with elements to overwrite the default $wrapper-array. | |
string | varname for the pointer. | |
boolean | enable htmlspecialchars() for the pi_getLL function (set this to FALSE if you want f.e use images instead of text for links like 'previous' and 'next'). |
Definition at line 443 of file class.tslib_pibase.php.
References $pi_isOnlyFields, t3lib_div::intInRange(), pi_classParam(), pi_getLL(), pi_isOnlyFields(), and pi_linkTP_keepPIvars().
tslib_pibase::pi_list_searchBox | ( | $ | tableParams = '' |
) |
Returns a Search box, sending search words to piVars "sword" and setting the "no_cache" parameter as well in the form. Submits the search request to the current REQUEST_URI
string | Attributes for the table tag which is wrapped around the table cells containing the search box |
Definition at line 605 of file class.tslib_pibase.php.
tslib_pibase::pi_list_modeSelector | ( | $ | items = array() , |
|
$ | tableParams = '' | |||
) |
Returns a mode selector; a little menu in a table normally put in the top of the page/list.
array | Key/Value pairs for the menu; keys are the piVars[mode] values and the "values" are the labels for them. | |
string | Attributes for the table tag which is wrapped around the table cells containing the menu |
Definition at line 636 of file class.tslib_pibase.php.
References pi_classParam(), pi_isOnlyFields(), and pi_linkTP_keepPIvars().
tslib_pibase::pi_list_makelist | ( | $ | res, | |
$ | tableParams = '' | |||
) |
Returns the list of items based on the input SQL result pointer For each result row the internal var, $this->internal['currentRow'], is set with the row returned. $this->pi_list_header() makes the header row for the list $this->pi_list_row() is used for rendering each row Notice that these two functions are typically ALWAYS defined in the extension class of the plugin since they are directly concerned with the specific layout for that plugins purpose.
pointer | Result pointer to a SQL result which can be traversed. | |
string | Attributes for the table tag which is wrapped around the table rows containing the list |
Definition at line 674 of file class.tslib_pibase.php.
References pi_list_header(), and pi_list_row().
tslib_pibase::pi_list_row | ( | $ | c | ) |
Returns a list row. Get data from $this->internal['currentRow']; (Dummy) Notice: This function should ALWAYS be defined in the extension class of the plugin since it is directly concerned with the specific layout of the listing for your plugins purpose.
integer | Row counting. Starts at 0 (zero). Used for alternating class values in the output rows. |
Definition at line 709 of file class.tslib_pibase.php.
References pi_classParam().
Referenced by pi_list_makelist().
tslib_pibase::pi_list_header | ( | ) |
Returns a list header row. (Dummy) Notice: This function should ALWAYS be defined in the extension class of the plugin since it is directly concerned with the specific layout of the listing for your plugins purpose.
Definition at line 721 of file class.tslib_pibase.php.
Referenced by pi_list_makelist().
tslib_pibase::pi_getClassName | ( | $ | class | ) |
Returns a class-name prefixed with $this->prefixId and with all underscores substituted to dashes (-)
string | The class name (or the END of it since it will be prefixed by $this->prefixId.'-') |
Definition at line 752 of file class.tslib_pibase.php.
tslib_pibase::pi_classParam | ( | $ | class, | |
$ | addClasses = '' | |||
) |
Returns the class-attribute with the correctly prefixed classname Using pi_getClassName()
string | The class name(s) (suffix) - separate multiple classes with commas | |
string | Additional class names which should not be prefixed - separate multiple classes with commas |
Definition at line 765 of file class.tslib_pibase.php.
References t3lib_div::trimExplode().
Referenced by tx_indexedsearch::pi_list_browseresults(), pi_list_browseresults(), pi_list_modeSelector(), and pi_list_row().
tslib_pibase::pi_wrapInBaseClass | ( | $ | str | ) |
Wraps the input string in a
string | HTML content to wrap in the div-tags with the "main class" of the plugin |
Definition at line 797 of file class.tslib_pibase.php.
Referenced by tx_indexedsearch::main().
tslib_pibase::pi_getEditPanel | ( | $ | row = '' , |
|
$ | tablename = '' , |
|||
$ | label = '' , |
|||
$ | conf = Array() | |||
) |
Returns the Backend User edit panel for the $row from $tablename
array | Record array. | |
string | Table name | |
string | A label to show with the panel. | |
array | TypoScript parameters to pass along to the EDITPANEL content Object that gets rendered. The property "allow" WILL get overridden/set though. |
Definition at line 853 of file class.tslib_pibase.php.
References $conf, and t3lib_div::makeInstance().
tslib_pibase::pi_getEditIcon | ( | $ | content, | |
$ | fields, | |||
$ | title = '' , |
|||
$ | row = '' , |
|||
$ | tablename = '' , |
|||
$ | oConf = array() | |||
) |
Adds edit-icons to the input content. tslib_cObj::editIcons used for rendering
string | HTML content to add icons to. The icons will be put right after the last content part in the string (that means before the ending series of HTML tags) | |
string | The list of fields to edit when the icon is clicked. | |
string | Title for the edit icon. | |
array | Table record row | |
string | Table name | |
array | Conf array |
Definition at line 895 of file class.tslib_pibase.php.
References $conf, and t3lib_div::getIndpEnv().
tslib_pibase::pi_getLL | ( | $ | key, | |
$ | alt = '' , |
|||
$ | hsc = FALSE | |||
) |
Returns the localized label of the LOCAL_LANG key, $key Notice that for debugging purposes prefixes for the output values can be set with the internal vars ->LLtestPrefixAlt and ->LLtestPrefix
string | The key from the LOCAL_LANG array for which to return the value. | |
string | Alternative string to return IF no value is found set for the key, neither for the local language nor the default. | |
boolean | If true, the output label is passed through htmlspecialchars() |
Definition at line 942 of file class.tslib_pibase.php.
Referenced by tx_indexedsearch::compileResult(), tx_indexedsearch::doSearch(), tx_indexedsearch::getDisplayResults(), tx_indexedsearch::initialize(), tx_indexedsearch::makeRating(), tx_indexedsearch::makeSearchForm(), tx_indexedsearch::makeSectionHeader(), tx_indexedsearch::pi_list_browseresults(), pi_list_browseresults(), tx_indexedsearch::printResultRow(), tx_indexedsearch::printResultSectionLinks(), tx_indexedsearch::printRules(), and tx_indexedsearch::tellUsWhatIsSeachedFor().
tslib_pibase::pi_loadLL | ( | ) |
Loads local-language values by looking for a "locallang.php" file in the plugin class directory ($this->scriptRelPath) and if found includes it. Also locallang values set in the TypoScript property "_LOCAL_LANG" are merged onto the values found in the "locallang.php" file.
Definition at line 965 of file class.tslib_pibase.php.
References t3lib_extMgm::extPath(), and t3lib_div::readLLfile().
Referenced by tx_rtehtmlarea_pi1::main(), and tx_indexedsearch::main().
tslib_pibase::pi_list_query | ( | $ | table, | |
$ | count = 0 , |
|||
$ | addWhere = '' , |
|||
$ | mm_cat = '' , |
|||
$ | groupBy = '' , |
|||
$ | orderBy = '' , |
|||
$ | query = '' , |
|||
$ | returnQueryArray = FALSE | |||
) |
Makes a standard query for listing of records based on standard input vars from the 'browser' ($this->internal['results_at_a_time'] and $this->piVars['pointer']) and 'searchbox' ($this->piVars['sword'] and $this->internal['searchFieldList']) Set $count to 1 if you wish to get a count(*) query for selecting the number of results. Notice that the query will use $this->conf['pidList'] and $this->conf['recursive'] to generate a PID list within which to search for records.
string | See pi_exec_query() | |
boolean | See pi_exec_query() | |
string | See pi_exec_query() | |
mixed | See pi_exec_query() | |
string | See pi_exec_query() | |
string | See pi_exec_query() | |
string | See pi_exec_query() | |
boolean | If set, the function will return the query not as a string but array with the various parts. |
Definition at line 1043 of file class.tslib_pibase.php.
References t3lib_div::inList(), t3lib_div::intInRange(), pi_getPidList(), and pi_prependFieldsWithTable().
Referenced by pi_exec_query().
tslib_pibase::pi_exec_query | ( | $ | table, | |
$ | count = 0 , |
|||
$ | addWhere = '' , |
|||
$ | mm_cat = '' , |
|||
$ | groupBy = '' , |
|||
$ | orderBy = '' , |
|||
$ | query = '' | |||
) |
Executes a standard SELECT query for listing of records based on standard input vars from the 'browser' ($this->internal['results_at_a_time'] and $this->piVars['pointer']) and 'searchbox' ($this->piVars['sword'] and $this->internal['searchFieldList']) Set $count to 1 if you wish to get a count(*) query for selecting the number of results. Notice that the query will use $this->conf['pidList'] and $this->conf['recursive'] to generate a PID list within which to search for records.
string | The table name to make the query for. | |
boolean | If set, you will get a "count(*)" query back instead of field selecting | |
string | Additional WHERE clauses (should be starting with " AND ....") | |
mixed | If an array, then it must contain the keys "table", "mmtable" and (optionally) "catUidList" defining a table to make a MM-relation to in the query (based on fields uid_local and uid_foreign). If not array, the query will be a plain query looking up data in only one table. | |
string | If set, this is added as a " GROUP BY ...." part of the query. | |
string | If set, this is added as a " ORDER BY ...." part of the query. The default is that an ORDER BY clause is made based on $this->internal['orderBy'] and $this->internal['descFlag'] where the orderBy field must be found in $this->internal['orderByList'] | |
string | If set, this is taken as the first part of the query instead of what is created internally. Basically this should be a query starting with "FROM [table] WHERE ... AND ...". The $addWhere clauses and all the other stuff is still added. Only the tables and PID selecting clauses are bypassed. May be deprecated in the future! |
Definition at line 1135 of file class.tslib_pibase.php.
References pi_list_query().
tslib_pibase::pi_getRecord | ( | $ | table, | |
$ | uid, | |||
$ | checkPage = 0 | |||
) |
Returns the row $uid from $table (Simply calling $GLOBALS['TSFE']->sys_page->checkRecord())
string | The table name | |
integer | The uid of the record from the table | |
boolean | If $checkPage is set, it's required that the page on which the record resides is accessible |
Definition at line 1150 of file class.tslib_pibase.php.
tslib_pibase::pi_getPidList | ( | $ | pid_list, | |
$ | recursive = 0 | |||
) |
Returns a commalist of page ids for a query (eg. 'WHERE pid IN (...)')
string | $pid_list is a comma list of page ids (if empty current page is used) | |
integer | $recursive is an integer >=0 telling how deep to dig for pids under each entry in $pid_list |
Definition at line 1161 of file class.tslib_pibase.php.
References t3lib_div::intInRange(), and t3lib_div::trimExplode().
Referenced by pi_list_query().
tslib_pibase::pi_prependFieldsWithTable | ( | $ | table, | |
$ | fieldList | |||
) |
Having a comma list of fields ($fieldList) this is prepended with the $table.'.' name
string | Table name to prepend | |
string | List of fields where each element will be prepended with the table name given. |
Definition at line 1186 of file class.tslib_pibase.php.
References t3lib_div::trimExplode().
Referenced by pi_list_query().
tslib_pibase::pi_getCategoryTableContents | ( | $ | table, | |
$ | pid, | |||
$ | whereClause = '' , |
|||
$ | groupBy = '' , |
|||
$ | orderBy = '' , |
|||
$ | limit = '' | |||
) |
Will select all records from the "category table", $table, and return them in an array.
string | The name of the category table to select from. | |
integer | The page from where to select the category records. | |
string | Optional additional WHERE clauses put in the end of the query. DO NOT PUT IN GROUP BY, ORDER BY or LIMIT! | |
string | Optional GROUP BY field(s), if none, supply blank string. | |
string | Optional ORDER BY field(s), if none, supply blank string. | |
string | Optional LIMIT value ([begin,]max), if none, supply blank string. |
Definition at line 1206 of file class.tslib_pibase.php.
tslib_pibase::pi_isOnlyFields | ( | $ | fList, | |
$ | lowerThan = -1 | |||
) |
Returns true if the piVars array has ONLY those fields entered that is set in the $fList (commalist) AND if none of those fields value is greater than $lowerThan field if they are integers. Notice that this function will only work as long as values are integers.
string | List of fields (keys from piVars) to evaluate on | |
integer | Limit for the values. |
Definition at line 1250 of file class.tslib_pibase.php.
References t3lib_div::testInt(), and t3lib_div::trimExplode().
Referenced by pi_list_browseresults(), and pi_list_modeSelector().
tslib_pibase::pi_autoCache | ( | $ | inArray | ) |
Returns true if the array $inArray contains only values allowed to be cached based on the configuration in $this->pi_autoCacheFields Used by ->pi_linkTP_keepPIvars This is an advanced form of evaluation of whether a URL should be cached or not.
array | An array with piVars values to evaluate |
Definition at line 1270 of file class.tslib_pibase.php.
Referenced by pi_linkTP_keepPIvars().
tslib_pibase::pi_RTEcssText | ( | $ | str | ) |
Will process the input string with the parseFunc function from tslib_cObj based on configuration set in "lib.parseFunc_RTE" in the current TypoScript template. This is useful for rendering of content in RTE fields where the transformation mode is set to "ts_css" or so. Notice that this requires the use of "css_styled_content" to work right.
string | The input text string to process |
Definition at line 1301 of file class.tslib_pibase.php.
tslib_pibase::pi_initPIflexForm | ( | $ | field = 'pi_flexform' |
) |
Converts $this->cObj->data['pi_flexform'] from XML string to flexForm array.
string | Field name to convert |
Definition at line 1323 of file class.tslib_pibase.php.
References t3lib_div::xml2array().
Referenced by tx_cssstyledcontent_pi1::render_table().
tslib_pibase::pi_getFFvalue | ( | $ | T3FlexForm_array, | |
$ | fieldName, | |||
$ | sheet = 'sDEF' , |
|||
$ | lang = 'lDEF' , |
|||
$ | value = 'vDEF' | |||
) |
Return value from somewhere inside a FlexForm structure
array | FlexForm data | |
string | Field name to extract. Can be given like "test/el/2/test/el/field_templateObject" where each part will dig a level deeper in the FlexForm data. | |
string | Sheet pointer, eg. "sDEF" | |
string | Language pointer, eg. "lDEF" | |
string | Value pointer, eg. "vDEF" |
Definition at line 1341 of file class.tslib_pibase.php.
References pi_getFFvalueFromSheetArray().
Referenced by tx_cssstyledcontent_pi1::render_table().
tslib_pibase::pi_getFFvalueFromSheetArray | ( | $ | sheetArray, | |
$ | fieldNameArr, | |||
$ | value | |||
) |
Returns part of $sheetArray pointed to by the keys in $fieldNameArray
array | Multidimensiona array, typically FlexForm contents | |
array | Array where each value points to a key in the FlexForms content - the input array will have the value returned pointed to by these keys. All integer keys will not take their integer counterparts, but rather traverse the current position in the array an return element number X (whether this is right behavior is not settled yet...) | |
string | Value for outermost key, typ. "vDEF" depending on language. |
Definition at line 1358 of file class.tslib_pibase.php.
References t3lib_div::testInt().
Referenced by pi_getFFvalue().
tslib_pibase::$piVars |
Initial value:
Array ( // This is the incoming array by name $this->prefixId merged between POST and GET, POST taking precedence. Eg. if the class name is 'tx_myext' then the content of this array will be whatever comes into &tx_myext[...]=... 'pointer' => '', // Used as a pointer for lists 'mode' => '', // List mode 'sword' => '', // Search word 'sort' => '', // [Sorting column]:[ASC=0/DESC=1] )
Definition at line 128 of file class.tslib_pibase.php.
Referenced by pi_linkTP_keepPIvars().
tslib_pibase::$internal |
Initial value:
Array( // Used internally for general storage of values between methods 'res_count' => 0, // Total query count 'results_at_a_time' => 20, // pi_list_browseresults(): Show number of results at a time 'maxPages' => 10, // pi_list_browseresults(): Max number of 'Page 1 - Page 2 - ...' in the list browser 'currentRow' => Array(), // Current result row 'currentTable' => '', // Current table )
Definition at line 134 of file class.tslib_pibase.php.
tslib_pibase::$conf = Array() |
Should normally be set in the main function with the TypoScript content passed to the method.
$conf[LOCAL_LANG][_key_] is reserved for Local Language overrides. $conf[userFunc] / $conf[includeLibs] reserved for setting up the USER / USER_INT object. See TSref
Reimplemented in tx_cssstyledcontent_pi1, tx_rtehtmlarea_pi1, and tx_rtehtmlarea_pi3.
Definition at line 168 of file class.tslib_pibase.php.
Referenced by tx_indexedsearch::main(), pi_getEditIcon(), pi_getEditPanel(), and pi_linkTP().