/app/Model/Posts.php

https://github.com/decapattack/fishbox · PHP · 11 lines · 3 code · 3 blank · 5 comment · 0 complexity · 9f053d7db1e44fad5b80ae374dda4e6e MD5 · raw file

  1. <?php
  2. /*
  3. * To change this license header, choose License Headers in Project Properties.
  4. * To change this template file, choose Tools | Templates
  5. * and open the template in the editor.
  6. */
  7. class Posts extends AppModel{
  8. }