Forums / Developer / [HOWTO] link for create a new objet
Yannick Komotir
Tuesday 03 June 2008 2:47:41 am
[sorry for all mistakes i'm francophone ]
hi,
i am a beginners with ez publish; i want to know how i can create a link on the site who call the create page of a particular objet.
Bests regards
Yannick_
<|- Software Engineer @ eZ Publish developpers -|> @ http://twitter.com/yannixk
Łukasz Serwatka
Friday 06 June 2008 1:15:29 am
Hi,
You can't create a link. eZ Publish uses POST actions for new object creating. You can make a link to edit mode if you know the object ID then simply make it as example.com/content/edit/<object_id>.
More about object creation you can learn from this topichttp://ez.no/developer/forum/developer/how_can_we_create_content_objects_from_code
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Friday 13 June 2008 7:45:21 am
hi Łukasz,
Thanks a lot to you