Deprecated
| Line | Element | Reason |
|---|---|---|
| 282 | TMemCache::setUseMemcached() | since Prado 4.1, only memcached is available |
| Line | Element | Reason |
|---|---|---|
| 274 | Prado::getDefaultPermissions() | deprecated since version 4.2.2, replaced by @getDefaultDirPermissions and @getDefaultFilePermissions |
| Line | Element | Reason |
|---|---|---|
| 292 | TPageService::getTemplateManager() | since 4.3.0 |
| 301 | TPageService::setTemplateManager() | since 4.3.0 |
| 310 | TPageService::getThemeManager() | since 4.3.0 |
| 319 | TPageService::setThemeManager() | since 4.3.0 |
| Line | Element | Reason |
|---|---|---|
| 204 | THttpRequest::stripSlashes() | useless since get_magic_quotes_gpc() is unavailable from php 5.4 |
| Line | Element | Reason |
|---|---|---|
| 70 | TActiveImage::setImageAlign() | use the Style property to set the float and/or vertical-align CSS properties instead |
| 101 | TActiveImage::setDescriptionUrl() | use a WAI-ARIA alternative such as aria-describedby or aria-details instead. |
| Line | Element | Reason |
|---|---|---|
| 81 | TActiveImageButton::setImageAlign() | use the Style property to set the float and/or vertical-align CSS properties instead |
| 112 | TActiveImageButton::setDescriptionUrl() | use a WAI-ARIA alternative such as aria-describedby or aria-details instead. |
| Line | Element | Reason |
|---|---|---|
| 623 | TCallbackClientScript::appear() | since 3.4 |
| 634 | TCallbackClientScript::fade() | since 3.4 |
| 645 | TCallbackClientScript::setOpacity() | since 3.4 |
| 772 | TCallbackClientScript::blindDown() | since 3.4 |
| 784 | TCallbackClientScript::blindUp() | since 3.4 |
| 796 | TCallbackClientScript::dropOut() | since 3.4 |
| 807 | TCallbackClientScript::grow() | since 3.4 |
| 818 | TCallbackClientScript::shrink() | since 3.4 |
| 830 | TCallbackClientScript::squish() | since 3.4 |
| 843 | TCallbackClientScript::switchOff() | since 3.4 |
| Line | Element | Reason | |
|---|---|---|---|
| 55 | TBaseDataList::getCellSpacing() | use the border-spacing CSS property instead |
|
| 68 | TBaseDataList::setCellSpacing() | use the border-spacing CSS property instead |
|
| 77 | TBaseDataList::getCellPadding() | use border-collapse CSS property with its value set to collapse, and the padding property to the | element. |
| 90 | TBaseDataList::setCellPadding() | use border-collapse CSS property with its value set to collapse, and the padding property to the | element. |
| Line | Element | Reason | |
|---|---|---|---|
| 184 | TCheckBoxList::getCellSpacing() | use the border-spacing CSS property instead |
|
| 198 | TCheckBoxList::setCellSpacing() | use the border-spacing CSS property instead |
|
| 207 | TCheckBoxList::getCellPadding() | use border-collapse CSS property with its value set to collapse, and the padding property to the | element. |
| 221 | TCheckBoxList::setCellPadding() | use border-collapse CSS property with its value set to collapse, and the padding property to the | element. |
| Line | Element | Reason |
|---|---|---|
| 846 | TDataList::getCaptionAlign() | use the CSS properties caption-side and text-align instead. |
| 855 | TDataList::setCaptionAlign() | use the CSS properties caption-side and text-align instead. |
| Line | Element | Reason |
|---|---|---|
| 27 | THorizontalAlign | use the CSS text-align property instead |
| Line | Element | Reason |
|---|---|---|
| 127 | THyperLink::getImageAlign() | use the ImageStyle property to get the float and/or vertical-align CSS properties instead |
| 140 | THyperLink::setImageAlign() | use the ImageStyle property to set the float and/or vertical-align CSS properties instead |
| 149 | THyperLink::getImageHeight() | use the ImageStyle.Height property to get the height instead |
| 159 | THyperLink::setImageHeight() | use the ImageStyle property to set the height CSS property instead |
| 185 | THyperLink::getImageWidth() | use the ImageStyle.Width property to get the width property instead |
| 195 | THyperLink::setImageWidth() | use the ImageStyle property to set the width CSS property instead |
| Line | Element | Reason |
|---|---|---|
| 81 | TImage::getImageAlign() | use the Style property to get the float and/or vertical-align CSS properties instead |
| 94 | TImage::setImageAlign() | use the Style property to set the float and/or vertical-align CSS properties instead |
| 145 | TImage::getDescriptionUrl() | use a WAI-ARIA alternative such as aria-describedby or aria-details instead. |
| 154 | TImage::setDescriptionUrl() | use a WAI-ARIA alternative such as aria-describedby or aria-details instead. |
| Line | Element | Reason |
|---|---|---|
| 47 | TInlineFrame::getAlign() | obsolete since html5 |
| 56 | TInlineFrame::setAlign() | obsolete since html5 |
| 65 | TInlineFrame::getDescriptionUrl() | obsolete since html5 |
| 74 | TInlineFrame::setDescriptionUrl() | obsolete since html5 |
| 83 | TInlineFrame::getShowBorder() | obsolete since html5, use CSS border:none |
| 92 | TInlineFrame::setShowBorder() | obsolete since html5 |
| 143 | TInlineFrame::getScrollBars() | obsolete since html5 |
| 152 | TInlineFrame::setScrollBars() | obsolete since html5 |
| 200 | TInlineFrame::getMarginWidth() | obsolete since html5 |
| 210 | TInlineFrame::setMarginWidth() | obsolete since html5 |
| 223 | TInlineFrame::getMarginHeight() | obsolete since html5 |
| 233 | TInlineFrame::setMarginHeight() | obsolete since html5 |
| Line | Element | Reason |
|---|---|---|
| 30 | TInlineFrameAlign | obsolete since html5 |
| Line | Element | Reason |
|---|---|---|
| 27 | TInlineFrameScrollBars | obsolete since html5 |
| Line | Element | Reason |
|---|---|---|
| 119 | TMetaTag::getScheme() | considered useless |
| 128 | TMetaTag::setScheme() | considered useless |
| Line | Element | Reason | |
|---|---|---|---|
| 102 | TTable::addAttributesToRender() | the current implementation only adds a border attribute to the table |
|
| 172 | TTable::getCellSpacing() | use the border-spacing CSS property instead |
|
| 185 | TTable::setCellSpacing() | use the border-spacing CSS property instead |
|
| 194 | TTable::getCellPadding() | use border-collapse CSS property with its value set to collapse, and the padding property to the | element. |
| 207 | TTable::setCellPadding() | use border-collapse CSS property with its value set to collapse, and the padding property to the | element. |
| 236 | TTable::getGridLines() | use CSS to style the borders of individual elements |
|
| 249 | TTable::setGridLines() | use CSS to style the borders of individual elements |
| Line | Element | Reason |
|---|---|---|
| 26 | TTableGridLines | use CSS to style the borders of individual elements |
| Line | Element | Reason |
|---|---|---|
| 86 | TTableHeaderCell::getCategoryText() | use the Scope property instead |
| 95 | TTableHeaderCell::setCategoryText() | use the Scope property instead |
| Line | Element | Reason |
|---|---|---|
| 140 | TTableItemStyle::getHorizontalAlign() | use the CSS text-align property instead |
| 150 | TTableItemStyle::setHorizontalAlign() | use the CSS text-align property instead |
| 159 | TTableItemStyle::getVerticalAlign() | use the CSS vertical-align property instead |
| 169 | TTableItemStyle::setVerticalAlign() | use the CSS vertical-align property instead |
| Line | Element | Reason | |
|---|---|---|---|
| 234 | TTableStyle::getCellPadding() | use border-collapse CSS property with its value set to collapse, and the padding property to the | element. |
| 244 | TTableStyle::setCellPadding() | use border-collapse CSS property with its value set to collapse, and the padding property to the | element. |
| 255 | TTableStyle::getCellSpacing() | use the border-spacing CSS property instead |
|
| 265 | TTableStyle::setCellSpacing() | use the border-spacing CSS property instead |
|
| 276 | TTableStyle::getGridLines() | use CSS to style the borders of individual elements |
|
| 286 | TTableStyle::setGridLines() | use CSS to style the borders of individual elements |
| Line | Element | Reason |
|---|---|---|
| 26 | TVerticalAlign | use the CSS vertical-align property instead |