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
I was attempting to use the CRUD plugin on a table from within in a plugin. I had to manually search the code until I found the useModel() method. I knew that I had to specify that my table was in a plugin, however, since this method wasn't mentioned I spent quite some time searching for it. Would be nice to mention useModel() in the docs.
The text was updated successfully, but these errors were encountered:
I am using:
CakePHP version: 3.10.4
Crud version 5.5.1
I was attempting to use the CRUD plugin on a table from within in a plugin. I had to manually search the code until I found the
useModel()
method. I knew that I had to specify that my table was in a plugin, however, since this method wasn't mentioned I spent quite some time searching for it. Would be nice to mentionuseModel()
in the docs.The text was updated successfully, but these errors were encountered: