You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new manager, PageManager provides an interface for the tbl_pages and tbl_page_types, it is recommended you use the manager instead of querying these tables (as they may not exist in the future)
The Pages Field still uses some queries to tbl_pages_types and one query to tbl_pages. I haven't looked at the new manager yet, so I don't really know if there is a chance to show "best practice" (a.k.a. "follow the recommendations") here. But if it is possible to use the PageManager, it should probably be done.
I did spot these queries. There are a lot of instances of use of the PageManager too, so I think these queries are odd ones out, but I'm happy to take a look soon to see if it can be cleaned up some more.
The Migration Guide for 2.3 for Extension Developers points out:
The Pages Field still uses some queries to
tbl_pages_types
and one query totbl_pages
. I haven't looked at the new manager yet, so I don't really know if there is a chance to show "best practice" (a.k.a. "follow the recommendations") here. But if it is possible to use the PageManager, it should probably be done.@designermonkey: What do you think?
The text was updated successfully, but these errors were encountered: