View Single Post
Old 07-28-2008, 03:23 PM   #4 (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 redSHIFT View Post
Interesting tutorial, personally I use the phpdoc comments at the start of a file e.g.

PHP Code:
/**
 * Sample file
 * @package Sample
 * @version 1.0
 * @author Ross Masters <ross@php.net> (yeah, right)
 */ 
Interfaces are useful if there is scope to write a future addition to your abstract - in this case a PostgreSQL plugin for the database system - and don't see why more people don't use them.

I'll be interested to see your plugins tutorial as I'm struggling myself with a similar project.
Hehe yea, well.. it wasn't really a tutorial about how to write comments though, but okey

Indeed, if they want to write an oracle db, or mysqli or w.e..
Thanks I'll write it whenever I see more interest xD
__________________
Tanax is offline  
Reply With Quote