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 le...@phpxperts.net

 2009/5/28 kranthi kranthi...@gmail.com

 
 
  i recommend you firebug firefox adddon (just go to the net tab and you
  can see all the details of the communication between client and
  server)
  and i find it helpful to use a standard javascript(jQuery in my case)
  library instead of highly limited plain javascript  language
 
 I also recommend using FirePHP with FireBug here's a nicely written
 tutorial
 on how to use them both together for Ajax'ed pages. http://tr.im/iyvl
 Thanks
 Lenin
 www.twitter.com/nine_L



[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] 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 ang...@zlogic.co.za

 Hi all.



 We have done quite a few projects and we are looking to find better ways to
 implementing forms.



 Forms seem to be quite time consuming and repetitive.



 Generally are there any classes or libraries that will assist with:



 1.  Easy creation of forms (fields and layout)

 2. Validation of specific fields within the forms (server side not JS)

 3. Decrease in time required to setup the forms pages

 any other comments are welcome.



 Thanks in advance

 Angelo


 Elemental
 http://www.elemental.co.za http://www.elemental.co.za/

 Dynamic Web and Mobile Solutions








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 ang...@zlogic.co.za




  --

 *From:* Olexandr Heneralov [mailto:ohenera...@gmail.com]
 *Sent:* 20 May 2009 09:08
 *To:* Angelo Zanetti
 *Cc:* php-general@lists.php.net
 *Subject:* Re: [PHP] Forms validation and creation- easier solution?



 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.



 Thanks Alex. But would that mean that I need to implement the entire
 Framework or can I just use the class to incorporate into our new projects
 (bespoke applications – custom developed).

 Looking forward to your reply!

 Angelo

 2009/5/20 Angelo Zanetti ang...@zlogic.co.za

 Hi all.



 We have done quite a few projects and we are looking to find better ways to
 implementing forms.



 Forms seem to be quite time consuming and repetitive.



 Generally are there any classes or libraries that will assist with:



 1.  Easy creation of forms (fields and layout)

 2. Validation of specific fields within the forms (server side not JS)

 3. Decrease in time required to setup the forms pages

 any other comments are welcome.



 Thanks in advance

 Angelo


 Elemental
 http://www.elemental.co.za http://www.elemental.co.za/

 Dynamic Web and Mobile Solutions