PHP Classes

File: app/model/RecordModel.php

Recommend this page to a friend!
  Classes of Ali YILMAZ   PHP PhoneBook   app/model/RecordModel.php   Download  
File: app/model/RecordModel.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP PhoneBook
Phone book manager application based on MVC
Author: By
Last change:
Date: 3 years ago
Size: 126 bytes
 

Contents

Class file image Download
<?php


$record
= $this->theodore('phonebook', array('id'=>$this->post['id']));

if(empty(
$record)){
   
$this->redirect();
}