Chủ Nhật, 9 tháng 9, 2012

get Params trong admin


//GET PARAMS IMAGES THUMBNAIL SIZE
        $params = &JComponentHelper::getParams( 'com_iapp' );
        $image_width    = $params->get('image_width',100);
        $image_height   = $params->get('image_height',150);
Related Posts Plugin for WordPress, Blogger...