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 Mon, 11 Mar 2019 15:47:20 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.