Looking for a term to describe a technique to simplify a coding style for begining users. I think there is a term or a phrase coined by PHP (I think) it's something like Havdoc. I would like to know if there is a term for very or overly simplified codeing style like "PHP Basic" or "Simple PHP". If none exists I'd like some suggestions.
Another example would be writting PHP without using the cool array=>access functions because a new user or non-programer would have a difficult time understanding and modifying the code.