PHP Classes

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

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 451 All time: 6,173 This week: 673Up
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: 9792 in Venezuela Venezuela
Week rank: 163 Up2 in Venezuela Venezuela Equal

  Files folder image Files (2)  
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

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:451
This week:0
All time:6,173
This week:673Up
User Comments (1)
Very original idea.
16 years ago (Axel C)
67%StarStarStarStar