create('Address');?>
end('Submit');?>
- link(__('List Addresses', true), array('action'=>'index'));?>
- link(__('List Customers', true), array('controller'=> 'customers', 'action'=>'index')); ?>
- link(__('New Customer', true), array('controller'=> 'customers', 'action'=>'add')); ?>
- link(__('List States', true), array('controller'=> 'states', 'action'=>'index')); ?>
- link(__('New State', true), array('controller'=> 'states', 'action'=>'add')); ?>
- link(__('List Countries', true), array('controller'=> 'countries', 'action'=>'index')); ?>
- link(__('New Country', true), array('controller'=> 'countries', 'action'=>'add')); ?>