cache First
This is an open discussion with 2 replies, filed under General.
Search
- Yes, extensions that are listening to that delegate will be notified in alphabetical order of the extension handle
- That's just PHP, you can extend another extension if you wish but be sure you let your users known they can include the dependency
thx, brendo, i'll keep this in mind.
Create an account or sign in to comment.
Unfortunately there is a need for a lot of dynamic-xml and json on the page I try to code. So the is no other way, than using cache first and fetching dsParamURL later. because of an relative static contens, this will be ok for production.
So here are my questions:
1.) by using the DataSourcePreExecute delegate, is there a hirachical order under all extensions using this delegate?
2.) because of the similarity with the cachabledatasource extension, is there any possibility to use other extebnsions as parent class or must always the class deffiniotn extend extension like:
Ok, to point second, this seems to work. I had only a typo.
I found no requiered field, in extension.meta.xml: http://www.getsymphony.com/learn/concepts/view/extension-file-structure/ is checking within install() the only possibility?