JTable::addIncludePath: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Add a filesystem path where should search for table class files. | Add a filesystem path where should search for table class files. | ||
<source lang="php"> | <source lang="php"> | ||
| Line 32: | Line 32: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | ||
* [[API17:JTable::addIncludePath|Other versions of JTable::addIncludePath]] | * [[API17:JTable::addIncludePath|Other versions of JTable::addIncludePath]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JTable::addIncludePath | category=JTable::addIncludePath | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 03:46, 25 March 2017
JTable::addIncludePath
Description
Add a filesystem path where should search for table class files.
public static function addIncludePath ($path=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | null |
- Returns
- Defined on line 194 of libraries/joomla/database/table.php
- Referenced by
See also
JTable::addIncludePath source code on BitBucket
Class JTable
Subpackage Database- Other versions of JTable::addIncludePath
User contributed notes
Code Examples