按节点 ID 或对象 ID 搜索对象并更新 Ez 中的项目发布 5 来自 php
search object by Node ID or object id and update item in Ez publish 5 from php
我想通过节点 ID 或对象 ID 搜索对象并从 php 更新 Ez publish 5 中的项目,我在 google 中进行研究但找不到 ez publish 5 的有效解决方案,可以谁能帮我解释一下我该怎么做,或者 link 给我一些有用的教程?
您会在这里找到很多用于浏览、查找和查看的信息:https://doc.ez.no/display/DEVELOPER/Browsing%2C+finding%2C+viewing
说到 CRUD,这里有很多例子。这些基本上是执行创建图像、更改数据等操作的命令。https://github.com/ezsystems/CookbookBundle/tree/master/Command
其他资源:
- https://doc.ez.no/display/DEVELOPER/Other+recipes
- https://doc.ez.no/display/DEVELOPER/Working+with+Locations
- https://doc.ez.no/display/DEVELOPER/Managing+Content
我想通过节点 ID 或对象 ID 搜索对象并从 php 更新 Ez publish 5 中的项目,我在 google 中进行研究但找不到 ez publish 5 的有效解决方案,可以谁能帮我解释一下我该怎么做,或者 link 给我一些有用的教程?
您会在这里找到很多用于浏览、查找和查看的信息:https://doc.ez.no/display/DEVELOPER/Browsing%2C+finding%2C+viewing
说到 CRUD,这里有很多例子。这些基本上是执行创建图像、更改数据等操作的命令。https://github.com/ezsystems/CookbookBundle/tree/master/Command
其他资源: - https://doc.ez.no/display/DEVELOPER/Other+recipes - https://doc.ez.no/display/DEVELOPER/Working+with+Locations - https://doc.ez.no/display/DEVELOPER/Managing+Content