Entities: The major difference in drupal 6 and drupal 7 is the introduction of entities . I personally feel that introduction of entity in drupal 7, is something which changes the drupal from just CMS to CMF(content management framework). Here you can create your own entity and you will decide which fields you want to use (ex, author, last updated etc). Through entities you can straight forward use drupal as Framework and do what ever you want. In drupal 7, new concept of entity introduce. Entity is generic concept which may be node, user profile, comment, taxonomy-term In drupal 7, user reference and node reference is replaced by enitity reference . In drupal 7, CCK is now core module In drupal 7, coding section drupal 7 use PDO . In drupal 7, there is db_result function. In drupal 7, we use ajax for making page dynamic instead using ahah. Drupal 7 use the Storage engine InnoDB whereas D6 uses MyISAM. What is New in Drupal...
Comments
Post a Comment