Hi guys am new to cakephp and Iam developing a simple user registration and login system for my site, I used two helpers tableHeaders and tableCells in my view code but I get the following errors:
Error: The helper file app/views/helpers/h_t_m_l.php can not be found or does not exist. Error: Create the class below in file: app/views/helpers/h_t_m_l.php I realized that in folder helpers I have a file named empty and there is no code there, so if I understand correctly in order to use helpers I need to put the code in this helper file???? and should it be in the form of functions, in what way should code be written in this file under folder helper and what should be the name of this file. If someone can please give a small example I would be grateful. Thanks -- Our newest site for the community: 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 [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
