Re: CakePHP.org and IE 7

2006-10-16 Thread Armando Sosa
jobs easier and more exciting! That's all for this issue-thanks for reading! -- Armando Sosa www.nolimit-studio.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send

Re: newbie needs idiot's guide to database pagination

2006-09-21 Thread Armando Sosa
people_controller.php so that when you go to http://example.org/people, you get paginated results? Or is there some other obvious thing that I am missing? -- Armando Sosa www.nolimit-studio.com --~--~-~--~~~---~--~~ You received this message because you

Re: Partials

2006-09-12 Thread Armando Sosa
had forgotten about them! That looks pretty good, but I want my partial (element) to be included in the articles folder, and not in the system-wide folder elements. That could get hairy pretty quickly! Is there a way to specify where the element is located? -- Armando Sosa www.nolimit

Re: Images in CSS

2006-08-18 Thread Armando Sosa
? I need to get the correct file location - which would need to be set by Cake PHP. -- Armando Sosa www.nolimit-studio.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group

Re: Dynamic Navigation Menu

2006-08-17 Thread Armando Sosa
/data_always_there -- Armando Sosa www.nolimit-studio.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group

Re: CakePHP layouts

2006-08-09 Thread Armando Sosa
://synapsisdi.com.br [livesets] http://djspark.com.br -- Armando Sosa www.nolimit-studio.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com

Re: problem in FormHelper, 1.1.7 release

2006-08-07 Thread Armando Sosa
'); -- -- Armando Sosa www.nolimit-studio.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php

Re: printing wrong characters

2006-07-28 Thread Armando Sosa
Are you encoding your text in UTF-8? On 7/28/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: why when I try to print in a view something like this: echo año, ñupuco, canción I mean those kind of characters cakephp prints like this: a?o, ?upuco canci?n -- Armando Sosa www.nolimit

Re: Flickr-Group for CakePHP

2006-07-26 Thread Armando Sosa
-- Armando Sosa www.nolimit-studio.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL

Re: Regular scriptaculous effects

2006-07-25 Thread Armando Sosa
Cake call custom Javascript functions? thanks... -- Armando Sosa www.nolimit-studio.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php

Re: CakePHP 1.1.6.3264 Released

2006-07-20 Thread Armando Sosa
used the entire new cake folder and replaced the app folder with mine. Thanks for the help! -- Armando Sosa www.nolimit-studio.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post

Re: AJAX with' option

2006-07-20 Thread Armando Sosa
. -- Armando Sosa www.nolimit-studio.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email

Re: Found love today for free

2006-07-17 Thread Armando Sosa
why is this spammer not banned yet? On 7/17/06, carlito556 [EMAIL PROTECTED] wrote: Found love today for free at http://www.rosapink.net and go to the menu get a date Tell your friends it's free ! -- Armando Sosa www.nolimit-studio.com

Re: Definitive (data) pagination

2006-07-03 Thread Armando Sosa
or otherwise fix the code tomorrow. Comments welcome (except regarding the other things on the site that break because of this update ;)), Cheers, AD7six -- Armando Sosa www.nolimit-studio.com --~--~-~--~~~---~--~~ You received this message because you

Re: RequestHandler-isAjax() .. Is this a correct way of doing it ?

2006-06-30 Thread Armando Sosa
{ $this-render(null,null,null,'listing'); } and it shows the view but it remove the the listing... I'm confused. -- Armando Sosa www.nolimit-studio.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake

Re: Validating against non-model data

2006-06-30 Thread Armando Sosa
://cakebaker.wordpress.com/2006/02/06/yet-another-data-validation-approach/ Of all the implementations I've seen, I liked this one the best. It seems the most elegant and extensible without being particularly hacky (in my limited-experience opinion). -- Armando Sosa www.nolimit-studio.com

Re: Validating against non-model data

