Skip to main content
Topic: Include app in a website (Read 1417 times) previous topic - next topic

Include app in a website

Hi there has anyone inserted an app into another site like wordpress etc?  Is it just an iframe.?

One other probably easy question I would like users ie guests to be able to browse records without logging in.

Thanks again.


Re: Include app in a website

Reply #1
Using an iframe is quite possible, but at the same time not the most elegant way of doing it. It all depends on what you want to accomplish and what resources (time, money, knowledge) are available.

Browsing records without being logged is perfectly doable, but to do that, i would probably create 2 apps, one for display purposes, where you control what tables, records, etc are available, all without logging.. and another one, password protected for the CRUD part.

Re: Include app in a website

Reply #2
You can also achieve this by selecting the pages which which do not require login when setting the Authentication in PHPRad.

You can then add the selected pages to the index page using the designer

 

Re: Include app in a website

Reply #3
Ok thank you will have a go.