I just started to develop a new module in Drupal. The goal of the module is to capture user’s data (purely CRUD). I had been using CakePHP so far and now planning to switch to Drupal.
I am using Drupal’s Form API to create a form page.I have almost completed ‘Create’ operation. I have a few of questions before I go too far.
- Should this form be a Drupal’s content/node type?
- Can I reuse the ‘Create’ source for ‘Update’ operation? (like in
CakePHP)? - How does the permissions work with this kind of module?
PS: My form is highly customized so I am not up for using CCK/Views.
And, I am also very confused after doing some CakePHP. I keep relating CakePHP and Drupal. :/
These examples are nice thing to start: