Re: Which parts of the framework can be used outside the framework?

2015-07-09 Thread Reuben
Not quite a direct answer, but I'm able to Cake parts like the CakeSession in CakePHP 2.x in legacy applications, so I can do a part migration to CakePHP. All I need is to include the webroot/index.php, and make a small modification to recognise that it has been called from a legacy applicatio

noisy logs

2015-07-09 Thread . .
Is there a way to split the NotFoundException to another log file? Instead of error.log, it should go to, for example, notfoundexception.log file. Thanks -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because

Re: Which parts of the framework can be used outside the framework?

2015-07-09 Thread Florian Krämer
Not directly an answer to your problem but I would appreciate if we could make more parts of the framework completely self-contained if possible. Other frameworks, especially Symfony, does a very good job in doing so and on top of that they use their libs as a marketing tool. To me it looks like

How to execute stored procedure in cakephp 2.6 with mssql server 2005 ?

2015-07-09 Thread The_devil_3
Hi everyboy, It's been a a month now that i'm trying to execute and get the result of a stored procedure wich is located in mssql server with cakephp. So far I've tried this : $conn = $this->DevCondition->getDataSource('default'); $result = $conn->query('Exec [dbo].[cond_docu_log_errors]'); debug

Como Ativar o mcrypt no php.ini

2015-07-09 Thread Ronaldo Marins
Sou iniciante em CakePHP e estou apanhando para ativar o mcrypt no php.ini. sou usuário de macbook. Grato pela atenção de todos que puderem contribuir. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because yo