Some additions to the API include:
1. Dataface_Record now has a delete() method.
2. df_init() now returns a reference to the Dataface_Application object so that the index.php file can now contain as few as 2 lines of code.
For example:
- Code: Select all
<?php
require_once 'xataface/dataface-public-api.php';
df_init(__FILE__, 'xataface')->display();