Re: habtm

2011-06-24 Thread Master Ram...!
;))); > > But it is still not working > > -- > 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 unsubsc

Re: Auth allow

2011-06-23 Thread Master Ram...!
s site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > cake-php+unsubscr...@googlegroups.com For more options, visit this group > at http://groups.google.com/group/cake-php > -- Master Ra

Re: I want to use textbox to display datetime fileld instead of drodown lists.

2011-04-12 Thread Master Ram...!
orials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > cake-php+unsubscr...@googlegroups.com For more options, visit this group

Re: placing logo in layout.ctp

2011-04-12 Thread Master Ram...!
; >> -- > >> Our newest site for the community: CakePHP Video Tutorialshttp:// > tv.cakephp.org > >> Check out the new CakePHP Questions sitehttp://ask.cakephp.organd help > >> others with their CakePHP related questions. > >> > >> To unsubscribe fr

Re: convert to javascript to cake

2011-04-07 Thread Master Ram...!
i want to display image when mouuseover. on other image On Thu, Apr 7, 2011 at 10:54 AM, andy_the ultimate baker < anandghaywankar...@gmail.com> wrote: > what exaxtly u wants to do? > javascript is good for that. > > > On Apr 7, 10:17 am, Master Ram wrote: > > Hi t

convert to javascript to cake

2011-04-06 Thread Master Ram
Hi to all how to write this thing in CakePHP -- 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 unsubscribe from this group, send ema

Clear my setFlash

2010-12-06 Thread Master Ram
Hi.. in my application. i have one Onchange option i used. using javascript. in that application i have validation for some fields. without entering any fields when i clicking save option. i am getting setFlash error message. without changing any thing i am operating Onchange operations but the er

Re: Error : VALID_NOT_EMPTY

2010-11-30 Thread Master Ram...!
ir CakePHP related questions. >> >> 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 >>

In IE data is not storing in DB

2010-11-24 Thread Master Ram
Hi.. i am trying to insert the data using IE browser. but data is not storing in the DB. But in firefox it is working. fine. How to solve this problem... regards: Ram Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received

Re: Drop down menu not retrieving last inserted element in IE

2010-11-23 Thread Master Ram...!
Yes. recently-added record? is not fetching to menu. how to salve this problem. On Wed, Nov 24, 2010 at 12:27 AM, cricket wrote: > On Tue, Nov 23, 2010 at 6:10 AM, Master Ram wrote: > > Hi.. all > > > > I have problem with IE drop down menu. > > > > i hav

Drop down menu not retrieving last inserted element in IE

2010-11-23 Thread Master Ram
Hi.. all I have problem with IE drop down menu. i have inserted one element its stored in the DB. i am fetching that field in the drop down menu. but the last inserted element is not retrieving in the drop down menu. In IE. but its working in Firefox. regards: Master Check out the new CakePH

Re: Where is the problem in my validations

2010-07-29 Thread Master Ram...!
alphanumeric or backslash [CORE\cake\libs\model\model.php, line 2571] > > > > > > I am using Cake1.3 > > > > > > Please help > > > > > > Thanks > > > > > > Check out the new CakePHP Questions sitehttp://cakeqs.organdhelp > other

disable combo box. after clicking the button.

2010-07-22 Thread Master Ram
Hi.. i am having problem. disabling the combo box.with a button. the application having one drop down button with Ajax button. when i am clicking on the Ajax button. is calling the Ajax function. and working fine. after clicking the button i want to disable the combo box. regards

Re: alt tag for text box

