Plugin with own sqlite database

2014-08-02 Thread Prashant Shah
Hi,

How can I access a separate sqlite database within a plugin.

Configuration for the database in not available in the main
application database.php file. I want to select it dynamically inside
the controller/model of the plugin.

Regards.

-- 
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 from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.


CakePHP3 - How to get the data od second level relation ship table.

2014-08-02 Thread mark_story
What does the query that is being generated look like? You can use sql() on a 
query to get the sql that would be generated.

-mark

-- 
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 from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.


Re: Testing fixtures

2014-08-02 Thread euromark
Usually they are automatically resettted
What's your setup?


Am Samstag, 2. August 2014 09:32:07 UTC+2 schrieb Jeremy Burns:
>
> When I run my 'All models' test I can get different results than when I 
> run each model individually, presumably because loaded fixtures have been 
> updated in previous tests. How can I clear down previously loaded fixtures 
> at the beginning of each test suite?
>

-- 
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 from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.


Testing fixtures

2014-08-02 Thread Jeremy Burns
When I run my 'All models' test I can get different results than when I run 
each model individually, presumably because loaded fixtures have been 
updated in previous tests. How can I clear down previously loaded fixtures 
at the beginning of each test suite?

-- 
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 from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.