agnelvishal / Condense.press

GNU General Public License v3.0
12 stars 25 forks source link

Alternate to iframes in php. #16

Closed agnelvishal closed 5 years ago

agnelvishal commented 5 years ago

I have used iframes to display the data in the same page. But I don't think it is the right method. Maybe ajax? Maybe framework like vue.js? Can anyone guide me? #Hacktoberfest

intelliapps commented 5 years ago

I'm happy to have a go at replacing your iFrame with a div that is loaded by Ajax.

However, I would need to change db.php to return a html fragment (and rename it to articles.php). As that file has been rewritten by the 'Lumen Rest API' pull request that needs to be merged in before I can do it.

agnelvishal commented 5 years ago

Lumen Rest api has been merged :) @intelliapps