CakeCORED READMESimple vs-code Extension integrates some of CakePHP Framework's common tasks into the editor. FeaturesDEBUG HELPER: Creates a status bar label that shows the current Debug value from your current open project. When clicked, it changes the Debug value from app.php or core.php automatically. Requirements: Works while the ./config/app.php or the ./app/Config/core.php files exists. Since the logic is based on string pattern search, it's recommended not to change the configuration lines of the file. If you're wondering how does it works here are the steps:
DATABASE HELPER: Comming soon!! RequirementsWorks with CakePHP 2^ and CakePHP 3^. Extension Settings
General FeedbackPlease, if you want to contribute to this project somehow (organization, development or even providing sugestions for future implementations) send an email to crhistian_raphael@hotmail.com. Any kind of support would be appreciated! Release NotesKnown IssuesCode design choice: There are tons of design patterns that I could use when developing this plugin, but at first glance, I had to draw some diagrams to connect some dots and finnaly ended with this design choice. The basic thoughts on it was:
Surely there may be weak spots somewhere. I would like suggestions about it. Share your thoughts if you want to. Let's get better coding together! =) 0.0.1Initial release of CakeCORED with basic functions and concepts. 1.0.0Debug change functionality working properly and code design revised for new implementations. 1.2.0Database functionality operational, but limited. |