Thule - 0.9.6
  • Welcome
  • Introduction
  • - MVC(Model-View-Controller)
    - Architecture of Framework
    - Flow Chart of Application
    - Services In One Server
    - Developing Guide
    - Features
  • Installation
  • Getting Started
  • - Direct Access HTTP
    - Router Access HTTP
    - Router Direct Access HTTP
    - Reserved Function
    - Convention
    - Bootstrap
    - Pack Javascript , CSS
  • Basic Modules
  • - Model
    - View
    - Controller
  • Libraries
  • - Router
    - Config
    - Response
    - Request
    - Database
    - Query
    - Cache
    - Debug
    - Log
    - Unit Test
    - Registry
    - Profile
  • Helper
  • - Auth
    - Calendar
    - Date
    - Error page
    - Email
    - Form
    - GeoIP
    - Google
    - Html Element
    - Html
    - Http
    - I18n
    - Image
    - Json
    - Jquery
    - Login
    - Layout
    - Locale
    - PHP to Javascript
    - Paging
    - Payflow
    - Soap
    - Text
    - Table
    - Uri
    - Upload
    - Validation
  • Plugins
  • - Smarty Template Engine
  • History
  • Home > Installation

    Requirement

    Thule PHP Framework is Object Oriented PHP and you need PHP version 5 or later.
    If you use the PHP 4 because of PHP 4 performance, don't worry about that, thule provides best performance and very familiar with pure PHP coding style.

    Download Thule Framework


    download new release for click here

    Install to your server


    1.unzip the package.
    2.upload the thule folders and files to your web server and make views folder to be a docroot-directory.
    3.modify the views/gate.php file , application/config/dev_config.php, application/database/config/dbconfig.php appropriately.

    thuleframework_x.x.x/.
    /application        //application directory
    /logs         // logs directory
    /controllers        // controllers directory
    /models        // models directory
    /tests         // unit test directory
    /thule         // thule core directory
    /views         // document root directory