fantomel Posted March 31, 2010 Share Posted March 31, 2010 Hello guys.. i`m building with a friend a small php framework for personal purposes. we've build a small ini parser class but we decided today that in the end we want to store out configuration settings in xml files but they are so many options out there that we can't decide on what approach should we take. 1. Building a custom class. 2. Using DOM from php 3. Usign SimpleXML from php What is you advice? Link to comment https://forums.phpfreaks.com/topic/197146-xml-dataphp/ Share on other sites More sharing options...
ignace Posted March 31, 2010 Share Posted March 31, 2010 Stop building your own framework (poor quality of code, probably untested, ..), avoid vendor lock-in and use Zend framework Link to comment https://forums.phpfreaks.com/topic/197146-xml-dataphp/#findComment-1034906 Share on other sites More sharing options...
fantomel Posted March 31, 2010 Author Share Posted March 31, 2010 Stop building your own framework (poor quality of code, probably untested, ..), avoid vendor lock-in and use Zend framework Yeah that was the first choice at the start..but e decided.. to use something made by us not by others:P Link to comment https://forums.phpfreaks.com/topic/197146-xml-dataphp/#findComment-1034934 Share on other sites More sharing options...
ignace Posted March 31, 2010 Share Posted March 31, 2010 but e decided who? client? lead-developer? I can't imagine either making such a choice on a project nor wanting such a responsibility to use an untested framework in production. script-kiddies will have your website for breakfast working their way through your entire portfolio and probably be done by lunch. Link to comment https://forums.phpfreaks.com/topic/197146-xml-dataphp/#findComment-1034945 Share on other sites More sharing options...
fantomel Posted March 31, 2010 Author Share Posted March 31, 2010 it is our choice .. we decided.. what we are going to use for our project. Link to comment https://forums.phpfreaks.com/topic/197146-xml-dataphp/#findComment-1034999 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.