Hi all,<br><br>Looking for some feedback on using CCK fields as a way of emulating object inheritance in Drupal.<br><br>Pseudo-inheritance via CCK field re-use.<br><br>I am developing Project Flow and Tracker, an agile-based project management system built for and by Drupal, and will be presenting it (and making it available) at DrupalCon DC.<br>
<br>Using Drupal 6.x, I have a &quot;core&quot; content type, &quot;Card&quot; (based on the Kanban &quot;visual card&quot; display approach - <a href="http://www.infoq.com/articles/hiranabe-lean-agile-kanban">http://www.infoq.com/articles/hiranabe-lean-agile-kanban</a>).<br>
<br>A Card is a User Story, but could also be a project, a release, an iteration, a task... any kind of token that could be put on a 3x5 card and stuck on the wall to reflect project status.<br><br>In an object oriented environment, I would create class Card, and then extend it into the other classes.<br>
<br>I could do that in PHP, of course, but I want users of the PFT to be able to create their own work tokens or easily modify existing ones via CCK.<br><br>So, is there any reason why making Card a superclass content type, with a superset of defined CCK fields, and defining a subclass by creating a content type and then adding in already defined fields, wouldn&#39;t work?<br>
<br>I know it would work, of course, but is there a performance, or other caveat I should look out for?<br><br>Also, how will this tie in with the new Field API in Drupal 7?<br><br>Thanks in advance for your feedback,<br>
<br>Victor Kane<br><a href="http://awebfactory.com.ar">http://awebfactory.com.ar</a><br>