Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

To create a backend URL in your plugin you could use the session object. It has a method url() which allows to extend a given URL by the current backend session ID, a hash value which is transfered as parameter contenido.

Code Block
languagephp
linenumberstrue
$url = cRegistry::getSession()->url('main.php?frame=int&area=foo');

...