function base::base in Node Gallery 6
File
- ./
node_gallery.model.inc, line 10 - Node gallery module.
Class
- base
- @file Node gallery module.
Code
function base($o) {
foreach ((array) $o as $k => $v) {
$this->{$k} = $v;
}
}
function base($o) {
foreach ((array) $o as $k => $v) {
$this->{$k} = $v;
}
}