View Single Post
Old 06-17-2009, 12:05 PM   #16 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

Quote:
Originally Posted by Randy View Post
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 View Post
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.
__________________
Tanax is offline  
Reply With Quote