Hi,
Sorry if I'm breaking etiquette by posting here as I've already posted this question at forum.joomla.org, but I've read that questions should be posted here rather then there.
I find the API documentation really useful, but recently there have been a couple of occasions where I have been unable to find the classes that I want, but which I know are there.
As an example the following page exists: http://api.joomla.org/Joomla-Platform/Application/JModelAdmin.html, but I am unable to find it from the left hand navigation. Its not listed as a class under the application package, or anywhere else for that matter.
I have been looking in the latest (12.1) platform, but if I use the older (11.4) platform I can find documentation for JModelAdmin in the application package. Does this mean that JModelAdmin has been deprecated, or is the 12.1 documentation incomplete?
Any help gratefully received
Hi,
Sorry if I'm breaking etiquette by posting here as I've already posted this question at forum.joomla.org, but I've read that questions should be posted here rather then there.
I find the API documentation really useful, but recently there have been a couple of occasions where I have been unable to find the classes that I want, but which I know are there.
As an example the following page exists: http://api.joomla.org/Joomla-Platform/Application/JModelAdmin.html, but I am unable to find it from the left hand navigation. Its not listed as a class under the application package, or anywhere else for that matter.
I have been looking in the latest (12.1) platform, but if I use the older (11.4) platform I can find documentation for JModelAdmin in the application package. Does this mean that JModelAdmin has been deprecated, or is the 12.1 documentation incomplete?
Any help gratefully received
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To view this discussion on the web, visit https://groups.google.com/d/msg/joomla-dev-general/-/hgpwC4b0yhsJ.
To post to this group, send an email to joomla-de...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To view this discussion on the web, visit https://groups.google.com/d/msg/joomla-dev-general/-/V63_72SYb60J.
As JModel is shown in the API documentation for the latest release of the framework (12.1), then can I assume that it is part of the new MVC? If that is correct, then as a component developer, can I expect that in the future there will be new subclasses of JModel, that will provide the functionality that came from subclasses such as JModelAdmin and JModelList.
It seems odd to me that a subclass would be deprecated before a replacement subclass is available that replicates that deprecated subclasses functionality.
Basically I just want to make sure that I'm coding my components in a way that respects the underlying Joomla! structure and the direction that that structure is heading.
To unsubscribe from this group, send email to joomla-dev-general+unsub...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-general+unsub...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msg/joomla-dev-general/-/ds3j3UjW58AJ.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msg/joomla-dev-general/-/V0pa5k6aSiYJ.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
JModelAdmin, JModelForm, JModelItem and JModelList
are part of the legacy platform. Most of their function has been
replaced by API availble in the Content package also new in 12.1.