mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-31 02:08:00 -05:00
I wish I knew about this plugin months ago. By default PDO and CakePHP cast int as string. This prevents me from using `<input type="number">`, as the modle that the input is bound to is actually a string, not an int. Crud by default casts int back to int via ApiTransformationListener It also has a bunch of other features which makes the life of a REST / CRUD developer easier.
5 lines
134 B
Plaintext
5 lines
134 B
Plaintext
[submodule "web/api/app/Plugin/Crud"]
|
|
path = web/api/app/Plugin/Crud
|
|
url = git://github.com/FriendsOfCake/crud.git
|
|
branch = master
|