On Tuesday 04 March 2008, David Coallier wrote:
> /**
>  * The format for the importing of the data
>  * is quite simple.
>  *
>  * an array key for the name of the project composed
>  * of 3 parts. The first is the project week starting,
>  * the second is project week ending, and the last one
>  * (which is only in phase 2) is current progress.
>  */
> return array(
>     'Name X' => array(
>         '1', // Starting week
>         '5', // Ending week
>         'x', // Current progress @todo
>     ),

Hi! and all the best for this project.
Short comment: The weeks was just an example right? For actual data storage 
timestamps would be the only way to go. Sometimes you want to gantt shorter 
intervals than weeks.

-- 
Gunnstein Lye
Systems engineer
[EMAIL PROTECTED] | eZ Systems | http://ez.no
-- 
Components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/components

Reply via email to