infity/basicpack

There is no license information available for the latest version (1.0) of this package.

Basic website pages for Infity frameWork

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:infity-package

1.0 2017-05-15 10:41 UTC

This package is not auto-updated.

Last update: 2025-06-15 11:14:32 UTC


README

Find here some information for basicpack package.

Package description

Basic website pages

Package structure

The basicpack package structure:

basicpack
|_ ajax/
|_ controller/ -- all package controllers
    |_ DefaultController.php -- default controller
|_ form/
|_ language/ 
    |_ [lang]
        |_ error/
        |_ form/
        |_ layout/
        |_ templates/
|_ layout/
|_ templates/ -- all package views
|_ Config.php -- package config file
|_ dependency.xml -- package dependency to other package
|_ package.inf -- package infity info
|_ README.md -- read me file
|_ routes.xml -- routes definition for the package