Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomano committed Nov 21, 2024
1 parent f8da4fb commit fe6dfb6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ Or you can leave it as it is. In this case, your modification will support both
| -------------------------- | :----------------------------------------------------: |
| `saveDBSettings` | `ACP::saveDBSettings` |
| `prepareDBSettingContext` | `ACP::prepareDBSettingContext` |
| `createAttachment` | `Attachment::create` |
| `removeAttachments` | `Attachment::remove` |
| `parse_bbc` | `BBCodeParser::load()->parse` |
| `BoardIndex` | `BoardIndex::call()` |
| `cache_get_data` | `CacheApi::get` |
Expand Down Expand Up @@ -199,6 +201,7 @@ Or you can leave it as it is. In this case, your modification will support both
| `shorten_subject` | `Utils::shorten` |
| `smf_chmod` | `Utils::makeWritable` |
| `smf_json_decode` | `Utils::jsonDecode` |
| `get_mime_type` | `Utils::getMimeType` |
| `un_htmlspecialchars` | `Utils::htmlspecialcharsDecode` |
| `fetch_web_data` | `WebFetchApi::fetch` |
| `timeformat` | `Time::timeformat` |
Expand Down
5 changes: 4 additions & 1 deletion README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ class Example
| -------------------------- | :-----------------------------------------------------: |
| `saveDBSettings` | `ACP::saveDBSettings` |
| `prepareDBSettingContext` | `ACP::prepareDBSettingContext` |
| `createAttachment` | `Attachment::create` |
| `removeAttachments` | `Attachment::remove` |
| `parse_bbc` | `BBCodeParser::load()->parse` |
| `BoardIndex` | `BoardIndex::call()` |
| `cache_get_data` | `CacheApi::get` |
Expand Down Expand Up @@ -171,7 +173,7 @@ class Example
| `sendmail` | `Mail::send` |
| `getBoardList` | `MessageIndex::getBoardList` |
| `preparsecode` | `Msg::preparseCode` |
| `un_preparsecode` | `Msg::un_preparsecode` |
| `un_preparsecode` | `Msg::un_preparsecode` |
| `getNotifyPrefs` | `Notify::getNotifyPrefs` |
| `constructPageIndex` | `new PageIndex` |
| `memoryReturnBytes` | `Sapi::memoryReturnBytes` |
Expand Down Expand Up @@ -199,6 +201,7 @@ class Example
| `shorten_subject` | `Utils::shorten` |
| `smf_chmod` | `Utils::makeWritable` |
| `smf_json_decode` | `Utils::jsonDecode` |
| `get_mime_type` | `Utils::getMimeType` |
| `un_htmlspecialchars` | `Utils::htmlspecialcharsDecode` |
| `fetch_web_data` | `WebFetchApi:fetch` |
| `timeformat` | `Time::timeformat` |
Expand Down

0 comments on commit fe6dfb6

Please sign in to comment.