Feijó,<br><br>It sounds like a fair question.<br><br>One can start building from scratch, or one can use a framework to leverage reuse.<br><br>So when you are trying to leverage a framework, you gain only by re-using it, that is, using it.
<br><br>Drupal differs from other CMS&#39;s in that it allows the non-programmer to create arbitrary content items (business objects) with arbitrary fields: nodes. The business objects are persisted for you.<br><br>If you are working with pure CRUD functions in php, then perhaps you should think twice about using a framework, with its huge productivity and trade-offs in favor of non-programming prototyping.
<br><br>But Drupal is so flexible that it does have an answer for you: you can make forms with the FormAPI, set callbacks with hook_menu, even leverage the Drupal validation and submit support, etc. See Chapter 10 of Pro Drupal Development (
<a href="http://www.amazon.com/Pro-Drupal-Development-John-VanDyk/dp/1590597559">http://www.amazon.com/Pro-Drupal-Development-John-VanDyk/dp/1590597559</a>) for some examples.<br><br>So even though you might feel more at home with something like the Cake framework for what you are describing, you could leverage Drupal forms and persistence and even the upcoming Drupal 6 database schema api ... all without using nodes.
<br><br>Victor Kane<br><a href="http://awebfactory.com.ar">http://awebfactory.com.ar</a><br><br><div class="gmail_quote">On Dec 18, 2007 9:45 PM, Feijó Legendas &lt;<a href="mailto:patrao@legendas.feijo.info">patrao@legendas.feijo.info
</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I&#39;m trying to figure out how to implement several modules, that do not use nodes at all
<br><br>I need to set lots of forms, this forms are used to edit, insert or search my tables<br><br>I&#39;m having dificulty controling the data flow of my forms.&nbsp; What hooks I use? I try hook_form, but any code I set there isnt executed.
<br><br>Every site about hook_form, uses node! Can I do that without nodes?<br><br clear="all"><br>TIA<br><font color="#888888"><br>Feijó<br><br>
</font></blockquote></div><br>