[PHP] Scalable Vector Graphics with PHP

2010-12-09 Thread sudarshana sampath
Hi, We are going add a topology view to our Network Management System. Our Network Management System is based on PHP, CakePHP, jQuery and other web related tools(middle tier written using C++). So we are going to work with Scalable Vector Graphics. We are looking for the best solution for doing

Re: [PHP] Scalable Vector Graphics with PHP

2010-12-09 Thread Nathan Nobbe
On Thu, Dec 9, 2010 at 4:55 AM, sudarshana sampath sudarshanasamp...@gmail.com wrote: Hi, We are going add a topology view to our Network Management System. Our Network Management System is based on PHP, CakePHP, jQuery and other web related tools(middle tier written using C++). So we

[PHP] sending emails

2010-12-09 Thread Marc Fromm
We have web forms that send the user an email confirmation after submission, like most forms do. The emails are being delivered to the users' junk folder. The main campus IT staff claim it is because our server is sending the emails. The campus is using Microsoft exchange servers. I am using Red

Re: [PHP] ORM doctrine

2010-12-09 Thread David Harkness
On Wed, Dec 8, 2010 at 11:11 PM, Daevid Vincent dae...@daevid.com wrote: Avoid these ORM things like the plague! . . . Not to mention all that fancy ORM doesn't come without a price. It costs in terms of speed, as well as training. If you value CPU time over developer time, by all means

Re: [PHP] sending emails

2010-12-09 Thread Daniel P. Brown
On Thu, Dec 9, 2010 at 13:36, Marc Fromm marc.fr...@wwu.edu wrote: We have web forms that send the user an email confirmation after submission, like most forms do. The emails are being delivered to the users' junk folder. The main campus IT staff claim it is because our server is sending the

Re: [PHP] sending emails

2010-12-09 Thread Ashley Sheridan
On Thu, 2010-12-09 at 10:36 -0800, Marc Fromm wrote: We have web forms that send the user an email confirmation after submission, like most forms do. The emails are being delivered to the users' junk folder. The main campus IT staff claim it is because our server is sending the emails. The

Re: [PHP] sending emails

2010-12-09 Thread TR Shaw
On Dec 9, 2010, at 1:36 PM, Marc Fromm wrote: We have web forms that send the user an email confirmation after submission, like most forms do. The emails are being delivered to the users' junk folder. The main campus IT staff claim it is because our server is sending the emails. The

Re: [PHP] sending emails

2010-12-09 Thread Ashley Sheridan
On Thu, 2010-12-09 at 14:03 -0500, TR Shaw wrote: On Dec 9, 2010, at 1:36 PM, Marc Fromm wrote: We have web forms that send the user an email confirmation after submission, like most forms do. The emails are being delivered to the users' junk folder. The main campus IT staff claim it

Re: [PHP] sending emails

2010-12-09 Thread Steve Staples
On Thu, 2010-12-09 at 19:06 +, Ashley Sheridan wrote: On Thu, 2010-12-09 at 14:03 -0500, TR Shaw wrote: On Dec 9, 2010, at 1:36 PM, Marc Fromm wrote: We have web forms that send the user an email confirmation after submission, like most forms do. The emails are being

Re: [PHP] sending emails

2010-12-09 Thread TR Shaw
On Dec 9, 2010, at 2:06 PM, Ashley Sheridan wrote: On Thu, 2010-12-09 at 14:03 -0500, TR Shaw wrote: On Dec 9, 2010, at 1:36 PM, Marc Fromm wrote: We have web forms that send the user an email confirmation after submission, like most forms do. The emails are being delivered to the

[PHP] PHP 5.3.4 Released

2010-12-09 Thread Johannes Schlüter
The PHP development team is proud to announce the immediate release of PHP 5.3.4. This is a maintenance release in the 5.3 series, which includes a large number of bug fixes. Security Enhancements and Fixes in PHP 5.3.4: * Fixed crash in zip extract method (possible CWE-170). * Paths

[PHP] PHP 5.2.15 Released!

2010-12-09 Thread Ilia Alshanetsky
The PHP development team would like to announce the immediate availability of PHP 5.2.15. This release marks the end of support for PHP 5.2. All users of PHP 5.2 are encouraged to upgrade to PHP 5.3. This release focuses on improving the security and stability of the PHP 5.2.x branch with a small

Re: [PHP] ORM doctrine

2010-12-09 Thread Larry Garfield
On Thursday, December 09, 2010 12:45:38 pm David Harkness wrote: On Wed, Dec 8, 2010 at 11:11 PM, Daevid Vincent dae...@daevid.com wrote: Avoid these ORM things like the plague! . . . Not to mention all that fancy ORM doesn't come without a price. It costs in terms of speed, as well as

RE: [PHP] ORM doctrine

2010-12-09 Thread Daevid Vincent
-Original Message- If you value CPU time over developer time, by all means avoid ORM frameworks (and *all* frameworks). The point of a common framework is to trade a small bit of performance for a large amount of developer time. If you will only use the framework once, the

RE: [PHP] ORM doctrine

2010-12-09 Thread Tommy Pham
-Original Message- From: Larry Garfield [mailto:la...@garfieldtech.com] Sent: Thursday, December 09, 2010 5:35 PM To: php-general@lists.php.net Subject: Re: [PHP] ORM doctrine On Thursday, December 09, 2010 12:45:38 pm David Harkness wrote: On Wed, Dec 8, 2010 at 11:11 PM, Daevid

Re: [PHP] ORM doctrine

2010-12-09 Thread Paul M Foster
On Thu, Dec 09, 2010 at 07:41:32PM -0800, Daevid Vincent wrote: -Original Message- If you value CPU time over developer time, by all means avoid ORM frameworks (and *all* frameworks). The point of a common framework is to trade a small bit of performance for a large

Re: [PHP] ORM doctrine

2010-12-09 Thread Philip Thompson
On Dec 10, 2010, at 12:00 AM, Paul M Foster wrote: On Thu, Dec 09, 2010 at 07:41:32PM -0800, Daevid Vincent wrote: -Original Message- If you value CPU time over developer time, by all means avoid ORM frameworks (and *all* frameworks). The point of a common framework is to trade a