PHP Classes

Double array functionality

Recommend this page to a friend!

      PHP Report  >  All threads  >  Double array functionality  >  (Un) Subscribe thread alerts  
Subject:Double array functionality
Summary:Double array functionality
Messages:2
Author:Marcos Rafael Costa Loureiro
Date:2012-08-08 11:35:58
Update:2012-08-18 13:38:38
 

  1. Double array functionality   Reply   Report abuse  
Picture of Marcos Rafael Costa Loureiro Marcos Rafael Costa Loureiro - 2012-08-08 11:35:58
Hi there,
First of all, this looks great, and thanks.
I'm currently testing its functionalities, but I can't get it to work to do:

prod1 prod2 prod3 prod4 ...
client1 TP1C1 TP2C1 TP3C1 TP4C1 ...
client2 TP1C2 TP2C2 TP3C2 TP4C2 ...
client3 TP1C3 TP2C3 TP3C3 TP4C3 ...
.... ....

TPxCy - Total Products X for Client Y

Is it possible to do? Could you give me an hand if it can couse I seem I cant manage to do it.
Thanks!

  2. Re: Double array functionality   Reply   Report abuse  
Picture of verni verni - 2012-08-18 13:38:38 - In reply to message 1 from Marcos Rafael Costa Loureiro
Hi. Sorry for the late response.

This version can't do what your are asking for but I plan to release an update with that funcionality (almost finished).

With this new update you would first generate columns (products, as many as you have) and then generate rows of data (clients, as many as you have).

Please, feel free to post new ideas or bug reports.

Thanx!