PHP Classes

File: app/views/products.php

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

Contents

Class file image Download
<h2>Products <a href="new_product">Add</a></h2>

<?php

// hepsi
$this->print_pre($this->samantha('products', null));

// aktifler
// $this->print_pre($this->samantha('products', ['product_status'=>true]);

// pasifler
// $this->print_pre($this->samantha('products', ['partner_status'=>false]);