Skip to main content

Openings for different technoogies.

job openings for PHP developers

    We have the immediate opening for our Clients: CMM Level 5
    (Information Technology Management Pvt Ltd.)
    URL: www.itmsys.com

    About ITM:
    ITM is a full service Technology Provider to Fortune 1000 firms since 1989. We execute outsourced projects at our 21000 Sq Ft near shore facility in New Jersey. We are into Software Development, Consulting, Outsourcing, Training & Professional services. ITM provides innovative and flexible technology solutions for diverse industry sectors. We undertake new projects and tackle new product development with reduced budgets and greater speed. Our focus on industry solutions, allows us to harness the power of technology and offer innovative solutions in manifest business and technology domains.


    Note: You will be permanent employee of the ITM (Information Technology Management Pvt Ltd.), Bangalore

    Position: PHP developer
    Time to Join: Immediate (who ever is joining by with in 7-10 days)
    Experience: 2-5 yrs
    Location: Chennai
    Job Description:
    Mandatory Skill:
    Please start sharing profiles for PHP with CMS- Drupal or Joomla and with Frameworks- Zend or MVC or any other.

    =

    Total EXP:
    Relevant Exp:
    Current CTC:
    Expected CTC:
    Notice Period:
    Current location:

    If you have any references please share with me

    Thanks and Regards,
    Vijaya M
    IT Recruiter
    Information Technology Management (India) Pvt Ltd.
    #251,2nd Floor,11th main road, Wilson Garden, Bangalore - 560027
    Office: 080-65779977|Extn: 911
    E-mail: medisettyv@itmsys.com

Comments

Popular posts from this blog

Openings for different technoogies.

 

What is the relation between Classes and Objects?

  They look very much same but are not same. A class is a definition, while an object is an instance of the class. A class is a blueprint while objects are actual objects existing in the real world. Suppose we have a class Person which has attributes and methods like name, age, height, weight, color etc. Class Person is just a prototype, now we can create real-time objects of class Person. #Example:   Ajay  is real time object of class  Person , which have name=Ajay, age=23, height=170cm, weight=60kg and color=black etc. Class A way to bind data and associated functions together. Class have many objects. Class is a template for creating objects. It is logical existence. Memory space is not allocated, when it is created. Definition (Declaration) is created once. Class is declared using "class" keyword. Object Basic runtime entity in object oriented environment. Object belongs to only class. Object are a implementation of class. It is physical existence. Memory space i...