- Implementing the creation of objects on the fly when editing an extrernal key... still to be fully tested.

SVN:trunk[955]
This commit is contained in:
Denis Flaven
2010-11-22 10:44:43 +00:00
parent d098bae484
commit 0306c6691a
9 changed files with 501 additions and 51 deletions

View File

@@ -227,6 +227,11 @@ class WizardHelper
return $this->m_aData['m_sClass'];
}
public function GetFormPrefix()
{
return $this->m_aData['m_sFormPrefix'];
}
public function GetIdForField($sFieldName)
{
$sResult = '';