CouchCMS (PHP Based Content Management System) Programming Web Development by GenX_1 … perspective of CouchCMS I have the following: 1. Student template (clonable page to store all students data) 2. Month & Fees… template (clonable page to specify the respective month and its fees) 3… Re: Delay Constructor Call to Parent Class Programming Software Development by mike_2000_17 … like this: class clonable { protected: virtual std::unique_ptr<clonable> clone_impl() const = 0; public: virtual ~clonable() {} std::unique_ptr<clonable> clone() const… Re: CouchCMS (PHP Based Content Management System) Programming Web Development by rproffitt The more I read about Coach the more I see it's a CMS or content management system and once you exit what they made easy you are back into the usual work of MySQL, PHP, code and design. I did not find any example of what you wanted to do in the usual Coach discussions. This means it's just plain design work, then understanding your database, …