How to Impement Cascading in CakePHP -


i have following tables in database

people{id,name,email} delegates{id,people_id,company} , have 2 model classes person delegate

i want establish relation between person , delegate ,means how cascade save operation when call on delegate.

and want write controller should display form add delegate. how please explain me syntax?

http://book.cakephp.org/view/1036/delete notice second param


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -