Posts in tag

good practices


WordPress is not a slow CMS but we could slow it down by including non-optimized themes and plugins, and although it is a very easy to use CMS you must have notions of what you are doing when modifying the settings. We will analyze some necessary points to have a good loading speed. Web hosting It is important to choose a ...

Variable names The first letter of a variable must start with lowercase Native variables or arrays must be separated by an underscore (_) each word change: $my_var Variables that are Objects must change to uppercase each word end, example: $myVar Global variables must all be capitalized, example: $MY_VAR Assignments Must ...