Hi Victor.<br><br><br>Thanks for your feedback,<br><br>We are very confortable with Drupal, we decided to use it about 5 month ago.<br><br>Several contents will be handled by drupal resources itself, but some others we need much more specific stuff, unavaiable in drupal modules
<br><br>I bought that book!! Arrived last saturday, I already start reading it.&nbsp; Will jump to chapter 10, thanks for the tip<br><br><br>regards<br>Feijó<br><br><br><br><div><span class="gmail_quote">2007/12/18, Victor Kane &lt;
<a href="mailto:victorkane@gmail.com">victorkane@gmail.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">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><span class="sg"><br>Victor Kane<br><a href="http://awebfactory.com.ar" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://awebfactory.com.ar</a></span><div><span class="e" id="q_116f00692360216d_2">
<br><br><div class="gmail_quote">On Dec 18, 2007 9:45 PM, Feijó Legendas &lt;<a href="mailto:patrao@legendas.feijo.info" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">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>
</span></div></blockquote></div><br><br>