Accessing WordPress with CakePHP. CakePHP Wordpress Integration - CakePHP. Specifications/OpenSearch/1.1/Draft 4 - OpenSearch. Notice This is a draft document for public review.
Overview. Creating an Admin Section with CakePHP - James Fairhurst. UPDATE: This article has been updated, check out the new version right away With most database driven websites you will normally need an admin section that requires a username and password that will give you access to a control panel where you can add/edit/delete information.
With CakePHP this is quite simple with the help of "admin routing", in the blog tutorial we can access the posts via " with admin routing we can separate out all admin functions by adding " to the URL. In this post we are going to re-visit the blog tutorial and implement an admin section that will require a username and password.