2010-07-19 Thread Master Ram
7;m happy to be corrected, but I think the 'alt' tag only exists for images > > (that's HTML, not Cake). > > > Also interested to see you using inline styles - are you not using CSS? > > > Jeremy Burns > > Class Outfit &

Re: alt tag for text box

2010-07-18 Thread Master Ram
> > Jeremy Burns > Class Outfit > > jeremybu...@classoutfit.comhttp://www.classoutfit.com > > On 15 Jul 2010, at 11:42, Master Ram wrote: > > > Hi, > > > how to set "alt" tag for text box, in cakePHP. > > > i used like this. > > text(

Re: Cake POPUP new window

2010-07-16 Thread Master Ram
ck you have and action defined with the same name as your > view > > Mike Karthauser > Brightstorm limited > Tel: 07939252144 > > On 16 Jul 2010, at 08:23, Master Ram wrote: > > > hi.. > > > i want to popup new window in my ctp. file > > > i am u

Cake POPUP new window

2010-07-16 Thread Master Ram
hi.. i want to popup new window in my ctp. file i am using the link. and i want to call "help.htm" file, my HTML file contain in the "promoters" view folder the file name is help.htm. i use this code link('Add/edit languages', 'javascript:void(0)',

alt tag for text box

2010-07-15 Thread Master Ram
Hi, how to set "alt" tag for text box, in cakePHP. i used like this. text('contact_name', array('alt' => 'Contact Name', 'value' => '', 'style' => 'width: 80%'))); ?> its not working . where i missed out.

function problem in controller

2010-07-13 Thread Master Ram
Hi. to all in my controller i am using one function. function text() { ;;; 1000 lines of code ;;; } function add() { //Here i want same code. is having in text function. it is possible to call text() here. // i want to reduce the code. } Check out the new CakePHP Questions site

Re: Connecting two tables with diffrent/ special key

2010-07-12 Thread Master Ram...!
> Thanks in advance! > Best, > b > > Check out the new CakePHP Questions site http://cakeqs.org and help others > with their CakePHP related questions. > > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To post to t

Re: updating record

2010-06-23 Thread Master Ram...!
[url] => http://abc.com >) > > ) > > > > On Jun 23, 3:09 pm, mirfan wrote: > > yah i have the id hidden field but not working > > > > On Jun 23, 2:14 pm, "Master Ram...!" wrote: > > > > > Hi, first u have

Re: updating record

2010-06-23 Thread Master Ram...!
Questions site http://cakeqs.org and help others > with their CakePHP related questions. > > 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 fro

naming convention problem

2010-06-21 Thread Master Ram
Hi.. i have table name called: "promoter_interest_hobbies" i used the module name: "PromoterInterestHobbies" module code: class PromoterInterestHobbie extends AppModel { var $name =

Clear Text field

2010-06-21 Thread Master Ram
Hi.. i am having a problem. when i am clicking delete option the existing item is deleting but after deleting i am redirecting to other page. after that i am clicking back button in the browser the deleted option is showing in the text box. but it is not showing in the database.(the item is delet

Re: isset function for different buttons in one page.

2010-05-26 Thread Master Ram...!
clue to the issue, please show the view > code for the form. > Enjoy, >John > > On May 26, 2:36 pm, Master Ram wrote: > > hi.. to all > > > > i have 8 submit button in one form. > > > > this is the example: > > > > > >

isset function for different buttons in one page.

2010-05-26 Thread Master Ram
hi.. to all i have 8 submit button in one form. this is the example: some functions and text fields. i want to do all the operations. again the same buttons with the same action i have to do. i used the isset function. still it is having problem. suggest me if any other ways

Re: Validation errors

2010-05-22 Thread Master Ram...!
you can user cakephp validation here the example form cakephp validation. in your model you can user this code. var $validate = array( 'field_name' => array( 'rule' => array( 'minLength',

Re: Validate REST input

2010-05-22 Thread Master Ram...!
you can user cakephp validation here the example form cakephp validation. in your model you can user this code. var $validate = array( 'field_name' => array( 'rule' => array( 'minLength',

different buttons in one form

2010-05-18 Thread Master Ram
hi.. am an new to cakePHP, i have 3 buttons in one form. with different funtion. 1. add 2. delete 3. upadt how to use these buttons in one form. i used "isset" but not working please give any sample code. thank u Check out the new CakePHP Questions site http://cakeqs.org and help others with

search query problem...?

2010-05-17 Thread Master Ram
hi... i am new to cakephp, how to put search query. i have 3 fields. i want to do "OR" operation. please give any example.. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the

Re: how to store drop down selected element in the table

2010-05-13 Thread Master Ram
think u sir.. On May 13, 1:04 pm, Jeremy Burns wrote: > > What do you get when you debug $this->data just before you do the save? > > Jeremy Burns > jeremybu...@me.com > > On 13 May 2010, at 09:03, Master Ram wrote: > > > > > sir its storing only "0

Re: how to store drop down selected element in the table

2010-05-13 Thread Master Ram
when you > debug $this->data just before you do the save? > > Jeremy Burns > jeremybu...@me.com > > On 13 May 2010, at 08:48, Master Ram wrote: > > > > > Hi... all > > > i am getting "agencies" table  field in to drop down. but i am not >

how to store drop down selected element in the table

2010-05-13 Thread Master Ram
Hi... all i am getting "agencies" table field in to drop down. but i am not able to store the selected item in to the "promoters" table ". this is the code i user. My table name is: "promoters" the fields are promoter_id, agency_id.etc., this is my view code: select('agencyId',

Re: edit the table data.

2010-05-12 Thread Master Ram
ter_id'; > > In terms of sample code - have you even looked at the guide? > > Jeremy Burns > jeremybu...@me.com > > On 12 May 2010, at 10:27, Master Ram wrote: > > > > > HI.. All i ma new for cakephp > > > my table fields are: promoter_id, agency_i

Re: edit the table data.

2010-05-12 Thread Master Ram
you have any sample code. for edit. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegro

edit the table data.

2010-05-12 Thread Master Ram
HI.. All i ma new for cakephp my table fields are: promoter_id, agency_id, name, surname, ect.. i am fetching the existing data form the table. i am not able to edit the data. this edit code: in the controller: function edit($promoter_id=null) { if (!$promoter_id && empty($this->data)) {

edit last row in the table.

2010-05-11 Thread Master Ram
hi.. all i want edit last row in the table how to do. if possible send a sample code.. thank Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP"

drop down. elements are not storing.... in to the table..

2010-05-11 Thread Master Ram
hi.. all i am new to cakePHP. my table name is : promoters in this table i have many tables. when i am selecting the element form the drop down. in the table only storing "0". when i am changing my option also it is storing "0" only.. this is my. controller code: function promoter(){

drop down. elements are not storing.... in to the table..

2010-05-11 Thread Master Ram
hi.. all i am new to cakePHP Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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.co

how to get the value next page...

2010-05-10 Thread Master Ram
hi.. all i am new to cakephp. i have five pages. and only one table.. in each page i have five fields. i want add the filled data after 5th page. each page i am having next button. after i am clicking on next. i will get the next page. how to do. please help me... in advance thanks... Check

Re: table joining problem

2010-05-05 Thread Master Ram...!
sir i am not get any solutions. for that only i am given detail information.. sir thank u sir Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" g

table joining problem

2010-05-05 Thread Master Ram
hi.. all i am joining 2 tables table: table name is fixed table 1. adb_campaign and 2. adb_users. these two tables i ma joining. adb_campaign table containing user_id(adb_user table) form that i want to get the user details. this is my campaign.php module code: this is my users.php module cod

Re: using id how to get the details

2010-05-04 Thread Master Ram
Ok sir i got it On May 5, 11:18 am, Ramkumar Ramkumar wrote: > hey bro use the queries with joins > > > > On Wed, May 5, 2010 at 11:42 AM, Master Ram wrote: > > hi.. all i am new to cakephp. > > > i have table called campaign: this table containing "user_id&q

using id how to get the details

2010-05-04 Thread Master Ram
hi.. all i am new to cakephp. i have table called campaign: this table containing "user_id" form users table. i want to get user details form user table. and i want to display the result of both table campaign and users table. how to do. this please help me Check out the new CakePHP Questio

How to get the data form the different table.

2010-05-03 Thread Master Ram
hi.. all i what to show 3table data in one table. i have to add 3table fields in one place like: i have table name called "adb_campaign" in this table i want fields "campaign_id",jobno..etc and also i want fields form the table adb_clients, and user name form the table adb_users. how to get the

Re: Table Naming convention problem

2010-04-30 Thread Master Ram
campaigns, then wouldn't need the $useTable > > or tablePrefix variables > > > Controller: > > var $name = 'Campaigns'; > > > I'd recommend getting rid of your $uses array because it will hit > > performance - look up Associations-Linkin

Re: Table Naming convention problem

2010-04-30 Thread Master Ram
mpaigns > Controller file name: abd_campaigns_controller.php > Controller class name: AdbCampaignsController > > and so on > > Read the conventions carefully. > > > > On Fri, Apr 30, 2010 at 11:40 AM, Master Ram wrote: > > HI. all i am new to cakephp > > > i have tab

Table Naming convention problem

2010-04-30 Thread Master Ram
HI. all i am new to cakephp i have table name called: adb_campaign my contorller is: my controller Name: compaigns_controller.php Campaign->find('all'); $this->set('campaign',$campaigns); } } ?> my modle Name: campaign.php in the view folder name: campaign mycampaigns.ctp sele

Re: check box selection

2010-04-29 Thread Master Ram...!
k sir Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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 th

Re: check box selection

2010-04-29 Thread Master Ram...!
redirect to another page Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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

check box selection

2010-04-28 Thread Master Ram
Hi.. i am new to cakephp, i have check box and i want to get selected checkbox in to the next page. how to get the selected checkbox in cakephp. regards: Master Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this m

table naming convention

2010-04-12 Thread Master Ram
hi.. my table Name:adb_users this is my: view form: Register create('adb_', array('action' => 'register'));?> input('username');?> input('password');?> input('email');?> input('date');?> submit('Register');?> end(); ?> Model: Controller: data)) { $this->adb_->create();// its not entering in t

naming convention

2010-04-08 Thread Master Ram
hi.. i have table name: adb_usres what to use for model: view dr: controller: please help me. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP

Table naming convention

2010-04-08 Thread Master Ram
hi.. i have table name: adb_usres what to use for model: view dr: controller: please help me. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP

Re: Table naming convention

2010-04-08 Thread Master Ram
hi.. i am CakePHP beginner, i have table name called: adb_usres how to user naming convention for: model,controller and view dir: please help me Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because y