Class PhenotypeContentStandard
Located in /class/PhenotypeContent.class.php (line 26)
PhenotypeBase | --PhenotypeContentStandard
| Class | Description |
|---|---|
| PhenotypeContent |
flag, wether preview option is available
flag, wether publishing option is available
Inherited Variables
Inherited from PhenotypeBase
PhenotypeBase::$charset
PhenotypeBase::$_props
- $id
- $token
- $anzahl
- $spacer
- $input
- $token
- $height
- $colspan
- $input
- $name
- $formname
- $url
- $target
- $input
- $bez
- $x
- $y
- $con_id
- $statuscheck
- $sql_where
- $input
- $bez
- $con_id
- $addzerodots
- $statuscheck
- $sql_where
Currently not working!
- unknown_type $input
- unknown_type $bez
- $input
- $bez
- $quantity
- $methodname
- $input
- $bez
- $size
- $n
- $sort
Provides a Drag & Drop Upload Zone
- string $input: label name
- string $folder: target folder for uploaded files (on top of PT_TEMPPATH/contentupload/con_id/usr_id)
- integer $x: width
-
integer $y:
height
If you use this form_xy method you must overwrite the update-method, look into the upload folder and process the uploads somehow ...
Usally the parameter $folder is best initialized with "$this->id", so you get the uploaded file related to your record. If you have more than one form_ddupload method on your content entry form you must specify different folder names. (Sub folders are not possible here.)
- $input
- $bez
- $infozeile
- $input
- $bez
- $folder
- $changefolder
- $infozeile
- $doctype
- $input
- $bez
- $_options
- $text
- $bez2
- $_options2
- $text2
- $input
- $bez
- $size
- $bez2
- $size2
- $input
- $text
- $url
- $target
- $input
- $bez
- $dat_id_expandinglist
- $input
- $bez
- $folder
- $changefolder
- $x
- $y
- $input
- $bez
- $link_title
- $link_target
- $link_pageselector
- $link_text
- $link_popup
- $link_source
- $link_type
- $link_type_options
- $input
- $bez
- $folder
- $changefolder
- $infozeile
- $doctype
- $input
- $bez
- $_options
- $x
- $y
- $input
- $bez
- $size
- $decimals
- $input
- $bez
- $x
- $rows
- $filter
- $input
- $bez
- $x
- $rows
- $filename
- $input
- $bez
- $_options
- $addzerodots
- $input
- $size
- $_table
- $column_status
- $colum_edit
- $_align
- $_width
- $input
- $bez
- $size
- $n
- $input
- $bez
- $folder
- $grp_id
- $imageasdocument
- $input
- $methodname
- $params
- $colspan
retrieves URL of a page using the DAO cache
You should not overwerite this method. If you want to change URL behaviour stick to buildURL instead.
- integer $lng_id
- $action
preview method render the preview properties from the content object
preview method render the preview properties from the content object
- integer $block_nr: number of selected tab while editing the content record
sets key field1 in the data table. There is a VARCHAR key1 and a INT key1, you can choose to set a specific one or both
- mixed $value: value of the key. can be any scalar variable, will be casted to string or int
- const $type: int $type optional param. shows if to set the varchar key (with DB_STRING), the int ikey (with DB_NUMBER) or both. omit param to set both keys
- $val
sets key field2 in the data table. There is a VARCHAR key2 and a INT key2, you can choose to set a specific one or both
- mixed $value: value of the key. can be any scalar variable, will be casted to string or int
- const $type: int $type optional param. shows if to set the varchar key (with DB_STRING), the int ikey (with DB_NUMBER) or both. omit param to set both keys
- $val
sets key field3 in the data table. There is a VARCHAR key3 and a INT key3, you can choose to set a specific one or both
- mixed $value: value of the key. can be any scalar variable, will be casted to string or int
- const $type: int $type optional param. shows if to set the varchar key (with DB_STRING), the int ikey (with DB_NUMBER) or both. omit param to set both keys
- $val
sets key field4 in the data table. There is a VARCHAR key4 and a INT key4, you can choose to set a specific one or both
- mixed $value: value of the key. can be any scalar variable, will be casted to string or int
- const $type: int $type optional param. shows if to set the varchar key (with DB_STRING), the int ikey (with DB_NUMBER) or both. omit param to set both keys
- $val
sets key field5 in the data table. There is a VARCHAR key5 and a INT key5, you can choose to set a specific one or both
- mixed $value: value of the key. can be any scalar variable, will be casted to string or int
- const $type: int $type optional param. shows if to set the varchar key (with DB_STRING), the int ikey (with DB_NUMBER) or both. omit param to set both keys
- $val
sets key field6 in the data table. There is a VARCHAR key6 and a INT key6, you can choose to set a specific one or both
- mixed $value: value of the key. can be any scalar variable, will be casted to string or int
- const $type: int $type optional param. shows if to set the varchar key (with DB_STRING), the int ikey (with DB_NUMBER) or both. omit param to set both keys
- $val
writes an actual snapshot of the contentobject data or configuration into the snapshot table and returns the snapshot-xml
- int $usr_id
- string $mode
writes an actual snapshot of the contentclass configuration into the snapshot table and returns the snapshot-xml
- int $usr_id
writes an actual snapshot of the contentobject data into the snapshot table and returns the snapshot-xml
- int $usr_id
Inherited Methods
Inherited From PhenotypeBase
PhenotypeBase::__construct()
PhenotypeBase::check()
PhenotypeBase::clear()
PhenotypeBase::codeA()
PhenotypeBase::codeAH()
PhenotypeBase::codeH()
PhenotypeBase::codeHBR()
PhenotypeBase::codeHKT()
PhenotypeBase::codeI()
PhenotypeBase::codeSQL()
PhenotypeBase::codeX()
PhenotypeBase::get()
PhenotypeBase::getA()
PhenotypeBase::getAH()
PhenotypeBase::getD()
PhenotypeBase::getH()
PhenotypeBase::getHBR()
PhenotypeBase::getHTML()
PhenotypeBase::getI()
PhenotypeBase::getQ()
PhenotypeBase::getS()
PhenotypeBase::getSQL()
PhenotypeBase::getU()
PhenotypeBase::getURL()
PhenotypeBase::getValidationError()
PhenotypeBase::getX()
PhenotypeBase::isValidEmail()
PhenotypeBase::isValidInteger()
PhenotypeBase::isValidProperty()
PhenotypeBase::isValidSelection()
PhenotypeBase::isValidString()
PhenotypeBase::printProperties()
PhenotypeBase::set()
PhenotypeBase::setNoValidationError()
PhenotypeBase::setValidationError()
PhenotypeBase::urlencode()
Documentation generated on Fri, 17 Jul 2009 16:42:54 +0200 by phpDocumentor 1.4.2
Recent Blog Posts
- Finally Multibyte - Phenotype 3.0
- Phenotype 2.9 explained
- Integration of PHPIDS (PHP-Intrusion Detection System)
- New Release: Phenotype 2.8 Ready for Download
- Restart: New Phenotype Website Live
- Phenotype worth: 2 Million $
- New Feature: Automatic Image Version Creation
- Additional smartURL variable: smartPATH