moodle/backup/converter
Russell Smith 1fcf0ca8a5 MDL-35628 performance: Remove dirname() where possible.
dirname() is a slow function compared with __DIR__ and using
'/../'.  Moodle has a large number of legacy files that are included
each time a page loads and is not able to use an autoloader as it is
functional code.  This allows those required includes to perform as
best as possible in this situation.
2016-06-10 08:06:49 +10:00
..
imscc1 MDL-44630: Review changes 2014-04-03 10:10:10 -07:00
imscc11 MDL-44630: Review changes 2014-04-03 10:10:10 -07:00
moodle1 MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
convertlib.php MDL-32251 E_STRICT fixes part 3 2012-03-29 15:24:30 +02:00