mentors

mentors Git Source Tree


Root/app/models/Project.php

<?php 

/**
* This class manages projects for use by the mentors and mentees
*/
class Project extends Eloquent
{
	protected $table = 'projects';
}

Archive Download this file

Branches

Number of commits:
Page rendered in 0.11457s using 11 queries.