tibberous Posted June 30, 2010 Share Posted June 30, 2010 I swear 50% of my day is just creating a 2 pages, one to list all the records of type and one to add/edit records of type. Load record, populate fields, create update function, validation, sql -- if I could teach the people in the office to use Navicat I could go home... Quote Link to comment https://forums.phpfreaks.com/topic/206236-ever-feel-like-you-do-the-same-thing-over-and-over-and-over/ Share on other sites More sharing options...
trq Posted June 30, 2010 Share Posted June 30, 2010 if I could teach the people in the office to use Navicat I could go home... Be careful what you wish for. My off-sider not long ago got made redundant because of the CMS I developed. Quote Link to comment https://forums.phpfreaks.com/topic/206236-ever-feel-like-you-do-the-same-thing-over-and-over-and-over/#findComment-1079006 Share on other sites More sharing options...
tibberous Posted June 30, 2010 Author Share Posted June 30, 2010 Yeah - it's just so repetitive. Half the time the forms don't even process the data, just load and store it from the database. I created a system called "Flexi forms", which is still used in the admin, but it was so complex I kind of stopped using it. I might need to sit down with it again - it was awesome until you needed a new data type, or needed to do something complex with the data. Quote Link to comment https://forums.phpfreaks.com/topic/206236-ever-feel-like-you-do-the-same-thing-over-and-over-and-over/#findComment-1079010 Share on other sites More sharing options...
trq Posted June 30, 2010 Share Posted June 30, 2010 There are plenty of frameworks around that provide crud. symfony for one. Quote Link to comment https://forums.phpfreaks.com/topic/206236-ever-feel-like-you-do-the-same-thing-over-and-over-and-over/#findComment-1079013 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.