Re: 3.0 Is it possible to execute console commands from shell tasks?

2014-09-10 Thread Dieter Gribnitz
Thanks, exec did not do exactly what I needed since I need live feedback with the ability to respond to prompts. I did manage to solve it with popen. If anyone else needs this, here is how I resolved it. $cwd = ROOT; $cmds = [ "cd $cwd", "grunt update" ]; //Array of commands to execute $cmd = imp

Re: Naming Conventions... Apply. Applys. Applies? Gobsmacked!

2014-09-10 Thread McScreech
You can add rules for the inflector class in your app/config/bootstrap.php file. For example, my app has a few relational tables that refer to events rather than entities (selected, mated, planted, treated). These models I do not want pluralized, so I add the following line to end of bootstrap.

Re: DebugKit 3.0 installation

2014-09-10 Thread Joe Theuerkauf
Agreed. Things are running more smoothly now. Composer is current, config seems to be working. i just needed to clear up the two plugin directories, which you responded to above. Thank you! -joe On Wednesday, 10 September 2014 09:49:37 UTC-4, José Lorenzo wrote: > > The best way is to install

Re: DebugKit 3.0 installation

2014-09-10 Thread José Lorenzo
The best way is to install with composer On Wednesday, September 10, 2014 11:13:56 AM UTC+2, Bprd Codin wrote: > > Hi, > > the best way is to install it manually ?? > > for me under linux it's working probably your composer is not update ? > > codeindev > > Le jeudi 4 septembre 2014 07:13:31 UTC

Problème with my Backoffice cakephp

2014-09-10 Thread Bprd Codin
Hello, i have two messages error the method of variables prior work, now impossible to insert my data in the table , i have missing one step ??

Re: Error menu.ctp

2014-09-10 Thread Bprd Codin
Hi, Problem resolved Thank you all rd Le mercredi 3 septembre 2014 13:24:58 UTC+2, Bprd Codin a écrit : > > Hello, > > Problem with my menu.ctp > > error message > >1. > >Parse error: syntax error, unexpected 'array' (T_ARRAY), expecting ')' >in /app/View/Elements/menu.ctp on

Re: DebugKit 3.0 installation

2014-09-10 Thread Bprd Codin
Hi, the best way is to install it manually ?? for me under linux it's working probably your composer is not update ? codeindev Le jeudi 4 septembre 2014 07:13:31 UTC+2, Joe Theuerkauf a écrit : > > Dumb question # 3,582,697: > > Why is composer installing DebugKit (3.0.*-dev) to /plugins rath

Read XML data and show into Menu

2014-09-10 Thread Abhijeet Chougule
I am not getting the idea .. how to do this plz urgently send me the solution... -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe

Re: 3.0 Is it possible to execute console commands from shell tasks?

2014-09-10 Thread José Lorenzo
you can use the php exec() function. On Wednesday, September 10, 2014 10:59:44 AM UTC+2, Dieter Gribnitz wrote: > > Here is a simple scenario. > I have a shell script in the App\Shell namespace. > When I run the task I would like to have some console commands such as > `grunt update` triggered. >

3.0 Is it possible to execute console commands from shell tasks?

2014-09-10 Thread Dieter Gribnitz
Here is a simple scenario. I have a shell script in the App\Shell namespace. When I run the task I would like to have some console commands such as `grunt update` triggered. Is it possible to run these types of commands from the ConsoleShell? Some of these tasks may require user input thus it cann

Re: DebugKit 3.0 installation

2014-09-10 Thread José Lorenzo
- Plugin/ is not supposed to exist - It is better to just remove Plugin/, you will into less problems On Wednesday, September 10, 2014 6:43:24 AM UTC+2, Joe Theuerkauf wrote: > > Thanks for responding. > > i also had to add *"minimum-stability":"dev"* to composer.json, but that > appears to be a

Cakephp Url rewrite issue in IIS server

2014-09-10 Thread anoop vt
Hi Guys, I am stuck with Cakephp Url rewrite issue in IIS Server,it is not working as it should with .htaccess on appache server,i got the web.config code for iis server from Cakephp site,this one