[PHP] PHP vs ASP.NET

2009-05-28 Thread Olexandr Heneralov
Hi! Guys, you of course, know that ASP.NET becomes more and more popular in the world. I have a question for everyone: Can it happen so that PHP will be replaced with ASP.NET?

[PHP] PHP vs ASP.NET

2009-05-28 Thread Olexandr Heneralov
Hi! Guys, you of course, know that ASP.NET becomes more and more popular in the world. I have a question for everyone: Can it happen so that PHP will be replaced with ASP.NET?

Re: [PHP] Re: PHP, OOP and AJAX

2009-05-28 Thread Olexandr Heneralov
Hi! Do not use low-level AJAX. There are many frameworks for ajax (JQUERY). Try to use PHP frameworks like symfony, zend framework. They simplify your work. 2009/5/28 Lenin > 2009/5/28 kranthi > > > > > > > i recommend you firebug firefox adddon (just go to the net tab and you > > can see all

Re: [PHP] Forms validation and creation- easier solution?

2009-05-20 Thread Olexandr Heneralov
Hi! No, you should not use all the framework. You can use just a class - Zend_Form ( http://framework.zend.com/manual/en/zend.form.quickstart.html). 2009/5/20 Angelo Zanetti > > > > -- > > *From:* Olexandr Heneralov [mailto:ohenera...@gmail.com

Re: [PHP] Forms validation and creation- easier solution?

2009-05-20 Thread Olexandr Heneralov
Hi! Zend framework has a wonderful solution to solve this task. You can download even the demo showing how to do this task Best regards, Alex. 2009/5/20 Angelo Zanetti > Hi all. > > > > We have done quite a few projects and we are looking to find better ways to > implementing forms. > > > > Form