/[drupal]/contributions/modules/stage/test.php
ViewVC logotype

Contents of /contributions/modules/stage/test.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Tue Jul 1 12:58:58 2008 UTC (16 months, 3 weeks ago) by daryl
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
initial import of stage module
1 <?php
2
3 $n = new StdClass();
4 $n->one = '1';
5 $n->two = '2';
6
7 foreach($n as $k => $v){
8 print $k . "\n";
9 }
10
11 ?>

  ViewVC Help
Powered by ViewVC 1.1.2