On 7/9/07, <b class="gmail_sendername">Bčr Kessels</b> &lt;<a href="mailto:ber@webschuur.com">ber@webschuur.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Op maandag 09 juli 2007, schreef Victor Kane:<br>&gt; The short answer is that you want to create special content types<br>&gt; (reservation), and then, using the content construction kit module (cck:<br>&gt; <a href="http://drupal.org/project/cck">
http://drupal.org/project/cck</a>) add the appropriate fields, including the<br>&gt; date field, supported by the date field module (<br>&gt; <a href="http://drupal.org/project/date">http://drupal.org/project/date</a>).<br>
<br>This won&#39;t work. A &quot;room&quot; will need an arbitrary amount of dates. So you will<br>need either nodereference, wich won&#39;t scale, or some other relational module<br>(wich won&#39;t scale either).</blockquote>
<div><br></div></div>It will work.<br>You can use the date field as a multiple field, which can certainly give an arbitrary number of dates, or any other fields necessary for reservations.<br>To go to the trouble of a custom module seems really overkill.
<br>Of course, there is more than one way to do it.<br>