I am a frontend developer who also does some backend work. I want to write an entire web app in php. Somehow, my backend team is hell-bent on using EJB, Struts etc...
Their reason for not using php is this -> "it is not advisable to write data-accessing code, that has queries etc.. in php. the backend is better written in ejb it is more secure" or something along those lines...
I mainly come from a .Net background - been into ASP.net for years. I am a novice when it comes to PHP and have no idea about EJB.
I am confused about what they are saying. The question of which to use for backend aside, is what they are saying true? Then how do websites that use PHP entirely, access data?
Can someone help me in understanding this whole backend confusion?
Oh yeah.. the database we use is MySQL.