Function database: Difference between revisions From Online Manual

Jump to: navigation, search
No edit summary
m (Minor chage; Added a little bit extra info.)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The Function Database is a list of all the functions used by SMF, as well as what these functions are used for and where the functions are located.  It is sorted by a dropdown list by the version of SMF.
[http://support.simplemachines.org/function_db/index.php?action=main Function Database]
{{Developing SMF}}
[[Category:Developing SMF]]
[[Category:Developing SMF]]
'''Admin.php'''
<ul>
<li>[http://support.simplemachines.org/function_db/index.php?action=view_function;id=16 Admin()]</li>
<li>[http://support.simplemachines.org/function_db/index.php?action=view_function;id=19 AdminBoardRecount()]</li>
<li>[http://support.simplemachines.org/function_db/index.php?action=view_function;id=21 CleanupPermissions()]</li>
<li>[http://support.simplemachines.org/function_db/index.php?action=view_function;id=108 ConvertEntities()]</li>
<li>[http://support.simplemachines.org/function_db/index.php?action=view_function;id=107 convertUtf8()]</li>
<li>[http://support.simplemachines.org/function_db/index.php?action=view_function;id=18 Maintenance()]</li>
<li>[http://support.simplemachines.org/function_db/index.php?action=view_function;id=566 ManageCopyright()]</li>
<li>[http://support.simplemachines.org/function_db/index.php?action=view_function;id=17 optimizeTables()]</li>
<li>[http://support.simplemachines.org/function_db/index.php?action=view_function;id=22 updateSettingsFile()]</li>
<li>[http://support.simplemachines.org/function_db/index.php?action=view_function;id=20 VersionDetail()]</li>
</ul>
'''BoardIndex.php'''
<ul>
<li>[http://support.simplemachines.org/function_db/index.php?action=view_function;id=23 BoardIndex()]</li>
<li>[http://support.simplemachines.org/function_db/index.php?action=view_function;id=24 CalendarDoIndex()]</li>
</ul>
'''Calendar.php'''
<ul>
<li>[http://support.simplemachines.org/function_db/index.php?action=view_function;id=27 calendarBirthdayArray()]</li>
<li>[http://support.simplemachines.org/function_db/index.php?action=view_function;id=31 calendarCanLink()]</li>
<li>[http://support.simplemachines.org/function_db/index.php?action=view_function;id=28 calendarEventArray()]</li>
<li>[http://support.simplemachines.org/function_db/index.php?action=view_function;id=29 calendarHolidayArray()]</li>
<li>[http://support.simplemachines.org/function_db/index.php?action=view_function;id=30 calendarInsertEvent()]</li>
<li>[http://support.simplemachines.org/function_db/index.php?action=view_function;id=26 CalendarMain()]</li>
<li>[http://support.simplemachines.org/function_db/index.php?action=view_function;id=32 calendarPost()]</li>
</ul>

Latest revision as of 21:16, 8 April 2011

The Function Database is a list of all the functions used by SMF, as well as what these functions are used for and where the functions are located. It is sorted by a dropdown list by the version of SMF.

Function Database



Advertisement: