SmartFAQ is developed by The SmartFactory (https://www.smartfactory.ca), a division of InBox Solutions (https://www.inboxsolutions.net)

What are classes?
Classes are structured elements used in Object Oriented programming for defining objects and grouping functions together in functional units.

An example is the XoopsUser class that defines user objects in XOOPS. The XoopsUser class defines the elements (or "properties") that describe a user; that is, a user has a username, a password, an email address and so on and some functions (or "methods") that describe actions related to a user - such as the incrementPosts() method that adds one to the user's postcount.

More information about classes and objects in PHP can be found on the php.net website:
Classes and Objects (PHP5)
Classes and Objects (PHP4)


The comments are owned by the author. We aren't responsible for their content.


Login

Who's Online

225 user(s) are online (3 user(s) are browsing XOOPS FAQ)


Members: 0


Guests: 225


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Nov 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Did you know ?

You can easily change passwords in the database in case you lost them. You can even let phpmyadmin convert them into the md5 format in which they are stored.

Random question

What is a Popular topic?