68 Classifieds API

Features
class tree: 68Classifieds | index: 68Classifieds | all elements

 Class Library

Description

Used to load class files inside the includes/classes/kernel directory

Located in /includes/classes/kernel/Library.php (line 18)


	
			
Method Summary
 object &loadDb ()
 mixed &loadLibrary (string $className, $path $path)
 boolan requireLibrary (string $className)
Methods
loadDb (line 119)

Load the database class - here because it is an exception to the naming conventions and exists outside the kernel directory.

object &loadDb ()
loadLibrary (line 31)

Requires and initiates library classes

mixed &loadLibrary (string $className, $path $path)
  • string $className
  • $path $path: directory inside includes/classes such as 'database' or 'format'
requireLibrary (line 88)

Requires a library if not done so already

boolan requireLibrary (string $className)
  • string $className