Guest User

Untitled

a guest
Dec 16th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2. class Picture extends AppModel{
  3. var $name='Picture';
  4.  
  5. var $actsAs=array(
  6. 'pupload'=>array(
  7. 'fields'=>array(
  8. 'img',
  9. )
  10. )
  11. );
  12.  
  13. }
Add Comment
Please, Sign In to add comment