Re: Using Oracle

2012-05-11 Thread rihad
Most tables in our Oracle database are huge with tens of columns, have no single-column primary keys, or have multi-column keys. Can CakePHP 2.1 make sense of it all? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site htt

Re: DataSource for CouchDB

2012-05-11 Thread Patrick Jourdan Evangelista Maia
Thanks On Thursday, May 10, 2012 8:13:45 AM UTC-3, stork wrote: > > > https://github.com/cakephp/datasources/blob/2.0/Model/Datasource/CouchdbSource.php > http://plugins.cakephp.org/packages?query=CouchDB > > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org C

Re: Cookie issues.

2012-05-11 Thread Jeremy
Ignore. Figured out the issue. combination of JS and some premature redirects. On Friday, May 11, 2012 3:10:21 PM UTC-4, Jeremy wrote: > > Hey everyone, > > I am trying to use a cookie to set store a link to use later and am > running into issues. > > CakePHP 2.1 > I can write a cookie outside o

Re: Finished tutorials but do not know how to proceed learning

2012-05-11 Thread Michael Gaiser
You can do any of those paths and will need to eventually. If I were you, I would make sure your database is setup right, maybe do some MySQL tutorials along the way. Everything is based off your database tables and their associations so getting those setup right will save you a lot of time down th

Finished tutorials but do not know how to proceed learning

2012-05-11 Thread Kevin Mitchell
Hello. Let me say upfront, thank you for any offering time and expertise to help. I've finished the Blog Tutorials and the Acl Tutorials. I've familiarized myself with most of the documentation. But I feel lost about what to do next, specifically to add my own tables into this project. My hope

Problem with Ajax Pagination

2012-05-11 Thread supp...@deep-coding.net
Hey there, I have a problem again :) I want to use the ajax Pagination, but it doesn't work 100%. If I click on next I get the content of the second page with ajax. But if I click then on next, I get the content of the third page, but without ajax, so the page reloads. If I click then on next, I

Cookie issues.

2012-05-11 Thread Jeremy
Hey everyone, I am trying to use a cookie to set store a link to use later and am running into issues. CakePHP 2.1 I can write a cookie outside of Cake using setcookie. AppController -> var $components = array( 'Auth'=> array( 'authenticate' => array( 'Form' => array( 'fields' => array('user

Re: Layer images

2012-05-11 Thread Dave D
You need to change the image if you don't want to give people access to the original. "Right-click" and saving an image isn't the only way to see an image from a website - there wouldn't be anything stopping a person from looking at the image html that's generated from CakePHP and downloading from

Re: Using Oracle

2012-05-11 Thread rihad
Thanks, stork. I've followed this little guide: http://www.hassanbakar.com/2012/01/09/using-oracle-in-cakephp-2-0/comment-page-1/#comment-38958 and could successfully migrate dbo_oracle.php from 1.3.15 to 2.1, allowing Cake's index.php to pass all its preliminary tests. Is it a bit early to be sing

Re: Cake 2.1 Method Cache

2012-05-11 Thread José Lorenzo
Yes, it is possible, it is the compilation of all queries that your application usually does. El domingo, 6 de mayo de 2012 18:56:21 UTC-4:30, Mika escribió: > > The array has 500,000 entries in the [name] index! -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.o

Re: Can more than 1 database connections be used?

2012-05-11 Thread Michael Stelly
Yes. Just add the config in database.php then assign your model to that connection. Sent from my iPhone On May 11, 2012, at 5:42 AM, "rahaji...@bankofbaku.com" wrote: > Hi, all. Can I use more than one database connection in Cake 1 or 2? > There's an existing remote Oracle database that will

Can more than 1 database connections be used?

2012-05-11 Thread rahaji...@bankofbaku.com
Hi, all. Can I use more than one database connection in Cake 1 or 2? There's an existing remote Oracle database that will be read-mostly by the Cake app, and a new Postgres db for user auth and their activity log. So, can I use them both simultaneously? Thanks. -- Our newest site for the communi

Re: Bake in Cakephp 2.0 give me a code of previus version?!!

2012-05-11 Thread Justin Edwards
Enter the command "which cake" On May 11, 2012 1:53 AM, "gabrielem" wrote: > @José Lorenzo and How to this? > > @cricket the path is correct! I have specified the path of console in a > cakephp 2.0 > > Il giorno giovedì 10 maggio 2012 03:16:18 UTC+2, cricket ha scritto: >> >> Make sure your PATH

Re: Using Oracle

2012-05-11 Thread stork
Watch, comment, and/or help with this ticket: http://cakephp.lighthouseapp.com/projects/42648/tickets/2232-oracle-11g-datasource-for-cakephp-20 -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and