Difference between revisions of "Errors/1067"

From Joomla! Documentation

(New page: =Package: Joomla.Framework= ==SubPackage: Application== Message: JView::getName() : Your classname contains the substring 'view' This causes problems when extracting the classname from th...)
 
m (→‎SubPackage: Application: categorisation)
 
Line 11: Line 11:
  
 
Method: getName
 
Method: getName
 +
 +
<noinclude>[[Category:Unknown categorisation]]</noinclude>

Latest revision as of 10:14, 16 March 2013

Package: Joomla.Framework[edit]

SubPackage: Application[edit]

Message: JView::getName() : Your classname contains the substring 'view' This causes problems when extracting the classname from the name of your objects view. Avoid Object names with the substring 'view'

Caused By: Incorrectly named view class

File: /libraries/joomla/application/component/view.php

Class: JView

Method: getName