Forked from
Development / CiviCRM Core
62887 commits behind the upstream repository.
-
Adam Roses Wight authored
Parsing the specification has become its own class. Templating has been abstracted, now beautifying is built into all php generation. We lose the singleton efficiency, it gained us a few seconds at most. Generation tasks are split into ITasks, and are fed the main CG object as if it were a configuration object. Eventually we will want to make the configuration a first-class object so that it is customizable. ---------------------------------------- * CRM-13871: Provide an ORM layer: Doctrine http://issues.civicrm.org/jira/browse/CRM-13871
Adam Roses Wight authoredParsing the specification has become its own class. Templating has been abstracted, now beautifying is built into all php generation. We lose the singleton efficiency, it gained us a few seconds at most. Generation tasks are split into ITasks, and are fed the main CG object as if it were a configuration object. Eventually we will want to make the configuration a first-class object so that it is customizable. ---------------------------------------- * CRM-13871: Provide an ORM layer: Doctrine http://issues.civicrm.org/jira/browse/CRM-13871
.gitignore 3.63 KiB