Supriya Ghosh (Editor)

Sansa Framework

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

Sansa Framework is a structure to create PHP web applications using the MVC model, it's a web application that must be installed in a server to work, could be installed in a test server or in production server. The developer must create a data model and do all the changes the project need and at any time generate the model. The generation creates a Database in Mysql server with the same name of the model and a n-tier layer of libraries to handle the Db.

To insert a new record to the table, create a new instance of a class, fill the properties and call the insert method.

The code above insert one record to the table users with the name test.

The code above print test.

The code above print test too.

Complex code:

The code below shows how to create joins.

References

Sansa Framework Wikipedia