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
We will need to determine how/where we will add Plugins in a later project. In the meantime, we can create a dummy Plugin in the database to write the backend to do the remaining functionality.
The text was updated successfully, but these errors were encountered:
Within plugins.php there are several points where an object of class Plugin is called rather than an instance of the actual plugin. Is it possible to call the actual plugin implementation, eg myPlugin. This would provide the capability for plugins to include their own functionality, either before or after the standard functionality by calling the parent equivalent method.
As a use case, I am working on a plugin which will need to create additional database tables so I would want to bind the creation of additional tables on install, and remove the tables when the plugin is "deleted".
Feature Summary
General CRUD functionality to manage Plugins.
We will need to determine how/where we will add Plugins in a later project. In the meantime, we can create a dummy Plugin in the database to write the backend to do the remaining functionality.
The text was updated successfully, but these errors were encountered: