Pink-Crab / Perique-Framework

The Perqiue Plugin Framework for WordPress
5 stars 0 forks source link

Allow Dot Notation in View File Paths #24

Closed gin0115 closed 1 year ago

gin0115 commented 3 years ago

We currently have 2 implementations of Renderable, PHP and BladeOne

BladeOne being based on Blade takes a view path with no file extension and uses dot notation in the file paths.

This would be nice to include this as an option with the PHPEngine, so that both of these can be swapped at will, without the difference in file path naming.

gin0115 commented 1 year ago

It should be possible to add the following

and have the following executed