Gabor Hojtsy wrote: > > As we are already talked some about conventions in the manual, > I think it is appropriate here to open a discussion about whether > we use .inc, .inc.php or .php or whatever for included files. >
I don't recommend .inc because it's a security problem on misconfigured servers. I think .inc.php is better than .php as it can give an idea to reader if code inside is related to layout or application core. Serdar