-
Notifications
You must be signed in to change notification settings - Fork 34
Zuha 2.0
Buildrr LLC edited this page Oct 7, 2013
·
1 revision
- 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.