Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Automatic class loading: Difference between revisions

From MoodleDocs
Line 3: Line 3:
==Class naming==
==Class naming==


All class names must start with [[frankenstyle]] prefix such as ''mod_forum_''.
All class names must start with [[Frankenstyle]] prefix such as ''mod_forum_''.


==Class file location==
==Class file location==

Revision as of 11:56, 8 June 2013

Note: This page is a work-in-progress. Feedback and suggested improvements are welcome. Please join the discussion on moodle.org or use the page comments.

Moodle 2.6


Class naming

All class names must start with Frankenstyle prefix such as mod_forum_.

Class file location

Namespaces

Performance=

See also