Re: [nyphp-talk] Is this XML valid?

2009-09-18 Thread Brian O'Connor
I'm not an xml expert but I believe that's valid. Things within the brackets (and not in their own node I believe are considered attributes. On 9/18/09, David Roth wrote: > I've been using simplexml to parse XML and so far the XML I've had to > deal with has been pretty straight forward. Then I r

Re: [nyphp-talk] Is this XML valid?

2009-09-18 Thread CED
David Roth wrote: I've been using simplexml to parse XML and so far the XML I've had to deal with has been pretty straight forward. Then I run across this XML which I don't know what to call it or how it should be handled properly. Here is a fragment of what I'm talking about: I was ex

[nyphp-talk] Is this XML valid?

2009-09-18 Thread David Roth
I've been using simplexml to parse XML and so far the XML I've had to deal with has been pretty straight forward. Then I run across this XML which I don't know what to call it or how it should be handled properly. Here is a fragment of what I'm talking about: I was expecting each attr

Re: [nyphp-talk] Advice on OOP & Frameworks

2009-09-18 Thread Mutaz Musa
> * glue frameworks - like Zend and Joomla 1.5 > Remember Joomla is a CMS not a framework. I've personally only ever used CodeIgniter and Cake. Both were fine though Cake was a bit stifling with the naming conventions. Documentation was good though and that made things easier. I'm going to try Zen

Re: [nyphp-talk] Enabling PHP Extensions

2009-09-18 Thread Tim Lieberman
On Sep 18, 2009, at 3:46 PM, Randal Rust wrote: Means the PHP on your dev box has all extensions already compiled and installed so you can selectively add/remove them by simply editing your php.ini. OK, that makes sense. However, I have had tech support enable extensions on this same serv

Re: [nyphp-talk] Enabling PHP Extensions

2009-09-18 Thread Eddie Drapkin
On Fri, Sep 18, 2009 at 7:46 PM, Allen Shaw wrote: > Randal Rust wrote: >> >> On Fri, Sep 18, 2009 at 3:35 PM, Ajai Khattri wrote: >>> >>> Means the PHP on your dev box has all extensions already compiled and >>> installed so you can selectively add/remove them by simply editing your >>> php.ini.

Re: [nyphp-talk] Enabling PHP Extensions

2009-09-18 Thread Allen Shaw
Randal Rust wrote: On Fri, Sep 18, 2009 at 3:35 PM, Ajai Khattri wrote: Means the PHP on your dev box has all extensions already compiled and installed so you can selectively add/remove them by simply editing your php.ini. OK, that makes sense. However, I have had tech support enable exte

Re: [nyphp-talk] Enabling PHP Extensions

2009-09-18 Thread Randal Rust
On Fri, Sep 18, 2009 at 3:35 PM, Ajai Khattri wrote: > Means the PHP on your dev box has all extensions already compiled and > installed so you can selectively add/remove them by simply editing your > php.ini. OK, that makes sense. However, I have had tech support enable extensions on this same

Re: [nyphp-talk] Enabling PHP Extensions

2009-09-18 Thread Ajai Khattri
On Fri, 18 Sep 2009, Randal Rust wrote: > I have asked tech support at the hosting company to enable the php_zip > extension for me. The person I am dealing with has told me that PHP > has to be recompiled for this, because of what this page says: > > http://us2.php.net/manual/en/zip.installation

[nyphp-talk] Enabling PHP Extensions

2009-09-18 Thread Randal Rust
I have asked tech support at the hosting company to enable the php_zip extension for me. The person I am dealing with has told me that PHP has to be recompiled for this, because of what this page says: http://us2.php.net/manual/en/zip.installation.php Now I am by no means a server expert, but I e

Re: [nyphp-talk] Advice on OOP & Frameworks

2009-09-18 Thread Leam Hall
Awesome! Adrian Noland wrote: http://www.ibm.com/developerworks/opensource/top-projects/php.html http://www.ibm.com/developerworks/opensource/library/os-php-read/ On Sun, Aug 23, 2009 at 5:38 AM, Leam Hall wrote: Anyone up for drafting a "Recommended Learning Program" for PHP? Thanks! Leam