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
Currently it's not really possible to provide your own models to store questions, answers or tags. It could be useful, for example, to be able to use markdown or bbcode for writing text there or for deeper integration with the application.
I'd suggest coding to interface i.e.
Introduce a number of interfaces describing module's interaction with models.
Make default set of models implement these interfaces.
Make all other code use these interfaces and not use models directly.
Make it possible to provide your own models implementing interfaces instead of default ones.
Currently it's not really possible to provide your own models to store questions, answers or tags. It could be useful, for example, to be able to use markdown or bbcode for writing text there or for deeper integration with the application.
I'd suggest coding to interface i.e.
See https://github.com/samdark/Yeeki/tree/master/app/modules/wiki/components/auth
The text was updated successfully, but these errors were encountered: