Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This document guide developers how to developing high performance, scalable App, using phpFox database library, using phpFox services: Likes, Comments, Shares, ...

, exporting App to install on others phpFox site or publish to https://phpFox store.phpfox.com/.

If you are finding out advanced usage of phpFox service, let's skip this section and move to the next []

As a developer, first view after getting a phpFox installed, take a look into phpFox directory structure.

phpFox directory structure

Image RemovedImage Added

PF.Base

PF.Base, as you may expect, this directory contains all phpFox core library classes and bootstrap scripts, its separate in some child directory, help directory more clean

...

less

This directory contains http://lesscss.org/ less scripts. In order building a flexible theme system, phpFox does not writing css directly, it write a lots of variable and
configuration then a build-in compiler that compile all less code in to single one bundle css file.

...

This article describe phpFox directory structure, its simple and clean. In several next chapters you will learn how to create phpFox app tutorial.todolist/create-app.md

Next Chapter