#!/usr/bin/env php user->account = 'test'; $bug = new bugModel(); $bug->setMenu(array(1, 2, 3), 1); print_r($lang->bug->menu->product);