• English documentation
  • index
FuelPHP fundamentals The application wizard

Create a new applicationΒΆ

  • The application wizard
  • Add an enhancer
    • 1. Configuration in metadata file
    • 2. [Back-office] Create the enhancer’s controller
      • Configuration popup
      • Change preview
    • 3. [Front-office] Display content on the website
    • 4. URL enhancers
  • Create a template
    • 1. metadata configuration
    • 2. View file creation
  • Add fields
    • Standards fields
      • <select> field
      • <button type=”submit”>
    • Renderers (enhanced fields)
  • Add thumbnails view in App Desk
  • Display thumbnails in differents formats
  • Add common fields to all contexts
    • Common field
    • Example
    • Common media and WYSIWYG
    • Example
  • Add attachment
    • Principles
    • Joined to a model
    • Details
      • Extensions
      • URL alias
      • Secured attachment
  • Translate an application
    • File metadata.config.php
    • Other files
      • Advanced mode: configure your own dictionaries
  • Migrations files
  • Create your own Behaviour
    • Why doing it?
    • Extending the Orm_Behaviour class
      • Properties
      • Listening to a FuelPHP event (Observer)
      • Listening to a Novius OS event
      • Adding dynamically an instance method on a model
      • Adding dynamically a static method on a model
FuelPHP fundamentals The application wizard

This Page

  • Show Source
  • Show on GitHub
  • Edit on GitHub
  • English documentation
  • index