Re: David Persson Media Plugin - Batch Image Upload

2011-11-08 Thread Shinya Koizumi
I wouldn't use flash ( I just can't ignore iOS ) , but I would use this one http://valums.com/ajax-upload/ On Tue, Nov 8, 2011 at 9:25 PM, Greg Skerman gsker...@gmail.com wrote: to upload multiple files, there is a flash gadget which can be used called SWFUpload here is a demo showing a

Re: Jquery Mobile and CakePHP 1.3

2011-05-28 Thread Shinya Koizumi
I am actually going to create a mobile version of our web app ( HR tool ) but want to take a different approach. I was going to set up JQTouch ( JQuery library )and access the system through ajax since the some of interaction is mobile specific( touch panel specific ). -- Our newest site for

Re: Problem with debug - IMPORTANT

2011-05-19 Thread Shinya Koizumi
So now if u change back 2 what happen? Sent from my iPhone On 2011-05-19, at 8:06, damia...@gmail.com damia...@gmail.com wrote: Hi I've problem, I create function update in AJAX. All is fine but when I change debug on 0 show me Error: The requested address. I delete cache files , connect to

Re: naming Model

2011-04-13 Thread Shinya Koizumi
) previous changes On 13 Apr., 00:07, Shinya Koizumi sh.koiz...@gmail.com wrote: Well the bake itself works. Problem I see is that I usually create a functions in models, but later on when I decided to join another table and make the hasmany relationship in bake it will overwrite those

Re: naming Model

2011-04-13 Thread Shinya Koizumi
it will clarify things. But I am still not quite convinced that i'll work out. On 13 Apr., 08:59, Shinya Koizumi sh.koiz...@gmail.com wrote: That's why it's useless. If it's a simple copy-and-paste thing why bother using it? If we want to use the baker to speed up the development I think we

Re: naming Model

