Re: How to avoid extra php code in views

2012-05-07 Thread bs28723
your message will be added to the discussion below: http://cakephp.1045679.n5.nabble.com/How-to-avoid-extra-php-code-in-views-tp5689970p5691020.html To start a new topic under CakePHP, email [hidden email]

Re: How to avoid extra php code in views

2012-05-07 Thread Justin Edwards
munity: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [hidden email] <http://user/SendEmail.jtp?type=node&n

Re: How to avoid extra php code in views

2012-05-07 Thread bs28723
Thom, Thanks for taking the time to respond. This would be a good time to fix some things in my application if needed. So, I appreciate your help and suggestions. Based on your feedback, I feel like I need take your lead and explore a few things. These are topics I have been wondering about.

Re: How to avoid extra php code in views

2012-05-07 Thread Thom Seddon
Hi Bill, Not exactly sure if you just asking how to hide specific elements or restrict who can edit what. For the former, I would suggest you filter the list in the controller to create separate "editable" "viewable" arrays that you can use in the controller. This would both remove your repeat