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

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -