- 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
Tutorial
This tutorial is intended to introduce you to the Seme Framework and the basic principles of MVC architecture. It will show you how a basic Seme Framework application is constructed in step-by-step. The objectives of this tutorial is how to use the framework with real life examples. So, developer can implemented all features that existed on Seme Framework such as:
- Model-View-Controller basics
- Routing basics
- Form validation
- Performing basic database queries using Query Builder
- Theming
- Admin
- Libraries
- and APIs
The entire tutorial is split up over several pages. Each explaining a small part of the functionality of the Seme Framework. You’ll go through the following pages:
- Quick Start, will describe quick start tutorial from scratch.
- Introduction, which gives you an overview of what to expect.
- Theme and layout, which will teach you the basics of creating view using Seme Framework.
- Building API, this will introduce more about database, controller, and model.
Enjoy your exploration of the Seme Framework.