Search found 1 match

by bpeaks1
Sun Mar 27, 2011 7:45 pm
Forum: PHP - Code
Topic: Referencing class properties
Replies: 1
Views: 111

Referencing class properties

Being fairly new to Php I am trying to adopt some principles and experiences I have learned with VB.NET. I am trying to create a class that will create an array of valid types in order to prevent going back to the data base dozens of times during a session. This is the code for the class, it include...