PHP Classes

AlternarColor array iterator: Loop an array endlesly, returns current element

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 451 This week: 1All time: 6,170 This week: 560Up
Version License Categories
alternarcolor 1.0GNU General Publi...Graphics
Description 

Author

This is a very simple class that iterates over a set (of color codes or names maybe?) and returns the next element in the set on each iteration, coming to first element again.

It can be useful for generating listings with rows using alternated colors.

The class can take an array with an arbitrary number of colors names or values.

In the first iteration it returns the first color in the array. In the next iteration it returns the following color, and so on. When the end or the array is reached, it returns the first color again.

The comments in the class are in Spanish.

Atributes
+---- colores // Available Colors
+---- color // Actual color

Methods
+---- alternarColor( array("color1",...,"colorN") ) // Constructor
+---- imprimir () // Prints out value

Picture of Alfredo Rahn
Name: Alfredo Rahn <contact>
Classes: 4 packages by
Country: Venezuela Venezuela
Age: 49
All time rank: 9782 in Venezuela Venezuela
Week rank: 411 Up4 in Venezuela Venezuela Down

  Files folder image Files  
File Role Description
Accessible without login Plain text file alternarColor.php Class This is the main class
Plain text file example.php Example Example illustrating use of the class

 Version Control Unique User Downloads Download Rankings  
 0%
Total:451
This week:1
All time:6,170
This week:560Up
User Comments (1)
Very original idea.
15 years ago (Axel C)
67%StarStarStarStar