JSite, JAdministrator in Joomla

I can find documentation for my superclass JApplication, but I can not find documentation for any of these classes?

+1
source share
3 answers

I don't know where there is any online documentation, but I can tell you where they are defined:

JSite: [site root] /includes/application.php

JAdministrator: [site root] /administrator/includes/application.php

+1
source

http://api.joomla.org/Joomla-Framework/Application/JApplication.html - but you probably already saw that.

Most of the publicly available documentation is very poor, but I found this book useful: Mastering Joomla! 1.5 Expansion and development of the framework

+1
source

In fact, Joomla always has some changes to the joomla-API in each version, therefore, it depends on the version, what is the flow of the document link.

I am using joomla 2.5 here, I am using the plz link if you have an idea. http://doc.joomladev.eu/api25/

Find this class in: libraries / Joomla / application / application.php

other classes are also found in the libraries folder.

+1
source

Source: https://habr.com/ru/post/1306092/


All Articles