references:joomla.framework:application:jmodel-addtablepathTable of Contents
addTablePath
Adds to the stack of model table paths in LIFO order. This method is a wrapper for the JTable::addIncludePath() method. Syntaxvoid addTablePath ( $path )
ExamplesExample JModel::addTablePath( JPATH_COMPONENT.DS.'othertables' );
Will result in the specified directory being added to the list of directories which are searched for JTable class definitions. |


