Skip to content

Instantly share code, notes, and snippets.

@Baruch4413
Created March 7, 2017 05:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Baruch4413/8405a5740fff614e417b9458d3b655f3 to your computer and use it in GitHub Desktop.
Save Baruch4413/8405a5740fff614e417b9458d3b655f3 to your computer and use it in GitHub Desktop.
<?php
namespace Qc\Models;
class Specimens extends \Phalcon\Mvc\Model
{
public function initialize(){
$this->belongsTo(
"sample_id",
"Qc\\Models\\Samples",
"id"
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment