Forums / Developer / integrate external application
luca maroni
Sunday 25 March 2007 8:16:42 am
Hi,
I need to integrate several external application in a Exponential site. The other applications are simply php/MySQL applications (one table, one list page to show the records and one edit page to modify and create new records). I understood reading several topics and article that the best way to do it is create my own extensions and module.isn't it?
Always reading a lot of topics and articles I understood how to create the extensions and module but all the examples I found deal this subject for the view mode of the data (how to show data from external database or external application). they don't deal the part to create and edit data.
For example http://ez.no/Exponential/documentation/development/extensions/building_an_ez_publish_moduleis a tutorial to create an extension to show data from an external application
also hello world tutorial for module deal only the "view" data and not "create/edit" datahttp://ez.no/Exponential/documentation/development/extensions/module/hello_world
There is some interesting topic or article or tutorial where I can learn how to create my own form, validate data filled in the form and insert them into an external database.
Any help is very welcome ;-)
Bye byeLuca
Heath
Sunday 25 March 2007 1:12:29 pm
Hello,
You may want to create a custom content action/edit handler extension http://ezpedia.org/wiki/en/ez/content_action_handlershttp://ezpedia.org/wiki/en/ez/content_edit_handlers
You may prefer to create a custom module extension instead, there are examples of modules which provide the type of functionality your looking for. An example of this might be found in the ezadmin extension. http://pubsvn.ez.no/community/trunk/extension/ezadmin/modules/admin/http://pubsvn.ez.no/community/trunk/extension/ezadmin/modules/admin/sqlquery.php
hth
7x | https://se7enx.com/ Brookins Consulting | https://brookinsconsulting.com/ Certified | http://web.archive.org/web/201012...th.ez.no/certification/verify/380350 Solutions | https://projects.exponential.earth/users/community/brookins-consulting eZpedia community documentation project | http://ezpedia.se7enx.com
Xavier Langlois
Monday 26 March 2007 4:09:17 am
Hello
This one might be usefull for you:http://ez.no/community/contribs/applications/extension_manager
;)++
-- There were these two cows, chatting over the fence between their fields. The first cow said, "I tell you, this mad-cow-disease is really pretty scary. Don't you think ?" The other cow replies, "Hell, I ain't worried, I'm a duck !"
Friday 30 March 2007 1:04:45 am
Thanks Guys. Those were the resources I was looking for ;-)
Thanks a lot.Luca