Re: Writing data into a new worksheet using PHPExcel in Cakephp

2013-03-28 Thread Rémi Dewitte
Hello, I don't know about your addTable*() functions, my guess is when you do a addSheet() you shoud either store the returned value as currentSheet or use $this-xls-setActiveSheetIndex() Cheers, Rémi On Wednesday, 27 March 2013 16:29:58 UTC+1, Victor Musvibe wrote: I am using PHPExcel to

Benchmark framework article

2013-03-28 Thread Miles J
Found this article. Pretty interesting that Cake is last place in every benchmark (given that it's multiple languages). http://www.techempower.com/blog/2013/03/28/framework-benchmarks/ -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP ---

Re: Benchmark framework article

2013-03-28 Thread Ma'moon
With all due respect but this benchmark is ridicules!, comparing native coded application with a framework app doesn't make any sense, worst yet comparing programming languages in terms of performance taking in mind the natural diffs between programming languages, its almost like comparing water

Re: Benchmark framework article

2013-03-28 Thread Julien Itard
You're completely right. Le jeudi 28 mars 2013 20:25:41 UTC+1, phpirate a écrit : With all due respect but this benchmark is ridicules!, comparing native coded application with a framework app doesn't make any sense, worst yet comparing programming languages in terms of performance taking

filter multiple fields problem in autoComplete cake 1.3

2013-03-28 Thread Chris
hi guys,... can anyone help please,... I'm using cake 1.3 I have a autoComplete form where I want to search and filter/results members by 'firstname', 'lastname', and 'city',... It only works with 'firstname' : e.g. here is the form: ?php echo $this-Form-create('User', array('url' =

uppercase letter names in controller not working in shared hosting

2013-03-28 Thread Soumya Ranjan sahu
I have a cakephp site on bluehost. I have several contollers and some are named with 2 uppercase letters, i.e:- NotificationMessagesContoller.php while others are with 1 uppercase letters, i.e:- UsersController.php The Users controller working fine but the NotificationMessage contoller shows

Re: CakeDC Search Plugin - How to search 2 fields in DB using only 1 form field?

2013-03-28 Thread chapus
with my bugfixed and enhanced version you can:https://github.com/dereuromark/search but you should use an array structure then - like that: 'field'=array('Model1.entry1', 'Model1.entry2', 'Model2.entry2', ...) I'm using Cakephp V 2.3.1, and the plugin from Dereuromark branch

Re: Cakephp Login via mobile app

2013-03-28 Thread Leonardo Jorge Dias Carmo
I did, something using http authentication, but didn't finish (tests). http://book.cakephp.org/2.0/en/core-libraries/components/authentication.html#using-digest-and-basic-authentication-for-logging-in Em domingo, 24 de março de 2013 05h16min22s UTC-3, Sam escreveu: Has anyone tried doing a

Re: The request has been black-holed

2013-03-28 Thread ben
Security features like this that cause issues with basic flow, should be OFF by default. CakePHP is it's own worst enemy for leaving it in. The way a framework should work is that it gets you up and gong quickly, we should not be expected to have read one line on one of the many pages in it's

new to cakephp, trying to convert build a site in cakephp like my existing drupal 7 site.

2013-03-28 Thread Moltra
I currently have a site built using drupal 7 http://www.serviidb.com, I am currently trying to develop the site in in cakephp. I have the basic views for the links and the views for the groovy plugins, but I am having trouble with a couple of items. I need to be able to upload a file and

New to CakePHP

2013-03-28 Thread Ellie Quick
Help, Im a fairly experienced php coder however Ive been given access to a site (as the author is no longer contactable) written using CakePHP and Im totally and utterly lost as to how to make the fairly urgently required fixes. Theres a contact form on one of the pages which doesnt work, no

Custom find paginate only shows 1 page result.

2013-03-28 Thread Marco Vilera
I have the following custom find function definition which is working correctly executing SQL query and returns correct values, but it isn't returning any page number correctly to paginate helper public function _findgeneral($state, $query, $results = array()){ if($state=='before'){

Re: Fatal error: Maximum execution time of 30 seconds exceeded

2013-03-28 Thread Elias Munshya
i agree with On Thursday, August 6, 2009 6:44:37 AM UTC+2, Arif wrote: Thank you for your solution. I have solved my problem according to ur suggestion(Given Function name memory_limit). On Aug 2, 4:28 am, joshua josh...@gmail.com wrote: In my opinion you can give a bigger number to

Cakephp noobproblems..

2013-03-28 Thread Frederik De Roover
Hello, I'm fairly new to Cake, but my former co-worker, made a localsite in cake, when we upload it to our webserver, everything works, we can connect to the database (for some points) but 1 page doesn't load, it gives us a whole lot off errors.. Can someone please point me in the right

tree behavior in cakephp

2013-03-28 Thread vinu
Hi All, i need to display a tree structure in cake php , where a user should be able to cope one child and add that child to any of the other nodes. for better understanding please see the attached file. Can any bady help me with this please its very urgent for me..!! Thanks in

include file in cakephp

2013-03-28 Thread Oleksandr Torma
I want to include file from users - index.ctp to my plugin ... How can I do it? -- 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

Re: Multiple Forms on the same form

2013-03-28 Thread david . suna
I have done this using AJAX. Have the button fire an AJAX event which calls an action on your controller which returns an empty workcenter section of the field. Pass in to the AJAX call an index and have the form fields specified using the index. When the form is submitted you would then