PHP Classes

File: app/views/branches.php

Recommend this page to a friend!
  Classes of Ali YILMAZ   PHP API Service   app/views/branches.php   Download  
File: app/views/branches.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP API Service
Implements a project API using the Mind framework
Author: By
Last change:
Date: 2 years ago
Size: 574 bytes
 

Contents

Class file image Download
<h2>Branches <a href="new_branch">Add</a></h2>
<?php

// hepsi
$this->print_pre($this->samantha('branches', null, [
   
'id', 'branch_name', 'branch_token', 'branch_status', 'created_at', 'updated_at'
]));

// aktifler
// $this->print_pre($this->samantha('branches', ['branch_status'=>true], [
// 'id', 'branch_name', 'branch_token', 'branch_status', 'created_at', 'updated_at'
// ]));

// pasifler
// $this->print_pre($this->samantha('branches', ['branch_status'=>false], [
// 'id', 'branch_name', 'branch_token', 'branch_status', 'created_at', 'updated_at'
// ]));