Skip to content
/ t2cms Public

content management system (CMS) framework that enables you to build web sites and online applications with PHP

License

Notifications You must be signed in to change notification settings

miztaka/t2cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

t2cms

t2cms is a content management system (CMS) framework that enables you to build web sites and online applications with PHP.

Test drive t2cms

You can login and test drive a demo site with t2cms here:

Simple and designer friendly

Web designers and HTML coders can make their job without any limitations. They can make a cms as if it is a static web site.
t2cms is a 404 based forwarding controller architecture, so it is seamless for static contents and modifiable contents.

Easy building

You can build CMS with just a few steps with this system without any programming.

Define a object

This is similar to Database tables and represents a content data. Once you defined a object, you get a CRUD menu of it.

Define a page

Next step is to define a page which renders the data of each object. You can make three types of pages:

  • list page This is for a list and search for all records of a object.
  • detail page This is for a single record of a object.
  • form page ex.) contact pages, etc.

Edit a template

Last step of building CMS is to edit a template. It is just a Smarty template, so it's easy to learn and have many frexibility.

About

content management system (CMS) framework that enables you to build web sites and online applications with PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published