The PHP custom classes code hinting automatically gives you suggestions regarding the correct syntax of the used PHP classes.

You will see hints for the core functions, classes, objects, methods and parameters included in the language.

12

Below the offered suggestion you will find detailed information regarding the corresponding PHP syntax along with the version from which it is included in the programming language.

Additionally, you can define your own classes and get hints for them later in the code.

13

If there is an error in the syntax or the entire code is still not entered the Dreamweaver software will display a message informing about the problem.