Type | Line | Description |
---|---|---|
deprecated | 32 | 2012-03-05 This function is not longer supported. |
Type | Line | Description |
---|---|---|
deprecated | 2 | Please use cApiUser instead [2012-02-23] |
Type | Line | Description |
---|---|---|
deprecated | 162 | 2012-09-22 |
Type | Line | Description |
---|---|---|
deprecated | 126 | 2012-09-22 |
Type | Line | Description |
---|---|---|
deprecated | 255 | 2012-09-22 |
deprecated | 263 | 2012-09-22 |
deprecated | 271 | 2012-09-22 |
deprecated | 279 | 2012-09-22 |
deprecated | 289 | 2012-09-22 |
deprecated | 297 | 2012-09-22 |
deprecated | 305 | 2012-09-22 |
deprecated | 313 | 2012-09-22 |
deprecated | 321 | 2012-09-22 |
deprecated | 330 | 2012-09-22 |
deprecated | 341 | 2012-09-22 |
deprecated | 349 | 2012-09-22 |
Type | Line | Description |
---|---|---|
deprecated | 2 | [2012-03-01] Use class in contenido/classes/contenido/class.action.php - Use cApiActionCollection {@internal created 2003 $Id: class.action.php 3455 2012-10-16 08:51:57Z dominik.ziegler $; }} |
Type | Line | Description |
---|---|---|
deprecated | 2 | [2012-03-21] Use new classes in contenido/classes/contenido/class.active.user.php - Use cApiOnlineUserCollection instead of ActiveUsers {@internal created 2008-01-28 $Id: class.activeusers.php 3455 2012-10-16 08:51:57Z dominik.ziegler $; }} |
Type | Line | Description |
---|---|---|
deprecated | 311 | Class was renamed to cAjaxRequest |
Type | Line | Description |
---|---|---|
deprecated | 2 | [2012-02-25] Use cApiAreaCollection instead. {@internal created 2003 $Id: class.area.php 3455 2012-10-16 08:51:57Z dominik.ziegler $; }} |
Type | Line | Description |
---|---|---|
deprecated | 2 | [2012-03-29] This class is deprecated use cApiArticleLanguage() or cApiCategoryArticle() instead {@internal created unknown $Id: class.art.php 2800 2012-07-27 23:09:10Z xmurrix $: }} |
deprecated | 33 | [2012-03-29] This class is deprecated use cApiArticleLanguage() or cApiCategoryArticle() instead |
deprecated | 36 | [2012-03-29] This class is deprecated use cApiArticleLanguage() or cApiCategoryArticle() instead |
deprecated | 41 | [2011-09-03] Old constructor function for downwards compatibility |
deprecated | 47 | [2012-03-29] Use cApiArticleLanguage() instead |
deprecated | 59 | [2012-03-29] Use cApiCategoryArticle() instead |
Type | Line | Description |
---|---|---|
deprecated | 118 | [2012-10-22] This class is deprecated. Use cArticleCollector instead. |
deprecated | 124 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 32 | [2011-10-19] Use cApiArticleLanguage class in classes/contenido/class.articlelanguage.php as follows:
// create with article language id $obj = new cApiArticleLanguage($idartlang); // create with article id and language id $obj = new cApiArticleLanguage(); $obj->loadByArticleAndLanguageId($idart, $lang); |
deprecated | 78 | [2012-10-22] This class is deprecated. Use cArticleCollector instead.
CONTENIDO API - Article Object Collection.
This class is used to manage multiple CONTENIDO article objects in a collection.
The constructor awaits an associative array as parameter with the following schema:
array( string paramname => mixed value );
The parameter idcat is required: array('idcat'=>n)
Legal parameter names are:
idcat - CONTENIDO Category Id
lang - Language Id, active language if ommited
client - Client Id, active client if ommited
start - include start article in the collection, defaults to false
artspecs - Array of article specifications, which should be considered
order - articles will be orderered by this article property, defaults to 'created'
direction - Order direcion, 'asc' or 'desc' for ascending/descending, defaults to 'asc'
limit - Limit numbers of articles in collection
You can easy create article lists/teasers with this class.
To create an article list of category 4 (maybe a news category) use:
$myList = new ArticleCollection(array("idcat"=>4);
while ($article = $myList->nextArticle())
{
// Fetch the first headline
$headline = $article->getContent('htmlhead', 1);
$idart = $article->getField('idart');
// Create a link
echo ''.$headline.' '; } |
Type | Line | Description |
---|---|---|
deprecated | 2 | [2011-09-19] Use new classes in contenido/classes/contenido/class.article.specification.php - Use cApiArticleSpecificationCollection instead of ArtSpecCollection - Use cApiArticleSpecification instead of ArtSpecItem {@internal created unknown $Id: class.artspec.php 3455 2012-10-16 08:51:57Z dominik.ziegler $: }} |
Type | Line | Description |
---|---|---|
deprecated | 29 | [2012-03-12] No longer needed. The debug mode gets chosen by the system settings. |
deprecated | 293 | [2012-07-24] class was renamed to cBackend |
Type | Line | Description |
---|---|---|
deprecated | 2 | [2011-11-15] Class Cat is nowhere used in CONTENIDO core. If Cat is still used in your modules/plugins, please switch to cApiCategoryLanguage. {@internal created unknown $Id: class.cat.php 2800 2012-07-27 23:09:10Z xmurrix $: }} |
Type | Line | Description |
---|---|---|
deprecated | 2 | [2011-11-15] Use classes in contenido/classes/contenido/class.category.php - Use cApiCategoryCollection instead of CategoryCollection - Use cApiCategory instead of CategoryItem and use classes in contenido/classes/contenido/class.categorylanguage.php - Use cApiCategoryLanguageCollection instead of CategoryLanguageCollection - Use cApiCategoryLanguage instead of CategoryLanguageItem {@internal created unknown $Id: class.category.php 3455 2012-10-16 08:51:57Z dominik.ziegler $: }} |
Type | Line | Description |
---|---|---|
deprecated | 324 | [2012-02-25] Use cApiCecChainItem instead. |
Type | Line | Description |
---|---|---|
deprecated | 340 | Class was renamed to cApiCecHook |
Type | Line | Description |
---|---|---|
deprecated | 53 | 2012-08-24 Use __construct() |
Type | Line | Description |
---|---|---|
deprecated | 2 | [2012-02-09] Use new classes in contenido/classes/contenido/class.client.php - Use cApiClient instead of Client {@internal created unknown $Id: class.client.php 3455 2012-10-16 08:51:57Z dominik.ziegler $: }} |
Type | Line | Description |
---|---|---|
deprecated | 2 | [2011-09-19] Use new classes in contenido/classes/contenido/class.communication.php - Use cApiCommunicationCollection instead of CommunicationCollection - Use cApiCommunication instead of CommunicationItem {@internal created unknown $Id: class.communications.php 3455 2012-10-16 08:51:57Z dominik.ziegler $: }} |
Type | Line | Description |
---|---|---|
deprecated | 67 | [2012-02-23] Use cApiUser instead |
Type | Line | Description |
---|---|---|
deprecated | 32 | 2011-09-02 this class is not supported any longer |
Type | Line | Description |
---|---|---|
deprecated | 2 | [2011-09-19] Use new classes in contenido/classes/contenido/class.dbfs.php - Use cApiDbfsCollection instead of DBFSCollection - Use cApiDbfs instead of DBFSItem {@internal created 2003-12-21 $Id: class.dbfs.php 3455 2012-10-16 08:51:57Z dominik.ziegler $: }} |
Type | Line | Description |
---|---|---|
deprecated | 34 | 2012-03-05 This class is not supported any longer. |
Type | Line | Description |
---|---|---|
deprecated | 103 | [2011-11-18] Old constructor function for downwards compatibility |
deprecated | 32 | [2011-03-10] This class is not longer supported. |
deprecated | 405 | 2011-03-10 This class is not longer supported. |
deprecated | 416 | [2011-11-18] Old constructor function for downwards compatibility |
deprecated | 53 | No longer needed. The debug mode gets chosen by the system settings. |
deprecated | 561 | 2011-03-10 This class is not longer supported. |
deprecated | 571 | [2011-11-18] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 2 | [2011-09-20] Use new classes in contenido/classes/contenido/class.frontend.group.php - Use cApiFrontendGroupCollection instead of FrontendGroupCollection - Use cApiFrontendGroup instead of FrontendGroup and new classes in contenido/classes/contenido/class.frontend.group.member.php - Use cApiFrontendGroupMemberCollection instead of FrontendGroupMemberCollection - Use cApiFrontendGroupMember instead of FrontendGroupMember {@internal created unknown $Id: class.frontend.groups.php 3455 2012-10-16 08:51:57Z dominik.ziegler $: }} |
Type | Line | Description |
---|---|---|
deprecated | 2 | [2011-10-06] Use new classes in contenido/classes/contenido/class.frontend.permission.php - Use cApiFrontendPermissionCollection instead of FrontendPermissionCollection - Use cApiFrontendPermission instead of FrontendPermission {@internal created unknown $Id: class.frontend.permissions.php 3455 2012-10-16 08:51:57Z dominik.ziegler $: }} |
Type | Line | Description |
---|---|---|
deprecated | 2 | [2011-10-07] Use new classes in contenido/classes/contenido/class.frontend.user.php - Use cApiFrontendUserCollection instead of FrontendUserCollection - Use cApiFrontendUser instead of FrontendUser {@internal created unknown $Id: class.frontend.users.php 3455 2012-10-16 08:51:57Z dominik.ziegler $: }} |
Type | Line | Description |
---|---|---|
deprecated | 2 | [2012-07-10] Use new classes in contenido/classes/genericdb/ {@internal created 2003-07-18 $Id: class.genericdb.php 3455 2012-10-16 08:51:57Z dominik.ziegler $: }} |
Type | Line | Description |
---|---|---|
deprecated | 2 | [2012-03-27] Use new classes in contenido/classes/contenido/class.group.php - Use cApiGroupCollection instead of Groups - Use cApiGroup instead of Group {@internal created 2003-05-20 $Id: class.group.php 3455 2012-10-16 08:51:57Z dominik.ziegler $: }} |
Type | Line | Description |
---|---|---|
deprecated | 1028 | [2012-01-19] use __construct instead |
deprecated | 1119 | [2012-01-19] use __construct instead |
deprecated | 1210 | [2012-01-19] use __construct instead |
deprecated | 1314 | [2012-01-19] use __construct instead |
deprecated | 1371 | [2012-01-19] use __construct instead |
deprecated | 147 | [2012-01-19] use __construct instead |
deprecated | 1583 | [2012-01-19] use __construct instead |
deprecated | 164 | [2012-07-20] use $this->_contentLess directly or just use setContent() - this function sets the contentLess attribute to false |
deprecated | 1692 | [2012-01-19] use __construct instead |
deprecated | 1815 | [2012-01-19] use __construct instead |
deprecated | 1937 | [2012-01-19] use __construct instead |
deprecated | 2006 | [2012-01-19] use __construct instead |
deprecated | 2061 | [2012-01-19] use __construct instead |
deprecated | 2118 | [2012-01-19] use __construct instead |
deprecated | 2176 | [2012-01-19] use __construct instead |
deprecated | 2229 | [2012-07-23] use CSS for alignment |
deprecated | 2280 | [2012-01-19] use __construct instead |
deprecated | 2392 | [2012-01-19] use __construct instead |
deprecated | 2447 | [2012-01-19] use __construct instead |
deprecated | 2502 | [2012-01-19] use __construct instead |
deprecated | 2614 | [2012-01-19] use __construct instead |
deprecated | 2666 | [2012-01-19] use __construct instead |
deprecated | 2718 | [2012-01-19] use __construct instead |
deprecated | 2785 | [2012-01-19] use __construct instead |
deprecated | 2848 | [2012-01-19] use __construct instead |
deprecated | 2857 | 2012-09-12 Use appendContent($content) instead! |
deprecated | 326 | [2012-07-23] name change, use appendStyleDefinition |
deprecated | 3329 | [2012-07-12] This class was renamed to cHTMLLink |
deprecated | 338 | [2012-07-23] Set the definition via appendStyleDefinition and do not use a name any more |
deprecated | 783 | [2012-01-19] use __construct instead |
deprecated | 878 | [2012-01-19] use __construct instead |
deprecated | 935 | [2012-01-19] use __construct instead |
Type | Line | Description |
---|---|---|
deprecated | 31 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 41 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 60 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 71 | [2012-07-03] This class was replaced by cRequestValidator |
Type | Line | Description |
---|---|---|
deprecated | 357 | [2012-06-05] This function is no longer supported. Color options are set in the CSS and the template itself. |
deprecated | 367 | [2012-06-05] This function is no longer supported. Color options are set in the CSS and the template itself. |
deprecated | 381 | [2012-06-05] This function is no longer supported. Color options are set in the CSS and the template itself. |
deprecated | 391 | [2012-06-05] This function is no longer supported. Color options are set in the CSS and the template itself. |
deprecated | 401 | [2012-06-05] This function is no longer supported. Color options are set in the CSS and the template itself. |
deprecated | 411 | [2012-06-05] This function is no longer supported. Color options are set in the CSS and the template itself. |
deprecated | 421 | [2012-06-05] This function is no longer supported. Color options are set in the CSS and the template itself. |
deprecated | 444 | [2012-06-05] This function is no longer supported. Color options are set in the CSS and the template itself. |
deprecated | 458 | [2012-06-05] This function is no longer supported. Color options are set in the CSS and the template itself. |
deprecated | 468 | [2012-06-05] This function is no longer supported. Color options are set in the CSS and the template itself. |
deprecated | 57 | 2012-08-24 Use __construct() |
Type | Line | Description |
---|---|---|
deprecated | 2 | [2011-10-06] Use new classes in contenido/classes/contenido/class.inuse.php - Use cApiInUseCollection instead of InUseCollection - Use cApiInUse instead of InUseItem {@internal created 2003-07-18 $Id: class.inuse.php 3455 2012-10-16 08:51:57Z dominik.ziegler $: }} |
Type | Line | Description |
---|---|---|
deprecated | 2 | [2011-11-15] Use classes in contenido/classes/contenido/class.lang.php - Use cApiLanguageCollection instead of Languages - Use cApiLanguage instead of Language {@internal created 2003-05-20 $Id: class.lang.php 3455 2012-10-16 08:51:57Z dominik.ziegler $: }} |
Type | Line | Description |
---|---|---|
deprecated | 282 | 2012-09-10 Use cFileHandler::recursiveRmdir($dirname) instead |
deprecated | 455 | [2011-11-15] Use cLayoutHandler instead of this class. |
deprecated | 459 | [2011-11-15] Use cLayoutHandler instead of this class. |
Type | Line | Description |
---|---|---|
deprecated | 2 | [2012-03-15] This class is no more used in CONTENIDO and will be removed in the future. Use cApiLayoutCollection or cApiLayout. {@internal created unknown $Id: class.layout.php 2800 2012-07-27 23:09:10Z xmurrix $: }} |
deprecated | 34 | [2012-03-15] Use cApiLayoutCollection or cApiLayout |
Type | Line | Description |
---|---|---|
deprecated | 276 | [2011-11-15] Use cLayoutSynchronizer instead of this class. |
deprecated | 280 | [2011-11-15] Use cLayoutHandler instead of this class. |
Type | Line | Description |
---|---|---|
deprecated | 56 | 2011-08-24 this class is not supported any longer |
Type | Line | Description |
---|---|---|
deprecated | 39 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 649 | [2012-07-24] class was renamed to cPermission |
Type | Line | Description |
---|---|---|
deprecated | 2 | [2011-10-11] Use new classes in contenido/classes/contenido/class.property.php - Use cApiPropertyCollection instead of PropertyCollection - Use cApiProperty instead of PropertyItem {@internal created 2003-12-21 $Id: class.properties.php 3455 2012-10-16 08:51:57Z dominik.ziegler $: }} |
Type | Line | Description |
---|---|---|
deprecated | 444 | 2012-09-19 Logic has been moved to cSystemPurge::_construct |
deprecated | 464 | Class was renamed to cSystemPurge |
Type | Line | Description |
---|---|---|
deprecated | 10 | [2012-07-02] Use cRequestPassword instead of this class. |
Type | Line | Description |
---|---|---|
deprecated | 140 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 152 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 165 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 175 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 210 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 228 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 257 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 3 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 310 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 329 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 343 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 353 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 379 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 390 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 401 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 412 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 441 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 457 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 470 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 479 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 488 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 497 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 54 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 65 | [2012-07-03] This class was replaced by cRequestValidator |
deprecated | 79 | [2012-07-03] This class was replaced by cRequestValidator |
Type | Line | Description |
---|---|---|
deprecated | 129 | [2012-07-24] class was renamed to cSearchBaseAbstract |
deprecated | 138 | [2012-02-25] Use cSearchIndex instead. |
deprecated | 1401 | [2012-07-24] class was renamed to cSearch |
deprecated | 1410 | Use __construct() |
deprecated | 1773 | [2012-07-24] class was renamed to cSearchResult |
deprecated | 1782 | Use __construct() |
deprecated | 66 | No longer needed. The debug mode gets chosen by the system settings. |
deprecated | 705 | [2012-07-24] class was renamed to cSearchIndex |
deprecated | 714 | [2012-07-24] use __construct() |
deprecated | 97 | No longer needed. The debug mode gets chosen by the system settings. |
Type | Line | Description |
---|---|---|
deprecated | 222 | [2012-07-02] This class was replaced by cRequestValidator |
deprecated | 23 | [2012-07-03] This class is no longer needed |
deprecated | 231 | [2012-07-02] This class was replaced by cRequestValidator |
deprecated | 240 | [2012-07-02] This class was replaced by cRequestValidator |
deprecated | 249 | [2012-07-02] This function is now executed by cRequestValidator |
deprecated | 261 | [2012-07-02] This function is now executed by cRequestValidator |
deprecated | 273 | [2012-07-02] This function is now executed by cRequestValidator |
deprecated | 285 | [2012-07-02] This function is now executed by cRequestValidator |
deprecated | 300 | [2012-07-02] This function is now executed by cRequestValidator |
deprecated | 312 | Use checkRequestSession() instead due to better naming conventions |
deprecated | 322 | [2012-07-02] This function is now executed by cSecurity |
deprecated | 334 | [2012-07-02] This function is now executed by cSecurity |
deprecated | 345 | [2012-07-02] This function is now executed by cSecurity |
deprecated | 356 | [2012-07-02] This function is now executed by cSecurity |
deprecated | 36 | [2012-07-03] This class is no longer needed |
deprecated | 367 | [2012-07-02] This function is now executed by cSecurity |
deprecated | 378 | [2012-07-02] This function is now executed by cSecurity |
deprecated | 389 | [2012-07-02] This function is now executed by cSecurity |
deprecated | 400 | [2012-07-02] This function is now executed by cSecurity |
deprecated | 413 | [2012-07-02] This function is now executed by cRequestValidator |
Type | Line | Description |
---|---|---|
deprecated | 108 | Please use isRegistered instead |
deprecated | 147 | Please use selfURL() instead |
deprecated | 247 | Since this function is not needed anymore it shouldn't be used |
Type | Line | Description |
---|---|---|
deprecated | 2 | [2012-03-29] This class is deprecated use cApiCategoryLanguage() or cApiCategoryArticle() instead {@internal created 2003 $Id: class.structure.php 2755 2012-07-25 20:10:28Z xmurrix $: }} |
deprecated | 33 | [2012-03-29] This class is deprecated use cApiCategoryLanguage() or cApiCategoryArticle() instead |
deprecated | 36 | [2012-03-29] This class is deprecated use cApiCategoryLanguage() or cApiCategoryArticle() instead |
deprecated | 41 | [2012-03-29] Use cApiCategoryLanguage() instead |
deprecated | 52 | [2012-03-29] Use cApiCategoryArticle() instead |
Type | Line | Description |
---|---|---|
deprecated | 297 | Class was renamed to cTemplate |
deprecated | 306 | [2012-06-07] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 109 | 2012-08-24 Use cApiTemplateConfiguration/cApiTemplateConfigurationCollection instead |
deprecated | 120 | 2012-08-24 Use cApiTemplateConfiguration/cApiTemplateConfigurationCollection instead |
deprecated | 142 | 2012-08-24 Use cApiTemplateConfiguration/cApiTemplateConfigurationCollection instead |
deprecated | 152 | 2012-08-24 Use cApiTemplateConfiguration/cApiTemplateConfigurationCollection instead |
deprecated | 197 | 2012-08-24 Use cApiTemplateConfiguration/cApiTemplateConfigurationCollection instead |
deprecated | 236 | 2012-08-24 Use cApiTemplateConfiguration/cApiTemplateConfigurationCollection instead |
deprecated | 256 | 2012-08-24 Use cApiTemplateConfiguration/cApiTemplateConfigurationCollection instead |
deprecated | 27 | 2012-08-24 Use cApiTemplateConfiguration/cApiTemplateConfigurationCollection instead |
deprecated | 276 | 2012-08-24 Use cApiTemplateConfiguration/cApiTemplateConfigurationCollection instead |
deprecated | 86 | 2012-08-24 Use cApiTemplateConfiguration/cApiTemplateConfigurationCollection instead |
Type | Line | Description |
---|---|---|
deprecated | 39 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 166 | This class was replaced by cGuiPage. Please use it instead. |
deprecated | 197 | 2012-09-17 Use jQuery UI Dialog instead! |
deprecated | 25 | This class shouldn't be used anymore. Please use templates instead. |
deprecated | 78 | This class should no longer be used. Use cHTMLForm instead. |
Type | Line | Description |
---|---|---|
deprecated | 780 | [2012-07-24] class was renamed to cUpdateNotifier |
Type | Line | Description |
---|---|---|
deprecated | 2 | [2011-10-06] Use new classes in contenido/classes/contenido/class.upload.php - Use cApiUploadCollection instead of UploadCollection - Use cApiUpload instead of UploadItem {@internal created 2003-12-14 $Id: class.upload.php 3455 2012-10-16 08:51:57Z dominik.ziegler $: }} |
Type | Line | Description |
---|---|---|
deprecated | 2 | [2012-03-22] Use new classes in contenido/classes/contenido/class.user.php - Use cApiUserCollection instead of Users - Use cApiUser instead of User {@internal created unknown $Id: class.user.php 3455 2012-10-16 08:51:57Z dominik.ziegler $: }} |
Type | Line | Description |
---|---|---|
deprecated | 10 | [2012-07-02] Use cVersion instead of this class. |
Type | Line | Description |
---|---|---|
deprecated | 10 | [2012-07-02] Use cVersionFile instead of this class. |
Type | Line | Description |
---|---|---|
deprecated | 10 | [2012-07-02] Use cVersionImport instead of this class. |
Type | Line | Description |
---|---|---|
deprecated | 10 | [2012-07-02] Use cVersionLayout instead of this class. |
Type | Line | Description |
---|---|---|
deprecated | 10 | [2012-07-02] Use cVersionModule instead of this class. |
Type | Line | Description |
---|---|---|
deprecated | 46 | 2012-08-24 Use __construct |
Type | Line | Description |
---|---|---|
deprecated | 32 | 2011-03-03 Use cXmlReader instead |
deprecated | 35 | 2011-03-03 Use cXmlReader instead. |
deprecated | 40 | 2011-03-03 Use cXmlReader instead. |
deprecated | 50 | 2011-03-03 Use cXmlReader instead. |
deprecated | 62 | 2011-03-03 This function is not longer supported. |
deprecated | 68 | 2011-03-03 This function is not longer supported. |
Type | Line | Description |
---|---|---|
deprecated | 174 | 2012-08-24 Use cXmlReader instead |
deprecated | 191 | 2012-08-24 Use cXmlReader instead |
deprecated | 220 | 2012-08-24 Use cXmlReader instead |
deprecated | 233 | 2012-08-24 Use cXmlReader instead |
deprecated | 287 | 2012-08-24 Use cXmlReader instead |
deprecated | 309 | 2012-08-24 Use cXmlReader instead |
deprecated | 32 | 2012-08-24 Use cXmlReader instead |
deprecated | 330 | 2012-08-24 Use cXmlReader instead |
deprecated | 355 | 2012-08-24 Use cXmlReader instead |
deprecated | 379 | 2012-08-24 Use cXmlReader instead |
deprecated | 392 | 2012-08-24 Use cXmlReader instead |
deprecated | 410 | 2012-08-24 Use cXmlReader instead |
deprecated | 458 | 2012-08-24 Use cXmlReader instead |
deprecated | 491 | 2012-08-24 Use cXmlReader instead |
deprecated | 536 | 2012-08-24 Use cXmlReader instead |
deprecated | 560 | 2012-08-24 Use cXmlReader instead |
Type | Line | Description |
---|---|---|
deprecated | 194 | 2012-03-03 Use cXmlWriter instead !! ALWAYS use '=&' with the addRoot and appendChild methods. !! |
deprecated | 32 | 2012-03-03 Use cXmlWriter instead !! ALWAYS use '=&' with the addRoot and appendChild methods. !! |
Type | Line | Description |
---|---|---|
deprecated | 32 | 2011-09-02 this class is not supported any longer |
Type | Line | Description |
---|---|---|
deprecated | 171 | No longer needed. The backend chooses the debug mode. |
deprecated | 44 | No longer needed. The backend chooses the debug mode. |
deprecated | 556 | 2012-08-13 Use cDebug instead! |
Type | Line | Description |
---|---|---|
deprecated | 192 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 211 | [2012-03-01] Use cApiActionCollection instead of this class. |
deprecated | 42 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 174 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 184 | [2011-10-25] Use cApiAreaCollection->create() |
deprecated | 195 | [2012-02-24] Use cApiAreaCollection->create() |
deprecated | 208 | [2012-02-25] Use cApiAreaCollection instead of this class. |
deprecated | 39 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 60 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 94 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 114 | [2011-09-19] Use cApiArticleSpecification instead of this class. |
deprecated | 95 | [2011-09-19] Use instead of this class. |
Type | Line | Description |
---|---|---|
deprecated | 283 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 45 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 465 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 48 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 533 | [2011-11-15] Use cApiCategoryCollection instead of this class. |
deprecated | 552 | [2011-11-15] Use cApiCategory instead of this class. |
Type | Line | Description |
---|---|---|
deprecated | 289 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 44 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 185 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 331 | [2011-11-15] Use cApiCategoryLanguageCollection instead of this class. |
deprecated | 351 | [2011-11-15] Use instead of this class. |
deprecated | 50 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 137 | [2011-10-11] Use cApiCategoryTree instead of this class. |
deprecated | 149 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 43 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 202 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 374 | [2012-02-09] Use cApiClientCollection instead of this class. |
deprecated | 39 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 195 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 43 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 106 | [2011-09-19] Use instead of this class. |
deprecated | 125 | [2011-09-19] Use instead of this class. |
Type | Line | Description |
---|---|---|
deprecated | 102 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 43 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 42 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 84 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 400 | [2012-06-20] Use cApiDbfs::stripPath() |
deprecated | 489 | [2011-09-19] Use instead of this class. |
deprecated | 508 | [2011-09-19] Use instead of this class. |
Type | Line | Description |
---|---|---|
deprecated | 109 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 42 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 105 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 43 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 146 | [2011-09-20] Use cApiFrontendGroupMemberCollection instead of this class. |
deprecated | 166 | [2011-09-20] Use cApiFrontendGroupMember instead of this class. |
Type | Line | Description |
---|---|---|
deprecated | 125 | [2011-09-20] Use cApiFrontendGroupCollection instead of this class. |
deprecated | 145 | [2011-09-20] Use cApiFrontendGroup instead of this class. |
Type | Line | Description |
---|---|---|
deprecated | 189 | [2011-10-06] Use cApiFrontendPermissionCollection instead of this class. |
deprecated | 209 | [2011-10-06] Use cApiFrontendPermission instead of this class. |
Type | Line | Description |
---|---|---|
deprecated | 226 | [2011-10-07] Use cApiFrontendUserCollection instead of this class. |
deprecated | 246 | [2011-10-07] Use cApiFrontendUser instead of this class. |
Type | Line | Description |
---|---|---|
deprecated | 358 | [[2012-03-27] Use cApiGroupCollection instead of this class. |
deprecated | 369 | [2012-03-27] Use cApiGroupCollection() instead |
deprecated | 380 | [2012-03-27] Use cApiGroupCollection->delete() instead |
deprecated | 390 | [2012-03-27] Use cApiGroupCollection->deleteGroupByGroupname() instead |
deprecated | 401 | [2012-03-27] Use cApiGroupCollection->getAccessibleGroups() instead |
deprecated | 414 | [[2012-03-27] Use cApiGroup instead of this class. |
deprecated | 429 | [2012-03-27] Use cApiGroup() instead |
deprecated | 440 | [2012-03-27] Use cApiGroup->loadGroupByGroupname() instead |
deprecated | 454 | [2012-03-27] Use cApiGroup->loadByPrimaryKey() instead |
deprecated | 468 | [2012-03-27] Use cApiGroup() instead |
deprecated | 477 | [2012-03-27] Use cApiGroup() instead |
deprecated | 487 | [2012-03-27] Use cApiGroup() instead |
deprecated | 501 | [2012-03-27] Use cApiGroupPropertyCollection->create() instead |
deprecated | 521 | [2012-03-27] Use cApiGroup->getGroupProperty() instead |
deprecated | 531 | [2012-03-27] Use cApiGroup->getGroupProperty() instead |
deprecated | 541 | [2012-03-27] Use cApiGroup->setGroupProperty() instead |
deprecated | 551 | [2012-03-27] Use cApiGroup->deleteGroupProperty() instead |
deprecated | 96 | [2012-03-27] Use cApiGroupCollection->delete() instead |
Type | Line | Description |
---|---|---|
deprecated | 294 | [2011-10-06] Use cApiInUseCollection instead of this class. |
deprecated | 313 | [2011-10-06] Use cApiInUse instead of this class. |
Type | Line | Description |
---|---|---|
deprecated | 155 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 184 | [2011-11-15] Use cApiLanguageCollection instead of this class. |
deprecated | 203 | [2011-11-15] Use cApiLanguage instead of this class. |
deprecated | 40 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 123 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 39 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 187 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 46 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 742 | [2012-02-29] This function is not longer supported. |
deprecated | 751 | [2012-02-29] This function is not longer supported. |
deprecated | 760 | [2012-02-29] This function is not longer supported. |
deprecated | 845 | 2012-02-29 This function is not longer supported. |
deprecated | 855 | 2012-02-29 This function is not longer supported. |
deprecated | 886 | 2012-03-03 Not supported any longer. |
deprecated | 896 | 2012-03-03 Not supported any longer. |
deprecated | 906 | 2012-03-03 Not supported any longer. |
deprecated | 916 | 2012-03-03 Not supported any longer. |
deprecated | 926 | 2012-03-03 Not supported any longer. |
Type | Line | Description |
---|---|---|
deprecated | 238 | [2012-03-21] Retrieving client name by client id should not be responsibility of this class |
deprecated | 289 | [2012-03-20] Use cApiOnlineUserCollection instead of this class. |
Type | Line | Description |
---|---|---|
deprecated | 730 | [2011-10-11] Use cApiPropertyCollection instead of this class. |
deprecated | 749 | [2011-10-11] Use cApiProperty instead of this class. |
Type | Line | Description |
---|---|---|
deprecated | 121 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 45 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 55 | 2012-03-05 This function is not longer supported. |
Type | Line | Description |
---|---|---|
deprecated | 153 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 43 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 334 | [2011-10-11] Use cApiUploadCollection instead of this class. |
deprecated | 353 | [2011-10-11] Use cApiUpload instead of this class. |
Type | Line | Description |
---|---|---|
deprecated | 1261 | [[2012-03-22] Use cApiUserCollection instead of this class. |
deprecated | 1272 | [2012-03-22] Use cApiUserCollection() instead |
deprecated | 128 | [2012-03-22] Use cApiUserCollection->delete() instead |
deprecated | 1283 | [2012-03-22] Use cApiUserCollection->create() instead |
deprecated | 1294 | [2012-03-22] Use cApiUserCollection->delete() instead |
deprecated | 1304 | [2012-03-22] Use cApiUserCollection->deleteUserByUsername() instead |
deprecated | 1315 | [2012-03-22] Use cApiUserCollection->getAccessibleUsers() instead |
deprecated | 1328 | [[2012-03-22] Use cApiUser instead of this class. |
deprecated | 1343 | [2012-03-22] Use cApiUser() instead |
deprecated | 1354 | [2012-03-22] Use cApiUser->loadUserByUsername() instead |
deprecated | 1368 | [2012-03-22] Use cApiUser->loadByPrimaryKey() instead |
deprecated | 1382 | [2012-03-22] Use cApiUser->getEffectiveUserPerms() instead |
deprecated | 1392 | [2012-03-22] Use cApiUser() instead |
deprecated | 1401 | [2012-03-22] Use cApiUser() instead |
deprecated | 1411 | [2012-03-22] Use cApiUser() instead |
deprecated | 1425 | [2012-03-22] Use cApiUserCollection->fetchAvailableUsers() instead |
deprecated | 1444 | [2012-03-22] Use cApiUserCollection->fetchSystemAdmins() instead |
deprecated | 1464 | [2012-03-22] Use cApiUserCollection() instead |
deprecated | 1483 | [2012-03-22] Use cApiUser() instead |
deprecated | 1493 | [2012-03-22] Use cApiUser() instead |
deprecated | 1503 | [2012-03-22] Use cApiUser() instead |
deprecated | 1514 | [2012-03-22] Use cApiUser->getGroupNamesByUserID() instead |
deprecated | 1524 | [2012-03-22] Use cApiUser->getGroupIDsByUserID() instead |
deprecated | 1534 | [2011-11-03] Use cApiUser->getUserProperty() |
deprecated | 1545 | [2011-11-03] Use cApiUser->getUserPropertiesByType() |
deprecated | 1556 | [2011-11-03] Use cApiUser->getUserProperties() |
deprecated | 1567 | [2011-11-03] Use cApiUser->setUserProperty() |
deprecated | 1578 | [2011-11-03] Use cApiUser->deleteUserProperty() |
deprecated | 425 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 739 | [2012-03-06] Function name should be more generic |
deprecated | 893 | [2012-03-06] Function name should be more generic |
deprecated | 97 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 28 | 2012-09-29 This class is not longer supported. Use cApiCategory instead. |
deprecated | 362 | 2012-09-29 This class is not longer supported. Use cCategoryHelper instead. |
deprecated | 392 | 2012-09-29 This class is not longer supported. Use cCategoryHelper instead. |
deprecated | 578 | 2012-09-29 This class is not longer supported. Use cApiCategortyLanguage instead. |
deprecated | 632 | 2012-09-29 This class is not longer supported. Use cApiCategortyLanguage instead. |
deprecated | 804 | 2012-09-29 This class is not longer supported. |
deprecated | 822 | No longer needed. The backend chooses the debug mode. This is always true |
deprecated | 828 | No longer needed. The backend chooses the debug mode. |
deprecated | 840 | 2012-09-29 This class is not longer supported. |
deprecated | 857 | No longer needed. The backend chooses the debug mode. |
deprecated | 99 | 2012-09-29 This class is not longer supported. Use cApiCategory instead. |
Type | Line | Description |
---|---|---|
deprecated | 28 | 2012-09-29 This class is not longer supported. Use cArticleCollector instead. |
deprecated | 46 | 2012-09-29 This class is not longer supported. Use cArticleCollector instead. |
Type | Line | Description |
---|---|---|
deprecated | 26 | 2012-09-29 This class is not longer supported. Use cCategoryHelper and cFrontendHelper instead. |
deprecated | 48 | 2012-09-29 This class is not longer supported. Use cCategoryHelper and cFrontendHelper instead. |
Type | Line | Description |
---|---|---|
deprecated | 145 | No longer needed. The backend chooses the debug mode. |
deprecated | 26 | 2012-09-29 This class is not longer supported. Use cCategoryHelper and cFrontendHelper instead. |
deprecated | 66 | No longer needed. The backend chooses the debug mode. This is always true |
deprecated | 75 | No longer needed. The backend chooses the debug mode. |
deprecated | 90 | 2012-09-29 This class is not longer supported. Use cCategoryHelper and cFrontendHelper instead. |
Type | Line | Description |
---|---|---|
deprecated | 26 | 2012-09-29 This class is not longer supported. Use cCategoryHelper and cFrontendHelper instead. |
deprecated | 49 | 2012-09-29 This class is not longer supported. Use cCategoryHelper and cFrontendHelper instead. |
Type | Line | Description |
---|---|---|
deprecated | 60 | [2012-01-19] use __construct instead |
Type | Line | Description |
---|---|---|
deprecated | 243 | [2012-01-19] use __construct instead |
Type | Line | Description |
---|---|---|
deprecated | 55 | [2012-01-19] use __construct instead |
Type | Line | Description |
---|---|---|
deprecated | 45 | [2012-01-19] use __construct instead |
Type | Line | Description |
---|---|---|
deprecated | 907 | 2012-10-02 This method is deprecated. Use getMetaData instead. |
deprecated | 915 | 2012-10-02 This method is deprecated. Use numRows instead. |
deprecated | 923 | 2012-10-02 This method is not longer supported. |
deprecated | 931 | 2012-10-02 This method is not longer supported. |
deprecated | 942 | 2012-10-02 This method is deprecated. Use disconnect instead. |
deprecated | 950 | 2012-10-02 This method is deprecated. Use reportHalt instead. |
deprecated | 958 | 2012-10-02 This method is deprecated. Use getTableNames instead. |
deprecated | 966 | 2012-10-02 This method is deprecated. Use getTableNames instead. |
deprecated | 974 | [2011-03-03] This method is deprecated. Use toArray() instead. |
Type | Line | Description |
---|---|---|
deprecated | 94 | Class was renamed to cDebugDevNull |
Type | Line | Description |
---|---|---|
deprecated | 75 | Class was renamed to cDebugFileAndVisAdv |
Type | Line | Description |
---|---|---|
deprecated | 121 | Class was renamed to cDebugFile |
Type | Line | Description |
---|---|---|
deprecated | 111 | Class was renamed to cDebugHidden |
Type | Line | Description |
---|---|---|
deprecated | 139 | [2012-07-24] Class was renamed to cDebug |
deprecated | 141 | Class was renamed to cDebug |
Type | Line | Description |
---|---|---|
deprecated | 247 | Class was renamed to cDebugVisibleAdv |
deprecated | 306 | Class was renamed to cDebugVisibleAdvItem |
Type | Line | Description |
---|---|---|
deprecated | 147 | Class was renamed to cDebugVisible |
Type | Line | Description |
---|---|---|
deprecated | 42 | [2012-07-24] interface was renamed to cDebugInterface |
Type | Line | Description |
---|---|---|
deprecated | 2 | [2012-08-10] Use class in contenido/classes/genericdb/class.gdb.driver.php - Use cGenericDbDriver {@internal created 2005-08-29 $Id: class.gdb.driver.php 3286 2012-09-21 21:57:33Z xmurrix $ }} |
Type | Line | Description |
---|---|---|
deprecated | 2 | [2012-08-10] Use class in contenido/classes/genericdb/class.gdb.mysql.php - Use cGenericDbDriverMysql {@internal created 2006-05-10 $Id: class.gdb.mysql.php 3286 2012-09-21 21:57:33Z xmurrix $ }} |
Type | Line | Description |
---|---|---|
deprecated | 17 | Please use cException instead [2012-02-23] |
Type | Line | Description |
---|---|---|
deprecated | 49 | Class was renamed to cGenericDbDriver |
deprecated | 56 | Use __construct() |
Type | Line | Description |
---|---|---|
deprecated | 197 | Class was renamed to cGenericDbDriverMysql' |
Type | Line | Description |
---|---|---|
deprecated | 46 | 2012-09-04 Use one of the cException subclasses instead |
deprecated | 55 | 2012-09-04 Use one of the cException subclasses instead |
Type | Line | Description |
---|---|---|
deprecated | 172 | [2012-07-12] This class was renamed to cGuiFoldingRow |
Type | Line | Description |
---|---|---|
deprecated | 91 | [2012-07-12] This class was renamed to cGuiList |
Type | Line | Description |
---|---|---|
deprecated | 151 | [2012-07-12] This class was renamend to cGuiMenu |
Type | Line | Description |
---|---|---|
deprecated | 37 | No longer needed. The debug mode gets chosen by the system settings. |
deprecated | 458 | [2012-07-12] This class was replaced by cGuiNavigation |
Type | Line | Description |
---|---|---|
deprecated | 198 | [2012-07-12] Please use cGuiNavigation instead |
deprecated | 86 | [2011-05-19] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 139 | [2012-07-12] This class was renamed to cGuiObjectPager |
Type | Line | Description |
---|---|---|
deprecated | 411 | [2012-07-12] This class was renamed to cGuiScrollList |
Type | Line | Description |
---|---|---|
deprecated | 271 | [2012-07-12] This class was renamed to cGuiTableForm. |
Type | Line | Description |
---|---|---|
deprecated | 168 | [2012-07-12] Thisfunction doesn't do anything |
deprecated | 180 | [2012-07-12] Thisfunction doesn't do anything |
deprecated | 192 | [2012-07-12] Thisfunction doesn't do anything |
deprecated | 203 | [2012-07-12] Thisfunction doesn't do anything |
deprecated | 216 | [2012-07-12] Thisfunction doesn't do anything |
deprecated | 230 | [2012-07-12] Thisfunction doesn't do anything |
deprecated | 242 | [2012-07-12] Thisfunction doesn't do anything |
deprecated | 256 | [2012-07-12] Thisfunction doesn't do anything |
deprecated | 270 | [2012-07-12] Thisfunction doesn't do anything |
deprecated | 526 | [2012-07-12] This class was renamed to cGuiTree |
Type | Line | Description |
---|---|---|
deprecated | 23 | Please use cApiUser instead [2012-02-23] |
Type | Line | Description |
---|---|---|
deprecated | 33 | 2012-07-08 This class is not needed any longer. |
deprecated | 40 | [2012-05-25] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 298 | [2012-07-24] class was renamed to cModuleFileTranslation |
Type | Line | Description |
---|---|---|
deprecated | 278 | 2012-09-19 Use the public method initWithDatabaseRow instead! |
deprecated | 910 | 2012-09-10 Use cFileHandler::recursiveRmdir($dirname) instead |
deprecated | 987 | [2012-07-24] class was renamed to cModuleHandler |
Type | Line | Description |
---|---|---|
deprecated | 404 | [2012-07-24] class was renamed to cModuleSearch |
Type | Line | Description |
---|---|---|
deprecated | 353 | [2012-07-24] class was renamed to cModuleSynchronizer |
Type | Line | Description |
---|---|---|
deprecated | 520 | [2012-07-24] class was renamed to cModuleTemplateHandler |
Type | Line | Description |
---|---|---|
deprecated | 38 | 2012-26-09 Use cMailer instead! |
Type | Line | Description |
---|---|---|
deprecated | 36 | 2012-26-09 Use cMailer instead! |
deprecated | 73 | 2012-26-09 Use cMailer instead! |
Type | Line | Description |
---|---|---|
deprecated | 46 | 2012-08-24 Use __construct |
Type | Line | Description |
---|---|---|
deprecated | 100 | 2012-08-24 Use __construct() |
deprecated | 238 | 2011-08-22 |
Type | Line | Description |
---|---|---|
deprecated | 10 | [2012-09-06] Use cUri instead of this class. |
deprecated | 17 | 2012-09-06 this function is not supported any longer use constructor located in cUri instead of this function |
deprecated | 28 | 2012-09-06 this function is not supported any longer use function located in cUri instead of this function |
deprecated | 39 | 2012-09-06 this function is not supported any longer use function located in cUri instead of this function |
Type | Line | Description |
---|---|---|
deprecated | 10 | [2012-09-06] Use cUriBuilder instead of this class. |
deprecated | 17 | 2012-09-06 this function is not supported any longer use function located in cUriBuilder instead of this function |
deprecated | 27 | 2012-09-06 this function is not supported any longer use function located in cUriBuilder instead of this function |
Type | Line | Description |
---|---|---|
deprecated | 10 | [2012-09-04] Use cUriBuilderConfig instead of this class. |
deprecated | 17 | 2012-09-06 this function is not supported any longer use function located in cUriBuilderConfig instead of this function |
deprecated | 28 | 2012-09-06 this function is not supported any longer use function located in cUriBuilderConfig instead of this function |
deprecated | 39 | 2012-09-06 this function is not supported any longer use function located in cUriBuilderConfig instead of this function |
deprecated | 50 | 2012-09-04 this function is not supported any longer use function located in cUriBuilderConfig instead of this function |
Type | Line | Description |
---|---|---|
deprecated | 10 | [2012-09-06] Use cUriBuilderFactory instead of this class. |
deprecated | 17 | 2012-09-06 this function is not supported any longer use function located in cUriBuilderFactory instead of this function |
Type | Line | Description |
---|---|---|
deprecated | 10 | [2012-09-06] Use cUriBuilderCustom instead of this class. |
deprecated | 17 | 2012-09-06 this function is not supported any longer use function located in cUriBuilderCustom instead of this function |
deprecated | 28 | 2012-09-06 this function is not supported any longer use function located in cUriBuilderCustom instead of this function |
Type | Line | Description |
---|---|---|
deprecated | 10 | [2012-09-06] Use cUriBuilderCustomPath instead of this class. |
deprecated | 17 | 2012-09-06 this function is not supported any longer use function located in cUriBuilderCustomPath instead of this function |
deprecated | 28 | 2012-09-06 this function is not supported any longer use function located in cUriBuilderCustomPath instead of this function |
Type | Line | Description |
---|---|---|
deprecated | 10 | [2012-09-06] Use cUriBuilderFrontcontent instead of this class. |
deprecated | 17 | 2012-09-06 this function is not supported any longer use function located in cUriBuilderFrontcontent instead of this function |
deprecated | 28 | 2012-09-06 this function is not supported any longer use function located in cUriBuilderFrontcontent instead of this function |
Type | Line | Description |
---|---|---|
deprecated | 10 | [2012-09-06] Use cUriBuilderMR instead of this class. |
deprecated | 17 | 2012-09-06 this function is not supported any longer use function located in cUriBuilderMR instead of this function |
deprecated | 28 | 2012-09-06 this function is not supported any longer use function located in cUriBuilderMR instead of this function |
Type | Line | Description |
---|---|---|
deprecated | 18 | 2012-09-23 This class is not longer supported. Use cCategoryHelper instead. |
deprecated | 22 | 2012-09-23 This class is not longer supported. Use cCategoryHelper instead. |
Type | Line | Description |
---|---|---|
deprecated | 18 | 2012-09-23 This class is not longer supported. Use cCategoryHelper instead. |
deprecated | 22 | 2012-09-23 This class is not longer supported. Use cCategoryHelper instead. |
Type | Line | Description |
---|---|---|
deprecated | 28 | [2012-07-02] Do not use this class! |
deprecated | 46 | [2012-07-02] Do not use this method! |
deprecated | 58 | [2012-07-02] Do not use this method! |
deprecated | 69 | [2012-07-02] Do not use this method! |
deprecated | 79 | [2012-07-02] Do not use this method! |
deprecated | 89 | [2012-07-02] Do not use this method! |
deprecated | 99 | [2012-07-02] Do not use this method! |
Type | Line | Description |
---|---|---|
deprecated | 33 | 2012-03-10 This class is not longer supported. |
deprecated | 46 | 2012-03-10 This class is not longer supported. |
Type | Line | Description |
---|---|---|
deprecated | 239 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 99 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 26 | 2012-03-10 This class is not longer supported. |
Type | Line | Description |
---|---|---|
deprecated | 101 | 2012-08-24 Use cHTMLButton instead |
deprecated | 137 | 2012-08-24 Use cHTMLButton instead |
deprecated | 160 | 2012-08-24 Use cHTMLButton instead |
deprecated | 169 | 2012-08-24 Use cHTMLButton instead |
deprecated | 189 | 2012-08-24 Use cHTMLButton instead |
deprecated | 235 | 2012-08-24 Use cHTMLButton instead |
deprecated | 243 | 2012-08-24 Use cHTMLButton instead |
deprecated | 264 | 2012-08-24 Use cHTMLButton instead |
deprecated | 286 | 2012-08-24 Use cHTMLButton instead |
deprecated | 299 | 2012-08-24 Use cHTMLButton instead |
deprecated | 313 | 2012-08-24 Use cHTMLButton instead |
deprecated | 34 | 2012-08-24 Use cHTMLButton instead |
deprecated | 57 | 2012-08-24 Use cHTMLButton instead |
deprecated | 77 | 2012-08-24 Use cHTMLButton instead |
deprecated | 89 | 2012-08-24 Use cHTMLButton instead |
Type | Line | Description |
---|---|---|
deprecated | 33 | 2012-03-10 This class is not longer supported. |
Type | Line | Description |
---|---|---|
deprecated | 121 | 2012-03-10 This class is not longer supported. |
deprecated | 157 | 2012-03-10 This class is not longer supported. |
deprecated | 195 | 2012-03-10 This class is not longer supported. |
deprecated | 2 | 2012-03-10 This class is not longer supported. |
deprecated | 27 | 2012-03-10 This class is not longer supported. |
deprecated | 52 | 2012-03-10 This class is not longer supported. |
deprecated | 93 | 2012-03-10 This class is not longer supported. |
Type | Line | Description |
---|---|---|
deprecated | 31 | 2012-03-10 This class is not longer supported. |
Type | Line | Description |
---|---|---|
deprecated | 33 | 2012-03-10 This class is not longer supported. |
Type | Line | Description |
---|---|---|
deprecated | 33 | 2012-03-10 This class is not longer supported. |
Type | Line | Description |
---|---|---|
deprecated | 37 | 2012-03-10 This class is not longer supported. |
deprecated | 81 | 2012-03-10 This class is not longer supported. |
Type | Line | Description |
---|---|---|
deprecated | 105 | [2011-08-31] Old constructor function for downwards compatibility |
deprecated | 221 | 2012-09-17 Use jQuery UI Dialog instead! |
deprecated | 240 | [2011-08-31] |
deprecated | 27 | This class was replaced by cGuiPage |
deprecated | 338 | 2012-03-10 This class is not longer supported. |
deprecated | 388 | 2012-03-10 This class is not longer supported. |
deprecated | 486 | 2012-03-10 This class is not longer supported. |
deprecated | 68 | This class was replaced by cGuiPage |
Type | Line | Description |
---|---|---|
deprecated | 33 | 2012-03-10 This class is not longer supported. |
Type | Line | Description |
---|---|---|
deprecated | 31 | 2012-03-10 This class is not longer supported. |
Type | Line | Description |
---|---|---|
deprecated | 35 | 2012-03-10 This class is not longer supported. |
Type | Line | Description |
---|---|---|
deprecated | 335 | [2012-07-24] class was renamed to cXmlBase |
Type | Line | Description |
---|---|---|
deprecated | 141 | [2012-07-24] class was renamed to cXmlReader |
Type | Line | Description |
---|---|---|
deprecated | 119 | [2012-07-24] class was renamed to cXmlWriter |
Type | Line | Description |
---|---|---|
deprecated | 218 | [2012-05-25] Old constructor function for downwards compatibility |
deprecated | 37 | 2011-09-02 this class is not supported any longer |
Type | Line | Description |
---|---|---|
deprecated | 189 | 2012-09-12 |
Type | Line | Description |
---|---|---|
deprecated | 100 | [2012-06-23] Use cApiCatGetLevelNode() |
Type | Line | Description |
---|---|---|
deprecated | 695 | [2012-06-23] Use cApiImageIsAnimGif() |
deprecated | 701 | [2012-06-23] Use cApiImageCheckImageEditingPosibility() |
Type | Line | Description |
---|---|---|
deprecated | 329 | 2012-03-04 This function is not longer supported. |
Type | Line | Description |
---|---|---|
deprecated | 107 | 2011-09-02 this function is not supported any longer |
deprecated | 114 | 2011-09-02 this function is not supported any longer |
deprecated | 121 | 2011-09-02 this function is not supported any longer |
deprecated | 128 | 2011-09-02 this function is not supported any longer |
deprecated | 135 | 2011-09-02 this function is not supported any longer |
deprecated | 142 | 2011-09-02 this function is not supported any longer |
deprecated | 149 | 2011-09-02 this function is not supported any longer |
deprecated | 156 | 2011-09-02 this class is not supported any longer |
deprecated | 166 | 2011-09-02 this class is not supported any longer |
deprecated | 243 | 2011-09-02 this class is not supported any longer |
deprecated | 301 | 2011-09-02 this class is not supported any longer |
deprecated | 440 | 2011-09-02 this class is not supported any longer |
deprecated | 457 | 2011-09-02 this class is not supported any longer |
deprecated | 47 | 2011-09-02 this function is not supported any longer |
deprecated | 479 | 2011-09-02 this class is not supported any longer |
deprecated | 497 | 2011-09-02 this function is not supported any longer |
deprecated | 504 | 2011-09-02 this function is not supported any longer |
deprecated | 511 | 2011-09-02 this function is not supported any longer |
deprecated | 518 | 2011-09-02 this class is not supported any longer |
deprecated | 55 | 2011-09-02 this function is not supported any longer |
deprecated | 62 | 2011-09-02 this function is not supported any longer |
deprecated | 79 | 2011-09-02 this function is not supported any longer |
deprecated | 96 | 2011-09-02 this function is not supported any longer |
Type | Line | Description |
---|---|---|
deprecated | 172 | [2012-07-04] These functions are now in cFileHandler |
deprecated | 193 | [2012-07-04] These functions are now in cFileHandler |
deprecated | 227 | [2012-07-04] These functions are now in cFileHandler |
deprecated | 252 | [2012-07-04] These functions are now in cFileHandler |
deprecated | 279 | 2012-08-16 Use cFileHandler::validateFilename instead |
deprecated | 296 | [2012-07-04] These functions are now in cFileHandler |
Type | Line | Description |
---|---|---|
deprecated | 1441 | 2012-09-04 Use cWarning or the like. |
deprecated | 1484 | 2012-09-05 use function located in cArray instead of this function |
deprecated | 1571 | [2012-07-??] PHP will handle cleaning up sessions |
deprecated | 1607 | [2012-06-21] Use capiIsImageMagickAvailable() from functions.api.images.php |
deprecated | 1617 | [2012-06-21] Use cApiClientCollection->getClientname() |
deprecated | 1626 | [2011-08-24] This function is not supported any longer |
deprecated | 1648 | [2011-08-24] This function is not supported any longer |
deprecated | 1670 | [2012-01-18] cDb performs the check for itself. This method is no longer needed |
deprecated | 1678 | 2011-08-23 This function is not supported any longer |
deprecated | 1698 | [2012-02-26] Function does not work and is not longer supported |
deprecated | 1705 | [2012-03-10] This function is not longer supported. |
deprecated | 1754 | [2012-03-05] This function is not longer supported. |
deprecated | 1769 | [2011-09-02] This function is not supported any longer |
deprecated | 1797 | [2011-08-23] This function is not supported any longer |
deprecated | 1813 | [2012-06-20] Use getFileType() from functions.file.php |
deprecated | 1821 | [2012-06-20] Use getFileType() from functions.file.php |
deprecated | 1834 | [2012-06-20] Use cApiDbfs::isDbfs() |
deprecated | 1842 | [2012-08-02] Use ipMatch() instead |
deprecated | 1850 | [2012-08-02] Use isAlphanumeric() instead |
deprecated | 1858 | [2012-08-02] Use isUtf8() instead |
deprecated | 1866 | [2012-08-02] Use cArray::trim() instead |
deprecated | 1874 | [2012-08-02] Use cArray::searchRecursive() instead |
deprecated | 1882 | [2012-08-02] Use humanReadableSize() instead |
deprecated | 1890 | [2012-08-02] Use defineIfNotDefined() instead |
deprecated | 1898 | [2012-08-02] Use cArray::sortWithLocale() instead |
deprecated | 1906 | [2012-08-02] Use cArray::csort() instead |
deprecated | 1918 | [2012-08-02] Use cString::iReplaceOnce() instead |
deprecated | 1926 | [2012-08-02] Use cString::iReplaceOnceReverse() instead |
deprecated | 1934 | [2012-08-02] Use cString::posReverse() instead |
deprecated | 610 | no longer needed |
Type | Line | Description |
---|---|---|
deprecated | 107 | [2012-03-05] This function is not longer supported. |
Type | Line | Description |
---|---|---|
deprecated | 1054 | 2012-02-09 this function is not supported any longer |
Type | Line | Description |
---|---|---|
deprecated | 1073 | 2012-04-26 This function is not longer supported, use strSortPrePost() instead |
deprecated | 1081 | 2012-04-26 This function is not longer supported, use strBuildSqlValues() instead |
deprecated | 1089 | 2012-03-04 This function is not longer supported. |
Type | Line | Description |
---|---|---|
deprecated | 184 | 2012-02-26 Moved directly to include.system_sysvalues.php |
deprecated | 195 | [2012-07-04] Use function systemHavePerm() instead |
Type | Line | Description |
---|---|---|
deprecated | 2 | {@internal Created: 18.06.2007 $Id: include.right_top.php,v 1.0.0 18.06.2007 16:08:02 mario.diaz$ }} |
Type | Line | Description |
---|---|---|
deprecated | 862 | see ModRewrite::recreateCategoriesAliases(); |
deprecated | 907 | see ModRewrite::recreateArticlesAliases(); |
deprecated | 967 | Is no more used |
Type | Line | Description |
---|---|---|
deprecated | 262 | No more used, is to delete |
Type | Line | Description |
---|---|---|
deprecated | 130 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 183 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 317 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 325 | 2012-03-01 Use NewsletterRecipientGroupCollection instead |
deprecated | 327 | 2012-03-01 Use NewsletterRecipientGroupCollection instead |
deprecated | 334 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 342 | 2012-03-01 Use NewsletterRecipientGroup instead |
deprecated | 344 | 2012-03-01 Use NewsletterRecipientGroup instead |
deprecated | 351 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 359 | 2012-03-01 Use NewsletterRecipientGroupMemberCollection instead |
deprecated | 361 | 2012-03-01 Use NewsletterRecipientGroupMemberCollection instead |
deprecated | 368 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 376 | 2012-03-01 Use NewsletterRecipientGroupMember instead |
deprecated | 378 | 2012-03-01 Use NewsletterRecipientGroupMember instead |
deprecated | 385 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 48 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 253 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 44 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 495 | 2012-03-01 Use NewsletterJobCollection instead |
deprecated | 497 | 2012-03-01 Use NewsletterJobCollection instead |
deprecated | 504 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 512 | 2012-03-01 Use NewsletterJob instead |
deprecated | 514 | 2012-03-01 Use NewsletterJob instead |
deprecated | 521 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 252 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 261 | 2012-03-01 Use NewsletterLogCollection instead |
deprecated | 263 | 2012-03-01 Use NewsletterLogCollection instead |
deprecated | 270 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 278 | 2012-03-01 Use NewsletterLog instead |
deprecated | 280 | 2012-03-01 Use NewsletterLog instead |
deprecated | 287 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 48 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 176 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 39 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 962 | >V4.6.15 - 21.05.2007 Sends a newsletter |
Type | Line | Description |
---|---|---|
deprecated | 232 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 273 | 2012-03-01 Use NewsletterRecipientCollection instead |
deprecated | 275 | 2012-03-01 Use NewsletterRecipientCollection instead |
deprecated | 282 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 290 | 2012-03-01 Use NewsletterRecipient instead |
deprecated | 292 | 2012-03-01 Use NewsletterRecipient instead |
deprecated | 299 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 48 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 11 |
Type | Line | Description |
---|---|---|
deprecated | 153 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 68 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 129 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 53 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 159 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 53 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 44 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 99 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 210 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 53 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 53 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 95 | [2011-03-15] Old constructor function for downwards compatibility |
Type | Line | Description |
---|---|---|
deprecated | 179 | [2011-03-15] Old constructor function for downwards compatibility |
deprecated | 53 | [2011-03-15] Old constructor function for downwards compatibility |