Does CakePHP require PHP5?
No. CakePHP is 100% compatible with PHP4. Personally, I think this is one of Cake’s main strengths. For example, the __construct() method can be used on PHP4 on all classes extending the Object core class, which is to say nearly everything in CakePHP. Similar patches have been included in the core libraries to offer additional functionality in PHP4 as well. Unfortunately, variables and methods don’t support access modifiers, and a private method should be prefixed with an underscore. This is not just a convention: in a controller, it really means that the method is private. If someone tries to access it (e.g. via http://localhost/notes/_privatemethod/), Cake will return an error.
Related Questions
- We need to purchase School Agreement Licensing and require various products, indlucing XP Pro, Office 2003, Window CALs, SQL Cals and Exchange CALs. What is the best way to licence this?
- Does waterborne automotive paint require special vehicle preparation?
- Does SNHU require the College Scholarship Service (CSS) Profile form?