Could we have server-side rendering for PHP projects just like you’ve implemented for NodeJS? A number of people will still have PHP projects because they go back a number of years and Facebook/Twitter don’t see the dynamic data so it’s proving to be an issue for custom blogs, etc.
Server-side rendering for PHP is now available in Wappler 7.7.2
It works similar to the NodeJS integration.
You can select a server action on the Layout or on the Content page (or on the Full Page also):
Then in code view place the cursor where you want the srever-side data and click the Server Side Binding button:
In the Data Picker select the data you need from your Server Action under Output:
And the server-side expression is added on the page:
<p><?= _parse('page_content') ?></p>
1 Like



