All talks > Talks tagged with command

 
General Symfony 2 discussion • message: Proxy Classes are always regenerating.

Hi,When I check enviroment with the command: ./app/console doctrine:ensure-production-settings --en[...]

webservice terminal - developer's tool

Testing any piece of software requires writing another software to test it. Apart from writing automated tests, developers would just like to examine how do some functionalities behave. If the specification changes frequently or the software is deployed in many environments, an easy-access tool[...]

General Symfony 2 discussion • Access updated configuration from inside command

We are creating a command that relies on other commands to generate a new database and build out it[...]

Bundles discussion • DoctrineFixturesBundle setup

Hi guys,I want to execute the command "php app/console doctrine:fixtures:load" in order t[...]

General Symfony 2 discussion • Cron job, unique instance

Hello,I have already created a command line in sf2. I use it for a cron job.I would like to block t[...]

PHP – Symfony – Speed up CLI Commands – Load Necessary Plugins

Below is a code snippet which I use to ensure that only necessary plugins are loaded when running symfony commands via Command Line Interface (CLI). Code is trivial, basically any plugins you need to add for CLI and web should be added to $basePlugins array, any web only plugins should be adde[...]

PHP autoloader using Zend Framework

Usually each PHP class definition has its own separate file. When writing object-oriented non-framework applications, you may need to include lots of files, each one separately. Moreover, during initial development, file names and paths may change and this can be frustrating to care about. This[...]

General Symfony 2 discussion • Custom command, executing doctrine:generate:entities

Hello everybody,I'm working on a custom command to generate entities, executing the three doctrine [...]

General Symfony 2 discussion • Unable to send e-mail within a custom console command

I have written a custom console command to query my database, produce a report and e-mail it to an [...]

svn dump subrepo

Subversion tools enable you to dump only chosen parts of the original repository. This may be especially useful, when you want to separate a smaller project out from a bigger thing. svnadmin dump will be used along with svndumpfilter command. svndumpfilter must be run using one of the followi[...]

 
 
 
 
Want to support this service?