Skip to content

Instantly share code, notes, and snippets.

@CB9TOIIIA
Created May 2, 2017 15:51
Show Gist options
  • Save CB9TOIIIA/e88bbdc6d4685d65fd281875ae4473c1 to your computer and use it in GitHub Desktop.
Save CB9TOIIIA/e88bbdc6d4685d65fd281875ae4473c1 to your computer and use it in GitHub Desktop.
Joomla depricated
Полезная инфа по устаревшим функция #depricated:
JDispatcher::getInstance = JEventDispatcher::getInstance
JFile::read() = file_get_contents()
JString = StringHelper (в начале файла нужно прописать use Joomla\String\StringHelper;)
JFactory::getApplication()->isSite() = JFactory::getApplication()->isClient('site')
JFactory::getApplication()->isAdmin() = JFactory::getApplication()->isClient('administrator')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment