Re: Upgrade sage pay protocol v3 in cakephp 1.3

2015-06-18 Thread Gaurav Kumar
I have used that in CakePHP 2.6, implemented sage pay for buy online. There is nothing that you have to change just changes the version and in the response you will get some additional data from sage pay so if you are saving them then you can check it. On Thursday, June 18, 2015 at 11:13:39 PM

Upgrade sage pay protocol v3 in cakephp 1.3

2015-06-18 Thread Eb ook
Dear all, I'm using cakephp version 1.3 with. My website used sage pay for buy online. The sagepay sent email for me. They suggested to upgrade protocol from v2.23 to v3. Can you help me upgrade it. Thanks regards. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter

Bake and xamp

2015-06-18 Thread Pamela Whittaker
I have got xamp on my PC and have set up a test http://localhost:8080/cakephp/test_cakephp/ How do I get bake installed and working please? Thanks -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because y

Re: Editor for Cakephp

2015-06-18 Thread Pamela Whittaker
thanks. What about phpedit - is that any good? On Saturday, 13 June 2015 08:12:42 UTC+1, Pamela Whittaker wrote: > > What do you suggest as an editor for CakePHP please? I use Dreamweaver cs6 > for PHP but that doesn't open .ctp files. Thanks > -- Like Us on FaceBook https://www.facebook.com

How to watermark text on upload image in cakephp

2015-06-18 Thread Christian Quispe
Hola Instala el componente por composer e indicanos el método que sueles usar. A partir de eso podré ayudarte para aplicarlo a tu función. Tambien He visto plugins que hace lo que índicas -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP ---

Re: cakephp search

2015-06-18 Thread euromark
You need to be more precise. Mark Am Donnerstag, 18. Juni 2015 10:17:17 UTC+2 schrieb SURYA PANDEY: > > *how to create search system using database in cake php.. plz suggest > me* > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP ---

Re: Create plugin and run it my browser

2015-06-18 Thread Gaurav Kumar
The plugin name in the url should be snake case http://localhost/cakephp/contact_manager/Contacts On Tuesday, June 16, 2015 at 3:12:56 AM UTC+5:30, Scyllar wrote: > > http://book.cakephp.org/2.0/en/plugins/how-to-create-plugins.html > i don't kn

Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2015-06-18 Thread Awatif A
YouTube videos of U.S. Congress money laundering hearing of Saudi Billionaire " Maan Al sanea" with *bank of America* and The owner of Saad Hospital and Schools in the Eastern Province in *Saudi Arabia* and the Chairman of the Board of Directors of Awal Bank in *Bahrain* Wit

Re: Editor for Cakephp

2015-06-18 Thread Anil jangir
Note++ is best On Saturday, June 13, 2015 at 12:42:42 PM UTC+5:30, Pamela Whittaker wrote: > > What do you suggest as an editor for CakePHP please? I use Dreamweaver cs6 > for PHP but that doesn't open .ctp files. Thanks > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twit

cakephp search

2015-06-18 Thread SURYA PANDEY
*how to create search system using database in cake php.. plz suggest me* -- 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 fro

How to watermark text on upload image in cakephp

2015-06-18 Thread Anil jangir
Hi, I am new on this group...and i am looking for specific method to put watermark text on upload image in cakephp...I know have many component for this like ImageTool, Qimage etc but i don't know how to use this for watermark because i am on beginner level of cakephp. Could anyone help me? T

updateAll() and the need to load another class

2015-06-18 Thread Daniel Lang
Since I could not find an explanation in the documentation, I'm asking here. I have two tables with an 1:n relationship and I'm trying to use updateAll() on the child but use a column of the parent in the condition. For example the two tables look like this: - playlists - name - c

Re: Create plugin and run it my browser

2015-06-18 Thread Gaurav Kumar
Try to access this location http://localhost/cakephp/ you will get your plugins index view. Because you have added route for plugin's index method on '/' that's why you can access your index method directly on the given location. On Tuesday,