开发者

Goal: Is it possible to integrate an Asp.Net website with Joomla CMS

I have an asp.net a开发者_如何学JAVApplication which is purely build using C#, CSS, Javascript. Now i need to integrate my application with joomla cms.

         **Is it possible to integrate an Asp.Net website with Joomla CMS**

Any help would be deeply appreciated.


Yes it is possible, and depending on what you are trying to "integrate" it might be fairly easy to do. First, you will need to get ChronoForms and ChronoConnectivity. Without having any more details here is what you would need to do -

  1. Put the Joomla DB in the same database. By default Joomla uses the prefix jos_ for its database tables so this should not pose any issues. This will make it easy to access the tables of your application within Joomla.

  2. Next you will need to create a form that has a field for each corresponding field in the table you want to edit. You will need one form for each table.

  3. Using ChronoConnectivity you then associate the form with the table in the database.

This is pretty basic but it will give you the ability to edit any table in the same database that Joomla is installed in. You may have to get a little trickier to make it work well, but you can insert additional code in both ChoronForms and ChronoConnectivity as needed.

That would probably be the fastest and easiest way to do a simple integration.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