Creating a simple form in Drupal 8

posted in: Drupal | 0

Forms are generated as classes in Drupal 8. Each form has its own class for building, validating and handling submitted value. This is awesome because it allows easy grouping of form related functions in a single class. Also in the … Continued

Connect CakePHP app to the MySQL database

posted in: PHP | 0

CakePHP is a popular PHP framework that is used to build web applications. It makes building web applications quicker, simpler and uses less coding. It offers a flexible database access layer. You can install CakePHP either by downloading their website … Continued