Articles tagged with "shell"
Shells plugin
If you have ever used some cheap web host that doesn't allow shell access, it has likely been a bit of a pain to do some tasks. As my first try at a contribution and a plugin, and one that I plan to use, here is my first version of a shell plugin. It gives you access to a shell command line. It uses ajax to send the commands and read the response.
[Read more] DaemonTask
DaemonTask will help you "deamonize" any cake shell allowing you to schedule it to run with cron (say every minute) and make sure only one instance of the shell is running at any given time.
[Read more] Automatically load all controllers and actions into ACO tables for ACL with a CakePHP Task
If you've spent anytime wanting to use ACL on your applications, you know how tedious it can be to manually enter your entire controller and action structure. This Task will handle finding and loading or updating all of those for you whenever you run it from the command line.
There isn't a section for Shell/Task code so I figured plugins was the place to go.
[Read more] There isn't a section for Shell/Task code so I figured plugins was the place to go.
CakePHP Simple Queue Plugin
This Plugin is an attempt to provide a basic, simple to use method to enable deferred job execution, without the hassle of setting up or running an extra queue daemon, while integrating nicely into CakePHP and also simplifying the creation of worker scripts.
[Read more] CakePHP SQL Shell - simple and powerful
This shell helps to migrate sql databases accross several accounts. It stores the version number in a txt file (make sure you ignore this file in your version control system) and executes the sql scripts stored in simple sql files until it reaches the highest version number.
[Read more]
Latest Comments