API17

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.  


{{subst:Description:JTable::addIncludePath}}
 


<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]]
{{subst:SeeAlso:JTable::addIncludePath}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JTable::addIncludePath
category=JTable::addIncludePath
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:46, 25 March 2017

Joomla 11.1 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

See also


User contributed notes

Code Examples