/ Published in: PHP
Expand |
Embed | Plain Text
<?php class Snippet extends Model { function Snippet() { parent::Model(); } } ?>
You need to login to post a comment.
<?php class Snippet extends Model { function Snippet() { parent::Model(); } } ?>
You need to login to post a comment.