https://github.com/jako/formit2db
FormIt hooks for saving/retreiving XPDO objects in MODX Revolution
https://github.com/jako/formit2db
formit formit-hook modx modx-extra modx-revolution
Last synced: about 2 months ago
JSON representation
FormIt hooks for saving/retreiving XPDO objects in MODX Revolution
- Host: GitHub
- URL: https://github.com/jako/formit2db
- Owner: Jako
- License: gpl-2.0
- Created: 2013-01-03T12:39:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T12:01:56.000Z (9 months ago)
- Last Synced: 2024-11-01T00:24:00.376Z (7 months ago)
- Topics: formit, formit-hook, modx, modx-extra, modx-revolution
- Language: PHP
- Homepage: https://jako.github.io/FormIt2db/
- Size: 5.99 MB
- Stars: 6
- Watchers: 6
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# FormIt2db/db2FormIt
FormIt hooks for saving/retreiving xPDO objects.
## Features
FormIt2db/db2FormIt are two small snippets to save xPDO objects during FormIt
posts and retreive them before displaying FormIt forms.## Credits
The snippets base on the code in the following thread in MODX forum
https://forums.modx.com/thread/32560/formit2db-with-autocreate-schema-classes## Installation
MODX Package Management
The xPDO models could be also generated by i.e. MIGX or CMPGenerator.
## Usage
Install via package manager and add the hooks to the FormIt call.
## Documentation
For more information please read the [documentation](https://jako.github.io/FormIt2db/).