====== Building a company HR application ====== In this tutorial I will build a complete company HR application using Platform4PHP. I hope to illustrate just how easy it is to get from idea to realization using Platform4PHP. The working title for this application is **People** * [[T1.1 Preparing the database]] * [[T1.2 Preparing folders]] * [[T1.3 Installing Platform4PHP]] * [[T1.4 Instances (Instance / Server)]] * [[T1.5 Creating user registration and login (Form / Field)]] * [[T1.6 Managing security (User / Accesstoken)]] * [[T1.7 Creating a data structure for employees and departments (Datarecord)]] * [[T1.8 Validating datarecord objects and some notes about deletions (Datarecord)]] * [[T1.9 Creating a user interface for the data (DatarecordEditComplex)]] * [[T1.10 Creating an interface for searching data (Filter / Condition)]] * [[T1.11 Adding a profile picture (File)]] * [[T1.12 Deleting old data (Job)]] * [[T1.13 Logging activity (Log)]] * [[T1.14 Providing data connectivity (Api)]] * [[T1.15 Using data connectivity (ApiClient)]] * [[T1.16 Designing a custom interface for editing employees (Component)]] * [[T1.17 Adding multilanguage-support (Translation)]]