Skip to main content

Openings for different technoogies.

Urgent Openings for PHP, Zend Framework

About V2 Solutions:

V2Solutions was founded in 2003 and have wholly-owned development centers throughout India. Specializing in providing custom-built software solutions, we have emerged as an aggressive leader in servicing entrepreneurial clients, with a reputation that brought about our inclusion among Silicon India's Top 100 companies for 2006. Embodying an exciting team-based perspective, V2 thoroughly understands the unique challenges faced by emerging-growth customers, eschewing one-size-fits-all approaches and focusing instead on custom-made solutions for each client. This business-backward approach has powered our growth from day-one, setting us apart as it set the stage for our rapid success. For more details, please visit www.v2solutions.com


Please find below job description for the same:
Total Experience: 1-9 yrs

Designation: Developer/Sr Developer/Team Lead

Location: Mumbai

-Should have knowledge on MVC
-Good knowledge in OOPS,
-Good practical work experience on Cake PHP or Zend Framework
-Ready to relocate to Mumbai (Navi Mumbai)

Interested candidates Kindly revert with your updated profile and below information for the further processing:
Total Exp:
Relevant exp on PHP:
Current CTC:
Expected CTC:
Notice Period:
Location Preference:

Feel free to revert for any further clarifications

Regards
Neelam Mistry

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...