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.
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: