[thelist] Documentation

Peter Van Dijck peter.vandijck at vardus.com
Mon Feb 11 10:08:00 CST 2002


> strUN (string)
> intX  (integer)
> lngX  (long)

Auch... I personally never use variable names like that. The only time I
will use a very short variable name (like $aa) is when it is used only
within a section of the code of a few lines long and then never again. 98%
of my variables have names like $article_author or $row["title"], at least
those you can use. My global variables (we're talking PHP here) have names
like DATABASE_PASSWORD or DEFAULT_ADMIN_URL (Not DB_P or DA_URL)
Peter




More information about the thelist mailing list