App::Import and Model

2008-10-20 Thread BillBris
I've found the below to be true in both version 1.2 RC2 and RC3. I have a simple controller Home that has $uses = null, as it does not have any data associated with the page (It's a home page and very boring right now). In order to get some data into the view from another model (Category), I am

Re: File Uploading problem

2008-10-20 Thread Lee Reynolds
The only time I've had this issue was when I was exceeding the file upload limit. You can change it in php.ini. Not sure if you need to restart apache after a change there or not for it to take effect. Lee On Mon, Oct 20, 2008 at 11:01 AM, Donkeybob <[EMAIL PROTECTED]> wrote: > > I'm using th

Re: Event handling without requestAction?

2008-10-20 Thread frsp
> I have seen very few discussions about events and observer-esque things. Yes. It is strange I can not find articles regarding event driven apps on cakephp. I'm interested in "userless" application modules so no reports/views expected at the runtime. It could be cron or other parts of software g

SEO friendly

2008-10-20 Thread bookme
Hi, I want to make my wesite SEO frienldy? I read SlugBehavior and going to implement it. I saw SeoHelper in bakesale code and see that it's generating url like bakesale/mac-mini-p-29.html but I didn't get any help on bakery for this..can some body tell me how can I generate link like above

Re: newbie question

2008-10-20 Thread Amit Badkas
2008/10/21 . <[EMAIL PROTECTED]> > hi i am looking at this geoip tutorial > http://bakery.cakephp.org/articles/view/geoip-component > > > what does the following mean? echo h? > > echo h($geo->asXML()); > - The function h() is equivalent to PHP's htmlspecialchars() function - http://php.net/html

newbie question

2008-10-20 Thread .
hi i am looking at this geoip tutorial http://bakery.cakephp.org/articles/view/geoip-component what does the following mean? echo h? echo h($geo->asXML()); --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP"

newbie question

2008-10-20 Thread .
hi i am looking at this geoip tutorial http://bakery.cakephp.org/articles/view/geoip-component what does the following mean? echo h? echo h($geo->asXML()); --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP"

Help with ACL

2008-10-20 Thread jst4fun
Hi All, I have been trying to create an application using cakephp ACL and have been pulling out my hairs for past few days. I was not able to get much help from the IRC so my last hope is with this group.Those reading this might feel stupid, but I am beginner so please bear with me. I followed th

Re: Simple Ajax link to update div

2008-10-20 Thread Zureño
Brother thank you, this what me need really thank you :) On 30 sep, 18:48, qwanta <[EMAIL PROTECTED]> wrote: > OK, I understand things a bit better now and got it to work. My > problem was that my editor renamed my default layout to > default.ctp.php causing the links to prototype & s

Re: PHP Editor

