Re: [PHP] PHP Frameworks

2005-12-24 Thread Alessandro Rossini
On Friday 23 December 2005 20:57, Shawn McKenzie wrote: > Is there a good recent article on PHP Frameworks, or do people here has > a predominant one that outshines the others? There are a lot of PHP frameworks available, some more mature than others but not yet a predominant one. Anyway if you'r

Re: [PHP] PHP Framework

2005-11-15 Thread Alessandro Rossini
On Tuesday 15 November 2005 16:09, Richard Davey wrote: > > I want to start using a framework to my future sites and I saw that > > there are quite alot of options out there at the net, if anyone got > > any experience with frameworks I would really like to receive some > > suggestions, recommendit

Re: [PHP] Trouble using DOM component with PHP 4.4.0

2005-10-28 Thread Alessandro Rossini
> And what DOM library, which is compatible with PHP 5.0 and PHP 4.4 can > I use to avoid the conflict I currently have? In PHP4 I never used any DOM implementation, I started to use DOM only after the PHP5 release, so I'm not the best to answer your question. :) Anyway I think that there is some

Re: [PHP] Trouble using DOM component with PHP 4.4.0

2005-10-27 Thread Alessandro Rossini
> Please guide me what can I do to make my code work without changing it? DOM implementation in PHP5 is completely new, and you can't have the same in PHP4. I think that the most reasonable solution will be change the hosting to another with PHP5 support... Best regards. -- Alessandro 'Aronnax