Re: oracle 10g connection with cakephp 1.3

2011-02-15 Thread majna
and remember to use 'charset' key for oracle instead of 'encoding' if needed :( On Feb 15, 11:05 am, Zaky Katalan-Ezra wrote: > I did it this way: > Install xammp > 1.enable "extension=php_oci8.dll" in php.ini > > 2.Set database.php > > var $default = array('driver' => 'oracle', >              '

Re: oracle 10g connection with cakephp 1.3

2011-02-15 Thread Zaky Katalan-Ezra
I did it this way: Install xammp 1.enable "extension=php_oci8.dll" in php.ini 2.Set database.php var $default = array('driver' => 'oracle', 'connect' => 'oci', 'persistent' => false, 'host' => 'localhost', 'port'=>1521, 'login' => 'use

Re: oracle 10g connection with cakephp 1.3

2011-02-15 Thread Tosun or Shadin
Window XP. On 15 February 2011 12:24, Zaky Katalan-Ezra wrote: > Windows/Linux? distribution? > > -- > 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 help > others with their CakePHP related

Re: oracle 10g connection with cakephp 1.3

2011-02-14 Thread Zaky Katalan-Ezra
Windows/Linux? distribution? -- 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 help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubs

oracle 10g connection with cakephp 1.3

2011-02-14 Thread shadheen
Hello, I new user of cakephp. I need help to connect oracle 10g release 2 with cakephp 1.3. can anyone please help me by describing the full procedure for establishing the connection. please, please do help, I am in great trouble. Thanks... -- Our newest site for the community: CakePHP Video Tu