How to integrate yahoo user interface with cakePHP

Posted by ygmehboob on Stack Overflow See other posts from Stack Overflow or by ygmehboob
Published on 2010-04-07T11:07:48Z Indexed on 2010/04/09 4:13 UTC
Read the original article Hit count: 184

Filed under:
|

Hi all I am very new to cakePHP, I want to add YUI accordion in the default layout of my application. A simple explanation could be like this -

  1. I have a table 'lecturers' in my database.
  2. I have baked the model lecturer (file)
  3. I have baked the controller lecturers_controller (file)
  4. I have baked the view lecturers (folder)
  5. I need to override the default layout but I want to add YUI 3 accordion sothat

the table name lecturers will be on top, after clicking on the top division it will slidedown and will show me the column name of lecturer table.

Is there anyone who could suggest me how to integrate the YUI 3 accordion - Do I have to write a helper for this or simply after copying the YUI 3 library I could code this in the default.ctp file.

I am really confused as I could hardly get a full tutorial on this topic.

Thank you in advance ................

© Stack Overflow or respective owner

Related posts about php

Related posts about yui