2008-10-20 Thread David C. Zentgraf
+1 for TextMate with ProjectPlus (http://ciaranwal.sh/category/ textmate) plugin. On 20 Oct 2008, at 15:46, Matthieu wrote: > > Hello, I'd like to know which project editor you would recommend. I'm > planning to make a web application using the CakePHP framework. > > > --~--~-~--~

Re: how to edit multple rows in one view

2008-10-20 Thread hydra12
I'd recommend jquery instead of cake's ajax (personal preference, but I think jquery is easier to understand than prototype). Be careful setting all the grades to 0. I don't know your exact situation, but at the school where I work we give parents the ability to see their student's grades online

Incompatible CSRF defense with Security::requireAuth and AJAX

2008-10-20 Thread Braulio
Hello... I have added this to my app_controller: var $components = array('Auth', 'Security'); Then in one of my controllers I have: $this->Security->requireAuth('add', 'add_streams'); $this->Security->allowedActions = array('ajax_cantons', 'ajax_districts'); The actions ajax_cantons and ajax_

Re: how to edit multple rows in one view

2008-10-20 Thread teknoid
To save multiple records or multiple related models you can use saveAll(). On Oct 20, 7:04 pm, "soldier.coder" <[EMAIL PROTECTED]> wrote: > On Oct 20, 3:49 pm, hydra12 <[EMAIL PROTECTED]> wrote: > > > I asked about ajax because that actually makes things easier in some > > ways.  You can set each

HABTM saving duplicates

2008-10-20 Thread [EMAIL PROTECTED]
I am going to try to do my best to explain. I have three tables, items and tags and items_tags. Many items can belong to many tags, and many tags can belong to many items.When I add an Item via the add() function in the items_controller.php below, I get the following query (sorry for the la

Re: how to edit multple rows in one view

2008-10-20 Thread soldier.coder
On Oct 20, 3:49 pm, hydra12 <[EMAIL PROTECTED]> wrote: > I asked about ajax because that actually makes things easier in some > ways.  You can set each grade to save via ajax when the teacher moves > on to the next grade.  It all happens transparently in the background, > so no looping through

Re: requestAction not receiving $this->data

2008-10-20 Thread Braulio
I reported it as a bug, and it has been accepted. I hope it will soon be corrected. https://trac.cakephp.org/ticket/5628 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send e

FormHelper (or Model) Bug - or expected behavior?

2008-10-20 Thread BrendonKoz
(Using Cake 1.2 RC3, and tried latest nightly, 1.2.x.x_20.10.2008.tar.gz) When using the FormHelper on fields that generate a select list, there is an option to use " 'empty'=>true" (or to swap out "true" for a string literal that is used as the textual label in the select box). Date, datetime, a

Re: File Uploading problem

2008-10-20 Thread fr3nch13
It may have to do with your form tag missing some attributes. See: http://cgi-lib.berkeley.edu/ex/fup.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php

Re: File Uploading problem

2008-10-20 Thread Donkeybob
The file size is 7 mb my php.ini settings: max_execution_time = 30 max_input_time = 60 memory_limit = 32M post_max_size = 75M upload_max_filesize = 50M I post it to the database too. The area where it errors, is when it saves the data because $this->data does not have filename, mediatype and siz

Updating a list with AJAX - picking from one list box and updating another

2008-10-20 Thread tarapage
Hi, I'm new to AJAX and to cake PHP, but am an experienced software developer. I'm having trouble doing something that seems very simple. I have two list boxes, both generated from a database. I want to pick items from one list box and have them add to the other list box. This is simple enoug

Re: File Download Problem

2008-10-20 Thread Thanga Durai
Hi, Just try by removing the below line from the header header( "Content -Disposition: attachment; name=$filename" ); Thangadurai. On Mon, Oct 20, 2008 at 8:07 PM, Da-Omiete Iboroma <[EMAIL PROTECTED]>wrote: > > Thanks Martin, I included header("Content-disposition: inline; > filename=$filenam

Re: cakePHP CMS

2008-10-20 Thread Gonzalo Servat
On Mon, Oct 20, 2008 at 5:53 PM, Predominant <[EMAIL PROTECTED]> wrote: > > Hi Waqar Aziz, > > Its a shame we get idiots responding on the list and not helping. > > Take a look at Wildflower. Thats the only one that I am currently > aware of, and its got some great features. > Wildflower CMS: http

Re: mIRC

2008-10-20 Thread Olexandr Melnyk
Type: /s irc.freenode.net /j #cakephp 2008/10/20 soldier.coder <[EMAIL PROTECTED]> > > Hello, > > One of the ways to get help is to ask questions on the irc channel. > Does anyone use this? I have a registered version of mIRC and I could > not connect to save my life. Could anyone offer a ste

Re: cakePHP CMS

2008-10-20 Thread Samuel DeVore
On Mon, Oct 20, 2008 at 12:53 PM, Predominant <[EMAIL PROTECTED]> wrote: > > Hi Waqar Aziz, > > Its a shame we get idiots responding on the list and not helping. That may be true but 5 min in google or in google groups would result in the answer as well

Re: how to edit multple rows in one view

2008-10-20 Thread hydra12
There isn't any built-in functionality. When you submit your data, debug $this->data to see what was sent in. Then do loop through the data and save each grade individually. Here's the catch - you have to set the id to null each time you save a new row, or each new row will overwrite the last o

Re: cakePHP CMS

2008-10-20 Thread Predominant
Hi Waqar Aziz, Its a shame we get idiots responding on the list and not helping. Take a look at Wildflower. Thats the only one that I am currently aware of, and its got some great features. Wildflower CMS: http://wf.klevo.sk/ Best of luck. Cheers, Predominant On Oct 21, 1:25 am, "Samuel DeVo

Re: tilted table headers in cake...

2008-10-20 Thread soldier.coder
That is a simple, direct, and probably truthful answer. Thank you. > Here is the simple answer. > > There ain't one. > > have a nice day --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to

mIRC

2008-10-20 Thread soldier.coder
Hello, One of the ways to get help is to ask questions on the irc channel. Does anyone use this? I have a registered version of mIRC and I could not connect to save my life. Could anyone offer a step by step on connecting to the channel please? Thanks! --~--~-~--~~~--

Re: how to edit multple rows in one view

2008-10-20 Thread soldier.coder
This doesn't have to be ajax or have any fancy transitions. Just a save button would be fine. I guess more than anything I am asking is there any built-in facility for saving more than one record at a time? Investigation into the grades_controller reveals if (!empty($this->data) { $this->Gra

Re: File Uploading problem

2008-10-20 Thread Julien Buratto
Donkeybob wrote: > I'm using this: $form->file('filename') in my file upload utilty. Some > certain files will upload and save the data, but some files types > don't. . . . . .ex. podcast.m4a. > > When i submit the form . . .this->data only posts: > Array > ( > [Fileupload] => Array >

Re: Table Join Problem Again

2008-10-20 Thread MDB
Thanks, I will try that out. On Oct 20, 2:03 pm, "soldier.coder" <[EMAIL PROTECTED]> wrote: > Short answer is no, you do not. > > EVERY table in cake must have primary key "id" which is autonumber > int. > > When you refer to the primary key of another table, it is that > tablename + "_id". > >

Re: Table Join Problem Again

2008-10-20 Thread soldier.coder
Short answer is no, you do not. EVERY table in cake must have primary key "id" which is autonumber int. When you refer to the primary key of another table, it is that tablename + "_id". On Oct 20, 11:31 am, MDB <[EMAIL PROTECTED]> wrote: > Hello all, I am having a heck of a time trying to und

File Uploading problem

2008-10-20 Thread Donkeybob
I'm using this: $form->file('filename') in my file upload utilty. Some certain files will upload and save the data, but some files types don't. . . . . .ex. podcast.m4a. When i submit the form . . .this->data only posts: Array ( [Fileupload] => Array ( [name] => Podcast na

Re: how to edit multple rows in one view

2008-10-20 Thread hydra12
This can get complicated VERY fast. First, do you want the changes to be made immediately, or does the teacher have to click a submit/save button to save changes? Second, is ajax an option? hydra12 On Oct 20, 10:27 am, "soldier.coder" <[EMAIL PROTECTED]> wrote: > Hello coders! > > I'm trying t

Re: PHP Editor

2008-10-20 Thread Matthieu
Thanks guys for your help! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTE

Two Paginator in the same view

2008-10-20 Thread Elmaho
Hi everyone i've got probleme with the paginator helper when i use it twice in the same view my source is: //Controller $this->paginate = array('Absence'=>array( 'limit' => 5,

Re: Authentication and blank pages

2008-10-20 Thread mcphisto
I upload all my application in an external server. The login page works, the problem is the link to blank pages the makes the session fall. How's it possible. What do you mean by " think it hits the external sever first and the the local."? On 17 Ott, 20:51, [EMAIL PROTECTED] wrote: > I think i

Table Join Problem Again

2008-10-20 Thread MDB
Hello all, I am having a heck of a time trying to understand how to setup table joins. First I have the following 3 tables: scheduler_customers Primary Key = id tenant_service_approved Primary Key = tenant_service_approved_id scheduler_customers_tenant_service_approved Columns: scheduler_custo

Two Paginator in the same view

2008-10-20 Thread Elmaho
Hi everyone i've got probleme with the paginator helper when i use it twice in the same view my source is: //Controller $this->paginate = array('Absence'=>array( 'limit' => 5, 'conditions' => array('Absence.user_id' => 11, 'Absence.etat' => $currentGroup-1), 'fields' =

how to edit multple rows in one view

2008-10-20 Thread soldier.coder
Hello coders! I'm trying to build a nice gradebook app, so teachers can keep of students grades. Right now, scaffolding has given me enough to enter one grade for one grade category for one student. The way my code is set up, teachers choose categories (like writing assignments, oral presentatio

Best way to automatically publish Twitter updates based on add()

2008-10-20 Thread Daehee
So I found this cool Twitter Component in the bakery: http://bakery.cakephp.org/articles/view/twitter-component I'd like to use it to publish status updates in Twitter every time someone accesses a particular add() function. Is there a performance- optimizing technique so that it cuts down on loa

Re: cakeapp.com

2008-10-20 Thread teknoid
I've posted the reply on the blog, but wanted to add here as well... It would be nice to provide an option of working with models (as well as tables) to setup validation rules per field and model association types. Are you planning to open source this project? On Oct 20, 10:44 am, powtac <[EMAIL

Two Paginator in the same view

2008-10-20 Thread Elmaho
Hi everyone i g --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more

Re: File Download Problem

2008-10-20 Thread Da-Omiete Iboroma
Thanks Martin, I included header("Content-disposition: inline; filename=$filename"); but it did not make any difference. Thanks anyway Damelinks On 10/20/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > As far as I know, it is the browser that decides what to do with a > file. > You can do

Re: cakeapp.com

2008-10-20 Thread powtac
Thank you. - Download will come - I will remove "updated" - SQL editor will come in english by default... On 20 Okt., 16:33, Daniel Hofstetter <[EMAIL PROTECTED]> wrote: > Hi, > > > I just started to build a WYSIWYG cake application > > builder:http://cakeapp.com. > > Here you find a screencast

Re: PHP Editor

2008-10-20 Thread LunarDraco
I've been using aptana (www.aptana.com) which is a few plugins built on top of eclipse. Has a couple nice additions for debuging and ajax and json work. I like eclipse because it supports all the languages I write code in and has good integration to svn. I've only ever used the free version of ap

Re: cakeapp.com

2008-10-20 Thread Daniel Hofstetter
Hi, > I just started to build a WYSIWYG cake application builder:http://cakeapp.com. > Here you find a screencast how it works:http://cakeapp.com/pages/screencast/ > > If you want, give me some feedback, here at this message/thread or by > email: powtac at gmx dot de. Nice app. Here some feedba

Re: Add comment in the bakery doesn't work

2008-10-20 Thread benjam
Seconded again. On Sep 30, 2:52 am, "dr. Hannibal Lecter" <[EMAIL PROTECTED]> wrote: > I second that, doesn't work for me either. > > On Sep 30, 10:30 am, Kanten <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I'm afraid there is something wrong with the add comment function in > > thebakery:http://ba

Re: cakePHP CMS

2008-10-20 Thread Samuel DeVore
Oh man me too, thanks for sharing -- (the old fart) the advice is free, the lack of crankiness will cost you - its a fine line between a real question and an idiot http://blog.samdevore.com/archives/2007/03/05/when-open-source-bugs-me/ http://blog.samdevore.com/cakephp-pages/my-cake-wont-bake/

Re: cakePHP CMS

2008-10-20 Thread Gonzalo Servat
On Mon, Oct 20, 2008 at 11:46 AM, WAQAR AZIZ <[EMAIL PROTECTED]>wrote: > > I want a well-developed CMS , that fully supports cakePHP 1.1 / 1.2 > That's nice. - Gonzalo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

cakePHP CMS

2008-10-20 Thread WAQAR AZIZ
I want a well-developed CMS , that fully supports cakePHP 1.1 / 1.2 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from

Re: File Download Problem

2008-10-20 Thread [EMAIL PROTECTED]
As far as I know, it is the browser that decides what to do with a file. You can do the following: header("Content-disposition: inline; filename=$filename"); ... but that is no guarantee that the browser will have a acrobat- plugin installed. /Martin On Oct 20, 3:41 pm, "Da-Omiete Iboroma" <[EM

File Download Problem

2008-10-20 Thread Da-Omiete Iboroma
Please I am having problem downloading pdf (Acrobat reader) files that I uploaded in mysql database. The file downloads but it does not embed the pdf file in the browser. Instead, it opens the pdf file and make the current page blank Below is the file download code. Pls help me http://www.ur

Re: error message on select box validation

2008-10-20 Thread clrockwell
Thank you David, I was hoping to avoid that and simply thought I was doing something wrong. Thanks! On Oct 19, 10:27 pm, "David C. Zentgraf" <[EMAIL PROTECTED]> wrote: > If you use $form->input(), it will create everything for an input   > field, including label and error messages. > If you use

Re: cakeapp.com

2008-10-20 Thread Yodiaditya
I have see your cakeapp.com, nice with color selector. regards yodiaditya On 10/20/08, powtac <[EMAIL PROTECTED]> wrote: > > > I just started to build a WYSIWYG cake application builder: > http://cakeapp.com. > Here you find a screencast how it works: > http://cakeapp.com/pages/screencast/ > > If

Re: testAction data not resetting between tests

2008-10-20 Thread wyrdvans
Felix at debuggable.com created a fixturize shell for CakePHP. I suggest you check it out. http://debuggable.com/posts/fixturize-shell---generate-your-fixtures-automatically:48c12ad0-2350-4b5a-94d4-5f424834cda3 I just submitted a patch to it so it creates the fields and allows you to specify a l

Custom Pagination

2008-10-20 Thread si-mon
Hi, First of all, I am a beginner in cake. In my application, I need to include pagination, which is in the style <> with AJAX. In this, the links are properly working. The problem is, I have to enter a specific page number in the textbox and I need to directly go to that page. But, it is not work

Re: PHP Editor

2008-10-20 Thread Janier
I have used Phpdesigner and netbeans with Php. Both have code completion and that helps Sent from my iPhone On Oct 20, 2008, at 7:23 AM, grigri <[EMAIL PROTECTED]> wrote: +1 for Notepad++. I used to use PSPad (which has great support for user scripts) but switched because Notepad++ is MUCH fa

cakeapp.com

2008-10-20 Thread powtac
I just started to build a WYSIWYG cake application builder: http://cakeapp.com. Here you find a screencast how it works: http://cakeapp.com/pages/screencast/ If you want, give me some feedback, here at this message/thread or by email: powtac at gmx dot de. --~--~-~--~~~---

Re: Random Select

2008-10-20 Thread grigri
Bear in mind that ORDER BY RAND() is far from the fastest thing in the world; there are better ways to accomplish this. Anyways, to cakeify it: (assuming Product belongsTo Category and Category hasMany Product) $this->Category->hasMany['Product']['order'] = 'RAND()'; $this->Category->hasMany['P

Re: PHP Editor

2008-10-20 Thread grigri
+1 for Notepad++. I used to use PSPad (which has great support for user scripts) but switched because Notepad++ is MUCH faster and doesn't have the syntax hilighting bugs that PSPad does. I do miss the user scripting functionality though... On Oct 20, 11:30 am, Marcus Silva <[EMAIL PROTECTED]> w

Re: Random Select

2008-10-20 Thread Rahman Mousavian
thanks but any better idea !? On Oct 20, 1:18 pm, "Liebermann, Anja Carolin" <[EMAIL PROTECTED]> wrote: > This should help you:http://de2.php.net/manual/en/function.array-rand.php > > Of course for the first array, you have to get all datasets. For the next > selects you can add conditions. > >

Re: The HABM h bug!

2008-10-20 Thread Marcus Silva
I normally do, just checked it and there is where the problem is. Thanks a lot. Cheers On Oct 20, 11:36 am, "Bernhard J. M. Grün" <[EMAIL PROTECTED]> wrote: > Hi! > > Just a guess: Do you use afterFind methods in your program? Maybe there is > the problem? So that afterFind modifies your dat

Random Select

2008-10-20 Thread Rahman Mousavian
Hi all I want to select 3 random category from database then select 4 random product from each category This code should have minimum query and request from data base! The database is mySql. any one have any suggestion ?! The previous Code is : $link = mysql_connect('localhost', 'user', 'pas

Re: The HABM h bug!

2008-10-20 Thread Bernhard J. M. Grün
Hi! Just a guess: Do you use afterFind methods in your program? Maybe there is the problem? So that afterFind modifies your data in some cases. -- Bernhard J. M. Grün 2008/10/20 Marcus Silva <[EMAIL PROTECTED]> > > Hi everyone, > > I am not really sure weather the following is a bug or not, bu

Re: Paypal nvp api

2008-10-20 Thread Penfold
Hi, I have written a component for nvp to use website payment pro uk. On 18 Oct, 22:25, dsrawlins <[EMAIL PROTECTED]> wrote: > Is anyone aware of a cake component to interface with the Paypal nvp > api? --~--~-~--~~~---~--~~ You received this message because you a

Re: PHP Editor

2008-10-20 Thread Marcus Silva
I always use Notepad++, its a great multi language and easy to use editor. It can be downloaded at: http://notepad-plus.sourceforge.net/uk/site.htm Hope you like it. Cheers On Oct 20, 11:22 am, "Liebermann, Anja Carolin" <[EMAIL PROTECTED]> wrote: > What also works and doesn't need installa

The HABM h bug!

2008-10-20 Thread Marcus Silva
Hi everyone, I am not really sure weather the following is a bug or not, but it appears to be. I my user model I have the follwoing HABM relationship: var $hasAndBelongsToMany = array( 'MemberOfClub' => array( 'className' => 'Club',

AW: PHP Editor

2008-10-20 Thread Liebermann, Anja Carolin
What also works and doesn't need installation is notepad2 for Windows: http://www.flos-freeware.ch/notepad2.html With Linux I like kate. However now that I am programming nearly fulltime I enjoy the niceties of eclipse. But of course this needs some time to download, install and get used to.

AW: Random Select

2008-10-20 Thread Liebermann, Anja Carolin
This should help you: http://de2.php.net/manual/en/function.array-rand.php Of course for the first array, you have to get all datasets. For the next selects you can add conditions. Hope that helps Anja -Ursprüngliche Nachricht- Von: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED]

Re: Best way to manage tags

2008-10-20 Thread Darcy
I have not test on 'Zend Studio' yet, but opencakefile does not depend on PDT or Zend, just Eclipse based. On Oct 11, 2:04 am, "dr. Hannibal Lecter" <[EMAIL PROTECTED]> wrote: > Aah, blast, supposed to be "opencakefile", my bad :-/ > > It's located here:http://sourceforge.net/projects/opencakefil

Re: Creating a Settings / preferences Component

2008-10-20 Thread grigri
I usually add a hook in to app_model for other models to be loaded without direct associations. I call this key 'knows': http://bin.cakephp.org/view/1329599461 >From there, you just define the `knows` key in the model class Something extends AppModel { var $knows = array('SomethingElse');

Re: read cookie value in view

2008-10-20 Thread .
ok thx On Mon, Oct 20, 2008 at 1:15 AM, Julien Buratto <[EMAIL PROTECTED]>wrote: > > . wrote: > > how to i refer to cookie component from my view? > > > > $cookie->read('var'); gives me an error Undefined variable: cookie > > > IMHO, read it in your controller and passit to the view as that's the

Re: read cookie value in view

2008-10-20 Thread Julien Buratto
. wrote: > how to i refer to cookie component from my view? > > $cookie->read('var'); gives me an error Undefined variable: cookie > IMHO, read it in your controller and passit to the view as that's the best way to manage MVC J --~--~-~--~~~---~--~~ You received

read cookie value in view

2008-10-20 Thread .
how to i refer to cookie component from my view? $cookie->read('var'); gives me an error Undefined variable: cookie --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email t

Re: PHP Editor

2008-10-20 Thread [EMAIL PROTECTED]
If you are into a slimmer code editor (not a full ide), a lot of Mac coders use TextMate. It has some light project features (like search and replace in a whole project). For Windows the closest to TextMate is E-TextEditor which is sort-of a tribute application. with support for the same themes an

AW: PHP Editor

2008-10-20 Thread Liebermann, Anja Carolin
I guess everybody has his or her preferences. Meanwhile I work with Eclipse and PDT and I like it very much. Anja -Ursprüngliche Nachricht- Von: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von Matthieu Gesendet: Montag, 20. Oktober 2008 08:46 An: CakePHP Betreff: PHP