Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
codeigniterを使用してデータベースからxmlファイルを作成する方法を誰かに説明してもらえますか?
単純なxmlファイルを動的に作成するのが好きです...
Databse utilsクラスを調べてください。このクラスには、xml_from_resultデータベースの結果オブジェクトからxmlを生成しようとするメソッドがあります。
xml_from_result
このCIデータベースユーティリティクラスがxmlの生成に役立つことを確認してください
データベースユーティリティクラス