PHP Classes

File: app/views/partners.php

Recommend this page to a friend!
  Classes of Ali YILMAZ   PHP API Service   app/views/partners.php   Download  
File: app/views/partners.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: 587 bytes
 

Contents

Class file image Download
<h2>Partners <a href="new_partner">Add</a></h2>

<?php

// hepsi
$this->print_pre($this->samantha('partners', null, [
   
'id', 'partner_name', 'partner_token', 'partner_status', 'created_at', 'updated_at'
]));

// aktifler
// $this->print_pre($this->samantha('partners', ['partner_status'=>true], [
// 'id', 'partner_name', 'partner_token', 'partner_status', 'created_at', 'updated_at'
// ]));

// pasifler
// $this->print_pre($this->samantha('partners', ['partner_status'=>false], [
// 'id', 'partner_name', 'partner_token', 'partner_status', 'created_at', 'updated_at'
// ]));