- Seme Framework
- version 4.0.3
- Requirements
- Download & Install
- Configuration
- Tutorials
- URI Routing
- Constants
- Global Variables
- Model
- View
- Controller
- cdn_url
- config
- constructor
- getAdditional
- getAdditionalBefore
- getAdditionalAfter
- getAuthor
- getCanonical
- getContentLanguage
- getDescription
- getIcon
- getJsContent
- getJsFooter
- getJsReady
- getKey
- getKeyword
- getLang
- getRobots
- getShortcutIcon
- getThemeElement
- getTitle
- input
- lib
- load
- loadCss
- loadLayout
- putThemeContent
- putJsContent
- putJsFooter
- putJsReady
- render
- resetThemeContent
- session
- setAuthor
- setCanonical
- setContentLanguage
- setDescription
- setIcon
- setKey
- setKeyword
- setLang
- setShortcutIcon
- setTheme
- setTitle
- Library
- CLI (command line interface)
- Core
- Issue
- Deployment
SENE_JSON_Engine Library
SENE_JSON_Engine
is one of the default libraries of the Seme Framework to simplify the process of converting NATIVE PHP data into JSON.
Library Sinopsis
The following is a synopsis for the SENE_JSON_Engine
library.
class SENE_JSON_Engine
{
private function safe_json_encode($value){ .. }
private function utf8ize($mixed){ .. }
private function latin1_to_utf8($dat){ .. }
private function log($str){ .. }
public function out($data, $allowed="*"){ .. }
}
External References
The following are external references used in this document: