-
Notifications
You must be signed in to change notification settings - Fork 3
/
introduction.gtw
19 lines (15 loc) · 994 Bytes
/
introduction.gtw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
~~LANG:FR@frman:introduction~~
Jelix is a framework for PHP 7 or 8, and it allows you to develop quickly
huge or tiny web applications. It contains many components, to use the MVC
pattern, to access to databases through the Jelix ORM, to generate many kind of
content etc.
This is a framework which enforce to organize files within specific directories,
offering an easier way to maintain applications.
This architecture is designed to be modular. Files of an application, like
controllers, templates, business classes, are grouped by functional area,
called modules, so it can be reused easily into other applications. Thus Jelix
provides modules for authentication, credentials, administration interfaces etc.
Many other modules have been developed for some projects, and you can reuse
them: modules for a forum, a blog, e-commerce etc.
This manual content all informations to learn to use and develop such modules to
build tiny or huge applications, and to use tens components of Jelix.