API17

API17:JControllerForm::allowSave

From Joomla! Documentation

Joomla 11.1 JControllerForm::allowSave

Description

Method to check if you can save a new or existing record.


protected function allowSave (
        $data
        $key= 'id'
)
Parameter Type Default Description
$data
$key 'id'
  • Returns
  • Defined on line 200 of libraries/joomla/application/component/controllerform.php

See also


User contributed notes

Code Examples