HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
CSerializeBehavior.php
Go to the documentation of this file.
1 <?php
9 abstract class CSerializeBehavior extends CActiveRecordBehavior
10 {
14  public $serialAttributes = array();
15 }