Skip to content
defvayne23 edited this page Jan 13, 2012 · 2 revisions

Sample model:

<?php
class sample_model extends Model {
  public function getMany() {
    ...
  }
  
  public function getSingle() {
    ...
  }
}

< Back to Index

Clone this wiki locally