Problem loading my factory class which extends jfactory - Joomla! Forum - community, help and support
hello,
i trying create connection database parallel joomla cms database. second database keeps important data , shall separated joomla database.
to joomlalike usage instanciated jfactory class naming class extfactory , saving unter extfactory.php in libraries/joomla dir. in model declare
when loading view error msg
i tried import class in model using command without success.
i tried figure out when jfactory class included/loaded , add factory below it.
can please , tell me how factory involved application?
regards, clubnite
i trying create connection database parallel joomla cms database. second database keeps important data , shall separated joomla database.
to joomlalike usage instanciated jfactory class naming class extfactory , saving unter extfactory.php in libraries/joomla dir. in model declare
code: select all
$_extdb var in model using $_extdb =& extfactory::getdbo();
when loading view error msg
class 'extfactory' not found in model.php on line 48
i tried import class in model using command
code: select all
jimport( 'joomla.extfactory' )
i tried figure out when jfactory class included/loaded , add factory below it.
can please , tell me how factory involved application?
regards, clubnite
did try use normal require or require_once add class?
olaf
olaf
Comments
Post a Comment