Class jFormDaoDatasource

Description

Implements interfaces:

A datasource which is based on a dao

Located in /forms/jFormsDatasource.class.php (line 64)


	
			
Variable Summary
mixed $dao
mixed $keyProperty
mixed $method
mixed $selector
Method Summary
jFormDaoDatasource __construct ( $selector,  $method,  $label,  $key)
void getDatas ()
void getLabel ( $key)
Variables
mixed $dao = null (line 71)
  • access: protected
mixed $keyProperty (line 69)
  • access: protected
mixed $labelProperty (line 68)
  • access: protected
mixed $method (line 67)
  • access: protected
mixed $selector (line 66)
  • access: protected
Methods
Constructor __construct (line 73)
jFormDaoDatasource __construct ( $selector,  $method,  $label,  $key)
  • $selector
  • $method
  • $label
  • $key
getDatas (line 85)
  • access: public
void getDatas ()

Implementation of:
jIFormDatasource::getDatas()
load and returns data to fill a control. The returned array should be
getLabel (line 95)
  • access: public
void getLabel ( $key)
  • $key

Implementation of:
jIFormDatasource::getLabel()
Return the label corresponding to the given key

Documentation generated on Wed, 07 Sep 2011 13:47:29 +0200 by phpDocumentor 1.4.3