Structures_DataGrid
[ class tree: Structures_DataGrid ] [ index: Structures_DataGrid ] [ all elements ]

Source for file bind-dataobject.php

Documentation is available at bind-dataobject.php

  1. <?php
  2. $person = new DataObjects_Person;
  3.  
  4. $person->hair = 'red';
  5. $person->has_glasses = 1; 
  6.  
  7. $datagrid->bind($person);
  8. ?>

Documentation generated on Tue, 18 Dec 2007 11:30:06 -0500 by phpDocumentor 1.4.0. PEAR Logo Copyright © PHP Group 2004.