Issue with Options page Using cakephp 2.5.2

2014-08-05 Thread raji gudivada
Hi I am trying to develop Content Management System using cakephp. I developed Chapters page Quizzes page Now i need to develop Options page.Please find the attached screenshot and i need to develop options page like that. Please help me -- Like Us on FaceBook

Issue with rendering data to another page

2014-08-01 Thread raji gudivada
HI, I am new to cakephp framework.I am using cakephp 2.5.2 version.I am trying to develop Content Management System. I used baking concept and it generated pages.My pages are Grades,subjects,Chapters,Quizzes,Questions and options. For every grade there are so many subjects and for

Re: fatal error after baking application using cakephp 3.0

2014-07-18 Thread raji gudivada
@José Lorenzo Thanks alot My problem is solved.changed cakephp version from 2.5.0 to 2.5.2 -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups CakePHP

fatal error after baking application using cakephp 3.0

2014-07-17 Thread raji gudivada
Hi I am new to cakephp and i used baking concept for my tables. Now i got pages generated but i am unable to do edit and view actions.I am getting error as Unsupported operand types D:\xampp\htdocs\lib\Cake\View\Helper\FormHelper.php Line:1802. Please help me. Thanks in advance. --

Re: fatal error after baking application using cakephp 3.0

2014-07-17 Thread raji gudivada
Sorry i am using cakephp 2.5.o version On Thursday, July 17, 2014 6:15:39 PM UTC+5:30, raji gudivada wrote: Hi I am new to cakephp and i used baking concept for my tables. Now i got pages generated but i am unable to do edit and view actions.I am getting error as Unsupported operand

Re: fatal error after baking application using cakephp 3.0

2014-07-17 Thread raji gudivada
Sorry @ jose Lorenzo My current version is cakephp 2.5.0. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups CakePHP group. To unsubscribe from this group

Quizzes page using cakephp

2014-07-04 Thread raji gudivada
Hi I want to develop Quiz page i.e.. For Every chapter need to add quiz and for every quiz need to add questions and for every question need to add options.I have developed chapters page and strucked at Quizzes. I have Created 3 tables one for Quizzes , one for Questions and one for

Re: Unable to edit data using Cakephp

2014-06-19 Thread raji gudivada
$this-Form-end('Edit'); ? /div On Tuesday, June 17, 2014 5:41:44 AM UTC-7, raji gudivada wrote: Thanks for u r help. But can u plz be little simplified as i am unable to get u r point of view. On Friday, June 13, 2014 4:02:00 AM UTC-7, raji gudivada wrote: Hello I am new to cakephp

Re: Unable to edit data using Cakephp

2014-06-17 Thread raji gudivada
Thanks for u r help. But can u plz be little simplified as i am unable to get u r point of view. On Friday, June 13, 2014 4:02:00 AM UTC-7, raji gudivada wrote: Hello I am new to cakephp framework. In database I have grades table. I prepared Two pages using cakephp i.e..Add grade

Unable to edit data using Cakephp

2014-06-13 Thread raji gudivada
Hello I am new to cakephp framework. In database I have grades table. I prepared Two pages using cakephp i.e..Add grade and Manage Grade. Now i am trying to add actions in managegrade ie.. Edit and Delete. Delete function is working but Edit function is not working.It is treated as new