06-17-2009, 12:05 PM
|
#16 (permalink)
|
|
The Prestige
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
|
Quote:
Originally Posted by Randy
I like to have it there for personal reasons, just makes it easier to find the end of the document.
|
I usually do like:
PHP Code:
// End of File.php
in the end, and that way I can easially find the end of it(apart from the obvious way of scrolling to the bottom of the file xD).
Quote:
Originally Posted by rguy84
Are we talking about like a functions file? I put it just to be safe...
|
We're talking about any PHP-file.
Though, I only use classfiles nowadays, 'cause I'm using my framework which applies the MVC-structure, so basicly, all files are classes. Except helpers and view-files.
__________________
|
|
|
|