Source for file viewlevel.php
Documentation is available at viewlevel.php
* @package Joomla.Platform
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
* Viewlevels table class.
* @package Joomla.Platform
* @param JDatabaseDriver $db Database driver object.
* Method to bind the data.
* @param array $array The data to bind.
* @param mixed $ignore An array or space separated list of fields to ignore.
* @return boolean True on success, false on failure.
public function bind($array, $ignore =
'')
// Bind the rules as appropriate.
if (isset
($array['rules']))
return parent::bind($array, $ignore);
* Method to check the current record to save
* @return boolean True on success
if ((trim($this->title)) ==
'')
Documentation generated on Tue, 19 Nov 2013 15:18:17 +0100 by phpDocumentor 1.4.3