FatSecret REST API Integration module

Component type

module

Maintenance status

Development status

Component created

Component changed

FatSecret: The Drupal 6 & 7 FatSecret REST API Integration module
--------------------------------------------------------------------

This module allows you to integrate FatSecret API and to call all related API function of FatSecret.

This version of the module only works with Drupal 6.x & 7.x.

Opigno LMS Tour

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is related to the Opigno LMS platform.

It provides new users with a step-by-step guided tour, and popup hints. Some "discovery paths" have been implemented, for example a path allowing to create step by step a first course, with a lesson.

This modules requires the Guide Me module.

mycalc

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module shows an example how to maintain Drupal.ajax in Drupal 7. It is simple calculator with on-fly summarization

OOP Examples

Component type

module

Categories

Maintenance status

Development status

Downloads

5533

Component created

Component changed

The project provides examples of object-oriented programming (OOP) in Drupal starting from very basic ones. The examples are in sequence: each next example improves the previous one.

Hopefully they would be useful for moving from Drupal 6.7 to Drupal 8. Moreover OOP concepts are not completely new in Drupal. Although Drupal 6,7 does not make thorough use of the native OOP features of PHP, the Drupal code base and API does reflect some principles found in object-oriented programming and design. For example: