Checkboxes and other Form related issues.
Posted: Tue Sep 05, 2006 3:35 am
My first suggestion to new users is -- don't even start without a decent knowledge of HTML!
I have spent the last several weeks trying to get CMSMS 0.13 working for a commercial site and it has been a real learning experience. After self-tutoring ( is this the fourth time?) in adodb, adodb-lite, smarty, PHP and mysql, I have my desk quite full of books and screen dumps.
But, good work team! After struggling with Mambo, phpwebsite, and a dozen others, I think I finally found a CMS that can actually do real work.
Forms are always a pain in the neck, and CMSMS doesn't make them any simpler. Smarty really doesn't know much about forms and the CMS library works OK for inline checkboxes, but, of course, I had to do it the hard way and insert checkboxes in a database grid output.
Using FrontEnd as an example, I finally was able to force-feed the grid array with checkboxes, but it sure isn't one of my proudest snippets.
I haven't quite decided whether I have a solution in mind or if I am just ranting. But as I say in my real job -- if it was easy, anyone could do it.
I have spent the last several weeks trying to get CMSMS 0.13 working for a commercial site and it has been a real learning experience. After self-tutoring ( is this the fourth time?) in adodb, adodb-lite, smarty, PHP and mysql, I have my desk quite full of books and screen dumps.
But, good work team! After struggling with Mambo, phpwebsite, and a dozen others, I think I finally found a CMS that can actually do real work.
Forms are always a pain in the neck, and CMSMS doesn't make them any simpler. Smarty really doesn't know much about forms and the CMS library works OK for inline checkboxes, but, of course, I had to do it the hard way and insert checkboxes in a database grid output.
Using FrontEnd as an example, I finally was able to force-feed the grid array with checkboxes, but it sure isn't one of my proudest snippets.
I haven't quite decided whether I have a solution in mind or if I am just ranting. But as I say in my real job -- if it was easy, anyone could do it.