Description
i want to include my own classes or functions to any kind of cms
for example , i want to add this class to it
public class student{
string name,family;
int age;
.
.
.
}
can any kind of cms, accept this external classes?

Explanation & Answer

i think this link might help you out
http://designshack.net/articles/software/50-cms-alternatives-to-wordpress/
