1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 21:57:51 +02:00

$url admin UI property added

This commit is contained in:
SecretR
2013-02-27 16:18:41 +02:00
parent adc98596c2
commit 623793eee7

View File

@@ -2271,6 +2271,14 @@ class e_admin_controller_ui extends e_admin_controller
*/
protected $tabs = array();
/**
* TODO Example:
* Contains required data for auto-assembling URL from every record
* For greater control - override url() method
* @var array edit/create form tabs
*/
protected $url = array();
/**
* Structure same as TreeModel parameters used for building the load() SQL
* @var additional SQL to be applied when auto-building the list query