2006-06-30 Thread Armando Sosa
I forgot to mention, check Snook's post about validation: http://www.snook.ca/archives/php/cakephp_data_va_1/ On 6/30/06, Armando Sosa [EMAIL PROTECTED] wrote: You can add as many tagErrorMsg to your view even if don't exist in your model. ex: ?=$html-tagErrorMsg('Profile

Re: stats for cakephp

2006-06-29 Thread Armando Sosa
']=true; $this-Visite-save($data); } } } -- Armando Sosa www.nolimit-studio.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post

DB/ Image design question

2006-06-18 Thread Armando Sosa
guys recommend this approach? -- Armando Sosa www.nolimit-studio.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from

Re: CakePHP 1.1.4.3083

2006-06-14 Thread Armando Sosa
to a member function on a non-object in ... cake/libs/view/templates/layouts/default.thtml on line 57 I'm pretty new to this. Did I do something wrong? 1.1.3.2967 seems to work fine. JPF -- Armando Sosa www.nolimit-studio.com --~--~-~--~~~---~--~~ You

Re: Zend's Devzone Article about Baking Day

2006-06-13 Thread Armando Sosa
If you are already registered on del.icio.us, everything you need to is clicking on this link: http://del.icio.us/post?url="">and help push bakingday to the del.icio.us/popular (it was there last week, for a few minutes) On 6/13/06, Gustavo Carreno [EMAIL PROTECTED] wrote: Hey guys / galsStatus

Re: Using Peterned's whatever:hover

2006-06-06 Thread Armando Sosa
... or use the IE7 script!On 6/6/06, Tobius [EMAIL PROTECTED] wrote: The suckerfish hovers are fine and all, but using the css :hover pseudoelement is how most situations that require a hover effect should behandled. It's unfortunate that IE doesn't properly support it but one day it will. If

Re: Why this javascript doesn't function correctly in Cake?

2006-06-06 Thread Armando Sosa
Man! that _javascript_ is like prehistoric (browser sniffing?). Anyway where are you including it, ina separate .js or in the layout? Are you using the _javascript_ helper? Whcih browser are you developing with? Chances are that cake has nothing to do with it not working.On 6/6/06, [EMAIL

Re: using CakePHP in unusual way

2006-06-02 Thread Armando Sosa
Is that kind of designers that give us the fame of stupids. Fire them please.On 6/2/06, DJ Spark [EMAIL PROTECTED] wrote: They should put static pages in /views/pages//views/pages/home.thtml /views/pages/contact.thtml/views/pages/about.thtml.. If you are using a framework, you should stick to its

Re: Cake Software Foundation Certification

2006-06-02 Thread Armando Sosa
So, to be clear, which of this scenarios will get Cake foundation's Counter-Uncertified-Poser-Unit knockin at my door?1.- I write an online killer app and name it CakePack and sell it to google2.- I write a killer app and name it CakePack and release as opensource 3.- I'm not a certified developer

Re: Use Image Inside an Ajax Link ($ajax-link) Helper

2006-05-21 Thread Armando Sosa
Reggie:ImageTag is deprecated because you should use HTMLHelper:image() instead.The correct code for making a ckickable ajax link to an image is something like this:$ajax-link($html-image(refresh), 'Controller/action', array(update = emails, url =list_emails ),null,false); On 5/21/06, Daniel

Re: unset($this-params['data']) Not Working???

2006-05-18 Thread Armando Sosa
Maybe $this-data="" ?On 5/18/06, josh southern [EMAIL PROTECTED] wrote: In several applications I've developed, on the 'add' functions, insteadof using the built-in flash() function, I simply unset$this-params['data'] and display the empty form again with a successmessage, to allow for more rapid

Re: Helper for Imagemap Links?

2006-05-17 Thread Armando Sosa
try $html-url('controller/action');On 5/17/06, Scott Sharkey [EMAIL PROTECTED] wrote: Hi All,Stupid question, but I didn't find it anywhere on the docs.Is there a helper that will generate the links for inclusion in an imagemap?Or,alternatively, is there a way to determine the home page of the

Re: Cake Migrations available

2006-05-14 Thread Armando Sosa
Hey that's pretty cool!. Thanks.On 5/14/06, joelmoss [EMAIL PROTECTED] wrote: Saw a post on this a while ago( http://groups.google.com/group/cake-php/browse_thread/thread/74e4ed3cf4dee595/b1368e18be1aaee3)and I had the idea, so I did it. Cake Migrations in CakePHP's answer toRoR Migrations.Take a

Re: Basic Associations question

2006-05-12 Thread Armando Sosa
yep they areOn 5/12/06, David Spitzley [EMAIL PROTECTED] wrote: Am I correct that Associations need to be symmetric between Model files?In other words, if I define A hasMany B or A hasOne B, then I must also define B belongsTo A?And if A hasAndBelongsTo B then I must also state B hasAndBelongsTo

Re: Dynamic Views

2006-05-10 Thread Armando Sosa
You could make different layouts, and switch it in the controller before the render depending if it's logged or not. Or maybe something like $this-set('is_logged',$this-Session-check(' user.id'))Or maybe some logic in the view wont hurt anybodyOn 5/10/06, Vortexmind [EMAIL PROTECTED] wrote:HiI

Re: Getting Bake.php to work

2006-05-10 Thread Armando Sosa
shou should run bake.php from the command line $php bake.phpOn 5/10/06, dspitzle [EMAIL PROTECTED] wrote:I'm currently working through Cake, and I'm having trouble getting Bake.php to run.I'm running Cake 1.0.1.2708 on Windows XP, and mydirectory structure

Re: Something like RJS

2006-05-06 Thread Armando Sosa
I like _javascript_ (a little more than PHP, to be sincere) and prototype is a great library. But the possibility of not switch your mindset between languages is very attractive to me. Also it is the oportunity to do it in a more Cakeish style. I'm working in something too Rossoft. I'm going to

Re: internal redirect?

2006-05-04 Thread Armando Sosa
maybe just calling the action?$this-action()or using controller::setAction()On 5/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I think this could get out of control quickly and be very hard todebug.Pages coming up from other methods but listed in the browserunder another method.Could get very

Re: grupo cake en español

2006-05-04 Thread Armando Sosa
es CakePHP-esOn 5/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hola todosHace algunos meses hubo una iniciativa de formar un grupo de hispano-hablantes de cakephp ¿qué pasó con ese grupo? intentoafiliarme a torta-php y me dice que sólo se entra con invitación,además tiene un solo

Re: Something like RJS

2006-05-04 Thread Armando Sosa
Thanks Gwoo.I almost have something, just need to know if there's a way for helpers to acces the View object that call them... is it possible?On 5/4/06, gwoo [EMAIL PROTECTED] wrote:Brego was working on something similar for 2.0 before he left us. Iam unsure how far he got, but if there is any

Re: Controllers and views inside subfolders

2006-04-24 Thread Armando Sosa
intenta $this-render('userManager/list');On 4/24/06, saavedrajj [EMAIL PROTECTED] wrote: Hi, I'm making a content system that manage Users, Products, etc..this is how it looks Menu:1. Users1.1. User Manager1.1.1. List users1.1.2. Add user1.2. User Subscriptions1.2.1. List Subscriptions1.2.2. Add

Re: Hosting and php5

2006-04-23 Thread Armando Sosa
Am I wrong or Index.php is the only file that is Executed directly, all the others are included o required runtime, so rename of that may not be necessary?On 4/22/06, Naonak [EMAIL PROTECTED] wrote:Thanks for your answers. AddHandler application/x-httpd-php5 .php don't work with my hoster butyour

Re: need help uploading picture

2006-04-20 Thread Armando Sosa
Can´t remember which is exactly the structure, but i know cake puts all uploaded file information in an array, try to add in your controller:debug($this-params);On 4/20/06, Helen Hoke [EMAIL PROTECTED] wrote: I have a model called product. I would want to allow users to uploadimages for each

Re: how to set environment variable

2006-04-19 Thread Armando Sosa
use $html-url() for generating correct Cake urls.On 4/19/06, Helen Hoke [EMAIL PROTECTED] wrote: Hi, I am quick new to CakePHP. I love it so much!Now I have a question. I am working on an project , say ABC. Now I put it under a directory called ABC in my public_html folder. Now I canaccess my

Re: How to send to browser JavaScript code for execution? (AJAX request)

2006-04-11 Thread Armando Sosa
that's what prototype's onComplete callback is forOn 4/10/06, 100rk [EMAIL PROTECTED] wrote:If I change my view index.thtml to?php echo $ajax-link('JS TEST', '/tests/test_one', array('update'='dummy')); ?div id=dummy/divit works fine.So question is: do I really need this dummy div as target for