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

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' )
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

did try use normal require or require_once add class?

olaf





Comments

Popular posts from this blog

Hur installera Joomla på One.com - Joomla! Forum - community, help and support

removing index.php from URL address - Joomla! Forum - community, help and support

「イメージマップのアンカー名には、...」のエラーが出ないようにしたい