Skip to content
Buildrr LLC edited this page Oct 7, 2013 · 1 revision

A Running List of Ideas for the Next Version

  • Switch to postgresql
  • Get rid of models and foreignKeys and do a prefixed foreignKey.
<?php
find('first', array('conditions' => array(
     'foreign_key' => ZuhaInflector::decode('Product', $data['Product']['id'])
     )));

 save(array('Category' => array(
     'foreign_key' => ZuhaInflector::encode('Product', $data['Product']['id'])
     )));

// This might have issues with finding call Products in the X, Category ?>
  • Versioning our plugins
  • Plugin dependencies
  • Do a callback from the admin dashboard to plugins to make the main /admin dashboard from installed plugins.