招聘高级PHP程序员,月薪9000以上,有意向者可发送简历至david@kingofcoders.com

解决方案 »

  1.   

    PHP这几天挺热呀,老是在招聘!
      

  2.   

    [align=center]我在想  都开到9000了  不啥不加点 到 一万 呢 更吸引人 啊哎  临时号 这贴估计结不了了[/align]
      

  3.   

    薪水这么高啊……
    招PHP去做什么啊?
      

  4.   

    9k高吗?关键看工作地点和项目难度了~5年PHP开发经验,2年C++
      

  5.   

    有能力了这也不是很多,但是可能你需要懂得很多东西 linux mysql apache python perl 等,因为在一些大公司,不会只做php的,什么都可能用到。
      

  6.   

    真有那么高嘛、、、、、、腾讯的PHP好像也没那么高
    强烈要求:楼主表明公司地址
      

  7.   

    你的“高级PHP程序员”是什么样的标准呢?
      

  8.   

    function integrate($cfg)
        {
            $this->charset = isset($cfg['db_charset']) ? $cfg['db_charset'] : 'UTF8';
            $this->prefix = isset($cfg['prefix']) ? $cfg['prefix'] : '';
            $this->db_name = isset($cfg['db_name']) ? $cfg['db_name'] : '';
            $this->cookie_domain = isset($cfg['cookie_domain']) ? $cfg['cookie_domain'] : '';
            $this->cookie_path = isset($cfg['cookie_path']) ? $cfg['cookie_path'] : '/';
            $this->need_sync = true;        $quiet = empty($cfg['quiet']) ? 0 : 1;        /* 初始化数据库 */
            if (empty($cfg['db_host']))
            {
                $this->db_name = $GLOBALS['ecs']->db_name;
                $this->prefix = $GLOBALS['ecs']->prefix;
                $this->db = &$GLOBALS['db'];
            }
            else
            {
                if (empty($cfg['is_latin1']))
                {
                    $this->db = new cls_mysql($cfg['db_host'], $cfg['db_user'], $cfg['db_pass'], $cfg['db_name'], $this->charset, NULL,  $quiet);
                }
                else
                {
                    $this->db = new cls_mysql($cfg['db_host'], $cfg['db_user'], $cfg['db_pass'], $cfg['db_name'], 'latin1', NULL, $quiet) ;
                }
            }        if (!is_resource($this->db->link_id))
            {
                $this->error = 1; //数据库地址帐号
            }
            else
            {
                $this->error = $this->db->errno();
            }
        }
    前来应聘!!!