Skip to content

Commit

Permalink
Update shape color names in content
Browse files Browse the repository at this point in the history
  • Loading branch information
emidwate authored Nov 29, 2024
1 parent be79e34 commit aa2e186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions development/architecture/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Like most traditional web applications, PrestaShop is heavily **Database**-drive
In the figure above, the database has been placed a little outside the diagram to point out to the fact that it's a system of its own that could be on a separate server, in a cluster, etc.
{{% /notice %}}

The purple cloud depicted above the Database is what we call the **Core Business**. It's the big ensemble of code that manages what makes PrestaShop PrestaShop, also referred as "business logic". It includes models, controllers, helper classes, and the like.
The black cloud depicted above the Database is what we call the **Core Business**. It's the big ensemble of code that manages what makes PrestaShop PrestaShop, also referred as "business logic". It includes models, controllers, helper classes, and the like.

PrestaShop controllers will generally output HTML pages, but on some cases they can output JSON or even XML. The structure of those pages is defined by **Themes** (depicted as pink blocks overlapping both the front-end and the back-end), which transform controller-provided data into HTML. This is true both for the FO and BO.
PrestaShop controllers will generally output HTML pages, but on some cases they can output JSON or even XML. The structure of those pages is defined by **Themes** (depicted as white blocks overlapping both the front-end and the back-end), which transform controller-provided data into HTML. This is true both for the FO and BO.

Although PrestaShop 8 is bundled with default themes for FO and BO, only the FO supports third-party themes.

Expand Down

0 comments on commit aa2e186

Please sign in to comment.