2011-04-12 Thread Shinya Koizumi
Well the bake itself works. Problem I see is that I usually create a functions in models, but later on when I decided to join another table and make the hasmany relationship in bake it will overwrite those functions that I made within the class. Instead I need to edit manually( to make the

Re: naming Model

2011-04-08 Thread Shinya Koizumi
I just remove the model from $uses in TemplateController for debugging purpose. Seems like the controller only works with singular for $domain, $domains = explode(.,$_SERVER[HTTP_HOST]); On Fri, Apr 8, 2011 at 5:08 PM, cricket zijn.digi...@gmail.com wrote: On Fri, Apr 8, 2011 at 7:55 PM,

Re: naming Model

2011-04-08 Thread Shinya Koizumi
nevermind, i figured out how to use the same name between controller and model by using $this - loadModel( 'SurveyTemplate' ); $this - SurveyTemplate - useDbConfig = $this - db_name; -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP

Re: naming Model

2011-04-08 Thread Shinya Koizumi
It's TemplatesController (plural ;-) I say it only works if it's singlular when I use plural TemplatesController it gives me a blank screen ( this is my fav part of cakephp. Drupal doesn't do that often. ) Love when people picking up my bad english. Maybe 'cause we are spreading too much

Re: save object in Session Component

2011-04-06 Thread Shinya Koizumi
has any done this way? On Tue, Apr 5, 2011 at 11:15 AM, cake-learner sh.koiz...@gmail.com wrote: I have set up an application object to save all info in session, but I don't know how to save with cakephp session. In app_controller, i have set up like this in beforefilter() and

Re: .Net Developer Job Opening - Valencia, CA

2011-04-02 Thread Shinya Koizumi
Thanks howver I am not interested in On Fri, Apr 1, 2011 at 3:41 PM, Makro Tech makrotech@gmail.com wrote: Hi This is Vignesh with Makro Technologies, Inc. We have been in business for over 10 years and we are one of the Fast 500 National IT staffing and Solution firms in USA. Our

Re: execute query twice in a short time is a problem?

2011-04-01 Thread Shinya Koizumi
CakePHP didn't or couldn't do it that's why i was experimenting something different. On Fri, Apr 1, 2011 at 12:25 AM, Ryan Schmidt google-2...@ryandesign.comwrote: On Mar 31, 2011, at 14:52, cake-learner wrote: foreach( $arrEmp as $employeeObj ){ $options = array( survey_name =

Re: syncing two databases

2011-03-30 Thread Shinya Koizumi
Maybe for now I just set up a a file with sql command to propagate changes to the live database when pushing code to live. On Tue, Mar 29, 2011 at 4:06 PM, Ryan Schmidt google-2...@ryandesign.comwrote: On Mar 29, 2011, at 11:29, cake-learner wrote: Is there any way to sync tables schema

Re: You favorite IDE/ Dev Setup?

2011-03-30 Thread Shinya Koizumi
CentOS Subversion Zend Studio( Remote Server + SVN ) Apache/Mysql shell Scripts( push to live ) On Wed, Mar 30, 2011 at 12:49 PM, Chris theswimmingf...@gmail.com wrote: How do you develop for CakePHP? OS, Editor, control system, etc.? Ubuntu 10.10 Geany GIT Apache/MySql Bunch of Shell

Re: Performance of CakePHP 2.0

2011-03-24 Thread Shinya Koizumi
development mode vs. no debug mode Is this just matter of debug = 0,1,2, right? -- 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

Re: select multiple options

2011-03-15 Thread Shinya Koizumi
?php echo $form-input('SurveyCategory.'.$index.'.department_list', array('options' = $department_list, 'selected' = array(232, 233), 'multiple' = true, 'class' = 'input_selection group_selection')); ? Didn't work I also added 'type' = 'select' in the array but still didn't work The rest should be

Re: session not saved in app controller

2011-03-14 Thread Shinya Koizumi
Thanks beforeRender worked. Like you said maybe i was misunderstanding the use of afterFilter. On Mon, Mar 14, 2011 at 12:09 AM, hunny saurabh85maha...@gmail.com wrote: Not sure about the afterFilter function. Are you sure this is being invoked automatically? Otherwise you can probably right

Re: SSL Help

2011-03-12 Thread Shinya Koizumi
in order to support SSL do i have to change anything on my program? I thought we only need to deal on system level. Install and change apache config On Fri, Mar 11, 2011 at 9:57 PM, Krissy Masters naked.cake.ba...@gmail.comwrote: Thanks everyone. @Jeremy Will give this a shot. Found a SSL

Re: move to new server

2011-02-15 Thread Shinya Koizumi
I did not have any access to ssh for this site so i didn't use baker at all. -- 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

Re: find all not working.

2011-02-14 Thread Shinya Koizumi
On Mon, Feb 14, 2011 at 12:58 PM, Jeremy Burns | Class Outfit jeremybu...@classoutfit.com wrote: That all looks a little unusual. Can you explain in non-code terms what you are trying to do? Jeremy Burns Class Outfit jeremybu...@classoutfit.com http://www.classoutfit.com On 14 Feb

Re: SWF Uploader ... or any Good One...?

2011-02-11 Thread Shinya Koizumi
meioupload is there a demo page i can look? I went to the page wasn't able to find. i found the problem with uplodify is the button doesn't work on ipad since it's the browse button is flashswf file. I also need a uploader but not flash based but if it has the progressbar that would be great.

Re: Does the CakePHP ready for 'Large Scale' web applications?

2011-02-03 Thread Shinya Koizumi
If the site is going to get more ajax driven sites like facebook i wouldn't recommend to use since the framework is not ready and it will take more time to figure out. Just my opinion. On Wed, Feb 2, 2011 at 11:04 PM, Jeremy Burns | Class Outfit jeremybu...@classoutfit.com wrote: Always

Re: Is there any way to incldue all models automatically

2011-01-31 Thread Shinya Koizumi
I just took over the project going and was built on cakephp so i need to continue developing on the cakephp. Not going back at the moment. On Sat, Jan 29, 2011 at 1:20 PM, Ryan Schmidt google-2...@ryandesign.comwrote: On Jan 29, 2011, at 05:21, Shinya Koizumi wrote: What other

Re: Numeric Keys with Form Select

2011-01-31 Thread Shinya Koizumi
Hopefully form can be created in oop way, too. $form = new Select(); $form - multiselection = true $form -addItem(1, 'item1'); On Sun, Jan 30, 2011 at 10:27 PM, andy_the ultimate baker anandghaywankar...@gmail.com wrote: hi, ur issue is very often, now use echo $this-Form-

Re: AjaxHelper

2011-01-31 Thread Shinya Koizumi
How about setting up a new input box tag with add button and add tags to hidden input so when save the post on submit it is available from control and don't need to use any ajax but javascript in client side? On Mon, Jan 31, 2011 at 1:28 PM, elias elias.leco...@gmail.com wrote: I tried

Re: Has anyone used Geonames without webservice?

2011-01-31 Thread Shinya Koizumi
I think it's difficult to download all the stuff in local and how do you maintain? I think google map api is your best choice. What you can do is save the unique query( keyword and resolved lat,lon ) in database so that for popular places you don't always have to go to web service . On Mon, Jan

Re: Is there any way to incldue all models automatically

2011-01-29 Thread Shinya Koizumi
http://www.symfony-project.org/ http://www.qcodo.com/ On Fri, Jan 28, 2011 at 11:05 PM, Ryan Schmidt google-2...@ryandesign.comwrote: On Jan 28, 2011, at 21:49, Shinya Koizumi wrote: I always struggle with just define this relationship and how I can call on different stage ( on another

Re: Is there any way to incldue all models automatically

2011-01-28 Thread Shinya Koizumi
I always struggle with just define this relationship and how I can call on different stage ( on another control or on another module ) whereas it was very easy on another frameworks. I could have use the baker but not really easy to use. It should be just configuration file that you need to add

Re: Always having trouble adding new tables

2011-01-24 Thread Shinya Koizumi
never mind i didn't have debug level to 2 On Mon, Jan 24, 2011 at 3:37 AM, cake-learner sh.koiz...@gmail.com wrote: When i add new table it sometimes say request address /somepath/ somepath was not found on this server. I know i configure model wrong because of this it takes time to find the

Re: IDE

2010-12-23 Thread Shinya Koizumi
Does any know if they provide a plugin for pdt or zend studio Sent from my iPhone On Dec 22, 2010, at 6:08 PM, huoxito huox...@gmail.com wrote: I use Komodo Edit, free version, it has a nice plugin for cakephp with autocomplete, it get a little bit slow sometimes on ubuntu but it's great.

Re: IDE

2010-12-23 Thread Shinya Koizumi
Thanks Sent from my iPhone On Dec 23, 2010, at 1:09 AM, Angel Robert Marquez angel.marq...@gmail.com wrote: linux vim gedit mac OS vim textmate coda windows notepad2 eclipse aptana On Wed, Dec 22, 2010 at 12:11 AM, fadhli e.fad...@gmail.com wrote: netbeans On

Re: IDE

2010-12-21 Thread Shinya Koizumi
I use zend studio but autocomplete feature is no use since all the data is handle in array. Sent from my iPhone On Dec 21, 2010, at 2:04 PM, Robert J. Maiolo rmai...@gmail.com wrote: eclipse for the win On Tue, Dec 21, 2010 at 6:57 AM, Kristofer krishop...@gmail.com wrote: What IDE do

RE: session problem or misunderstanding.

2010-12-19 Thread Shinya Koizumi
For 1.2.8, How do I enabled that again? I am already using this for another control, but don't remember How I did it. -Original Message- From: cake-php@googlegroups.com [mailto:cake-...@googlegroups.com] On Behalf Of James K Sent: Sunday, December 19, 2010 7:24 PM To: CakePHP Subject: Re:

RE: possible to create a nested post with forms?

2010-12-16 Thread Shinya Koizumi
Looks like if I use the name with index like 'category.0.subcategory' but I can't get consistent result. Is there any limitation of how deep I can go? I am using 1.2.8 Shinya -Original Message- From: cake-php@googlegroups.com [mailto:cake-...@googlegroups.com] On Behalf Of

Re: why i have to put another modal class name in $uses?

2010-12-09 Thread Shinya Koizumi
Jeremy, thanks for detail description. I am taking over someone's code and it has about 50 tables. I was reluctant to map out the join at this stage, but i guess i have to. ( i didn't want to join the newly created table with old ones. i guess i am lazy ;) ) If there is a graphical tool to make

Re: Time Helper

2010-12-09 Thread Shinya Koizumi
I am not big fan of this add helper class name to array to enable it. Is there anyway to enable all helper classes or some of helper classes loaded automatically or some of helper classess should be core so they don't have to enable them when using them? For classes like this, i want to use as