Main Page

From WiserPlatform Documentation
Jump to: navigation, search

Contents

System Requirements

  • BASH (Unix) Environment
    • Access to command line
    • Access to crontab
    • ImageMagick 6.0+
  • Webserver
    • Apache or Lighttpd
    • mod_rewrite needs to be installed
  • PHP5
    • Required Extensions
      • cURL
      • GD
        • Freetype2
        • JPEG support
      • XSL
      • mbstring
      • zlib
  • MySQL
    • Version 4 or Greater

Installation

Configuration

Customization

Creating a New Entity

  1. From the bin/ folder, run php clean_names.php
  2. You will be asked the following questions:
    1. What is the singular form of your entity?
    2. What is the plural form of your entity?
    3. What is the abbreviated form of your entity?
    4. Is your entity revisionable?

The script will then create the new entity table, the model files, the Symfony module, and all class hierarchy adjustments.

Customizing a New Entity

Once you have completed the steps above you should have a new entity. It will have only one property: name. You should be able to add / edit / and browse new records.

Advanced Entity Features

Personal tools