Source for file form.php
Documentation is available at form.php
* @subpackage com_weblinks
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
require_once JPATH_COMPONENT_ADMINISTRATOR.
'/models/weblink.php';
* @subpackage com_weblinks
* Model typeAlias string. Used for version history.
* @return string The return URL.
* Method to auto-populate the model state.
* Note. Calling getState in this method will result in recursion.
// Load state from the request.
$pk =
$app->input->getInt('w_id');
// Add compatibility variable for default naming conventions.
$categoryId =
$app->input->getInt('catid');
$this->setState('weblink.catid', $categoryId);
$return =
$app->input->get('return', null, 'base64');
$params =
$app->getParams();
$this->setState('layout', $app->input->get('layout'));
Documentation generated on Tue, 19 Nov 2013 15:03:38 +0100 by phpDocumentor 1.4.3