PHP code example of softinline / jcrud
1. Go to this page and download the library: Download softinline/jcrud library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
softinline / jcrud example snippets
var $_jconfig;
/**
* Create a new controller instance.
* @return void
*/
public function __construct() {
$this->_jconfig = new \Softinline\JCrud\JConfig();
$this->_jconfig->load(app_path().'/Defines/admin-users.json', 'admin-users');
}