The Makoto Project is an Object Oriented PHP Content Management System. In this project we strive for simplicity, sleekness, and functionality when other CMS projects fail to produce.
Need to add validation on the create table page in the admin backend that checks to see if all input fields for field name are unique. Since no field names can be the same. As of right now if you enter in the same name, it returns that it entered the table in the DB however upon checking PHPMyAdmin, no table was created.
Need to add validation on the create table page in the admin backend that checks to see if all input fields for field name are unique. Since no field names can be the same. As of right now if you enter in the same name, it returns that it entered the table in the DB however upon checking PHPMyAdmin, no table was created.
Use the Validation Class