pziecina wrote: Hi Yes, they were convenient, but I don't think Dw had any choice but to drop them completely. Especially when one considers that the old sever behaviour code and either of the 'newer' methods could not be used together on the same page, can you imagine the confusion and problems users would have had if Dw had just updated the server behaviours. So maybe dropping them completely was not such a bad idea. The next few years will be interesting though, as 'old' Dw extensions, (shopping carts, etc.) cannot be used one the same page by anyone who is updating their skills to use the new MySQLi or PDO way of doing things. As for an extension that uses the new methods, I believe that most Dw extension developers are planning to update their extensions, (probably at a cost to the user!!!) but again they may be incompatible with the users preferred 'new' way of coding, (MySQLi or PDO). Then comes the problem with CMS's. Wordpress uses the old php extension, but Drupal uses PDO, (Joomla uses its own PDO database abstraction layer) so even these will have compatibility problems for users. As they say, "We live in interesting times", and if we thought it was just html, css, javascript and browsers that were giving us incompatibility problems, now we can add PHP and Databases to the list. PZ Everything you say is so true, it's going to get very messy unless there is a u-turn. I'm going with the improved mysqli for the moment as it seems quite quick to grasp. I don't use third party CMS or Cart extentions, I write my own. I have a simple cart that I can easily switch to sqli from now on. Over the weekend I replicated all the most popular DW Server Behaviours using mysqli which was quite simple. Not used them yet in any 'live' project but will from now on. I dare say I'll come across something that will hold me up for a time while I go through the process of trial and error. Whilst extentions are a great and convenient way to lay down something fast looks as if they might come back to bite you big time. I really do not like reyling on anything I don't know because as I've said in the past and I think you echo my thoughts as well, if something changes it's out of my control to put it right. Os
... View more