Hi,
Sign in the background, the picture appears
Darwin+cfcd208495d565ef66e7dff9f98764da+01+[[]]
i try and tracking.
JTable::getInstance
if (!class_exists($tableClass)) do not work.
It looks like class_exists do not work.
Have any idea this problem occurs..
I use Joomla 3.3 version.
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-12-18 14:44:12 |
Closed_By | ⇒ | brianteeman |
No idea what your actual issue is, but
class_exists()
in general will only work with classes that have already been loaded or are in an autoloaded path.