0
votes
1answer
41 views

how to post database fetch values from one page to anthor page using HTML table

in this code "<td align="left"><a href="admin_order_update.php">' .$row['o_id'] .'</a></td>" i generate multiple o_id so when i click on other particular o_id this o_id post ...
0
votes
2answers
42 views

how to modify parameters like (style , class ..) in cakephp input?

in cakephp echo $this->Form->input('email', array('type' => 'email')); will render <div class="input email"> <label for="UserEmail">Email</label> <input type="email" ...
2
votes
3answers
45 views

How to change the default tag path in cakephp views

I have a little problem with the image path in Cakephp 2.1.3. right now i have to use: <td background="../../img/login25.png" width="22" height="15"></td> I need to set the path to the ...
0
votes
2answers
42 views

CakePHP nesting form helpers

I have a form with a weight field and I'd like there to be an input for numbers and a select dropdown for units (lbs, kg etc..) and I'd like to write the result to the database on submit as a single ...
1
vote
1answer
42 views

Disabling escape in FormHelper::postLink() breaks alert confirmation

When I try setting escape to false within a postlink helper, the JavaScript alert seems to break in Chrome, not sure why as I'm not getting any console errors, it just fires the action without an ...
-1
votes
3answers
136 views

CakePHP renders HTML email with <p> tags at every new line

Here is the cake code..... notice the $email_body <?php $this->Email->reset(); $this->Email->delivery = 'smtp'; $this->Email->smtpOptions = array( 'port'=>'465', ...
3
votes
4answers
106 views

CakePHP Span Tag within Anchor Tag

I'm trying to have CakePHP output a link that looks like this: <a href="/foo/bar" class="some other classes"> <span class="icon new"></span>FooBar</a> So I use the ...
5
votes
2answers
87 views

Images not loading completely

I'm working on a website and the Problem is, there are images in a slider which are not loading completely. Just 60-80% of the image is loaded in the image slider. http://www.mastibids.com/ It's not ...
-4
votes
2answers
49 views

Finding the Date id Future or Not

I need to find the date is expired or not. Here is my Date. But it was not working for me, $ActualDate = "2013-03-19 05:05:23"; $ExpiryDate = "2013-04-18 05:05:23"; $elapsedTime = new ...
0
votes
2answers
87 views

cakephp 2.3 link tag with rel='apple-touch-icon-precomposed'

I need to generate the following html tag with cakephp 2.3 Please give any help to generate it. There is an image which I have place in img folder it comes as href attribute value. <link ...
0
votes
1answer
46 views

How do I make a method in CakePHP output normal HTML after defaulting the controller to JSON?

I'm building an Android application and I'm using CakePHP on my server-side. I have a UsersController where it returns JSON data for login, register, etc, apart from accountActivation. Since this ...
1
vote
1answer
125 views

CakePHP Data Validation 2 Input Fields

//View echo $this->Form->input('adult', array('options' => array('0'=>'0', '1'=>'1', '2'=>'2', '3'=>'3', '4'=>'4'), 'default' => '0')); echo ...
-4
votes
1answer
130 views

how to show user facebook profile pic on my website [closed]

<?php //create the url $profile_pic = "http://graph.facebook.com/USER_ID/picture?type=SIZE"; //echo the image out echo "<img src=\"" . $profile_pic . "\" />";
1
vote
2answers
162 views

simple html dom not working properly, showing errors [closed]

I am using simple html dom to parse html page..... This is my code.. include('simple_html_dom.php'); $html = file_get_html($my_url); foreach($html->find('div') as $ul) { echo $ul; } ...
4
votes
2answers
161 views

Show title or span in select box (Cakephp 1.3)?

Problem Show lengthy options on mouse hover in select box with a fixed width. Names are hidden here: Rendered HTML in browser <select id="prim" size="5" multiple="multiple" scroabble="1" ...
0
votes
2answers
81 views

CakePHP error validation

I have a cakephp form that has validation. The validation itself works BUT when an error shows up after clicking submit, it just produces some text. Why am I getting no colour. eg Its meant to ...
1
vote
2answers
46 views

Remove Paragraph Tags

In My code i want to print the value of Ck Editor but it shows tags like ptag text ptag how can i remove the ptags in my view file echo "<td ...
1
vote
1answer
89 views

CakePHP Date Array

$dts = new DateTime(AppController::getSetting('event_start')); $dtf = new DateTime(AppController::getSetting('event_finish')); //CONTROLLER ... $weekdays = ...
0
votes
1answer
24 views

CakePHP MySQL Values

echo $this->Form->input('quantity', array('options' => array('1','2','3','4'))); I have this code to input the values 1,2,3 or 4 into the quantity field in my database. If a user selects 1 ...
1
vote
1answer
81 views

CakePHP submitting forms: link vs post methods

I'd like to obtain some opinions about using link vs post form method types. For example, if I have a controller searches that finds products at the URL /searches/products, there are two ways to make ...
0
votes
2answers
57 views

parsing the id's and classnames from a HTML file

I am able to parse tags from a html file using getElementByTagName. But i also want to parse the id's and classnames present in that html file... This is what i have tried:- $html = new ...
3
votes
2answers
165 views

how to disable to select one or many option from dropdown list in cakephp?

I want to disable some options from dropdown list, i have an array like that array( 'all' => 'ALL', 'skip1' => 'User Define Groups:', (int) 43 => '--Usii Group2', (int) 105 => ...
0
votes
1answer
190 views

CakePHP - using $this->Html->link with $this->Html->image…generating ascii instead of actual HTML

I'm using cakephp 2.3.0. I searched in the manual for quite awhile, but I haven't found the answer. I'm trying to use $this->Html->link, along with $this->Html->image. I'm trying to create the ability ...
-5
votes
4answers
761 views

how to create form with a drop-down list that change the other option depend on selection [duplicate]

I'm trying to create form with a drop-down list that can dynamically show different option when you select an element from the drop-down list. for example, if you have a drop-down list for the ...
2
votes
2answers
55 views

How to view the data against it's associated id in cakephp?

Table Tables Product Plan ProductPlan id |name id |name id | product_id | plan_id 1 aplha 1 a 1 1 2 2 ...
1
vote
1answer
28 views

cakePHP & Boostrap insert html code into form - radio - option

Is it possible to insert custom html code into a options name with Bootstraps formhelper? <?php echo $this->BootstrapForm->input('where', array( 'options' => array('1' => ...
0
votes
3answers
95 views

CakePHP script function in default.ctp

How would I put this in my cakephp default.ctp file? Im pretty novice at cakephp as ive just started using it. <script> $(function() { ...
1
vote
2answers
50 views

CakePHP: keeping view files in same directory

For controller_A's views, I currently use $this->element('repeatedly_used_html'); in the element folder for some .ctp files that are used more than once. However, some of the files in the element ...
0
votes
1answer
103 views

how to select all che checkboxes by default in cakephp?

I want to select all check boxes by default in cakephp, how can I do that $selected = $this->Form->input('user_id') <?php echo $form->input('user_id', ...
0
votes
1answer
88 views

How to set the table structure in html with multiple for each loop? [closed]

I want to set the structure in table product against plan, i want to show like that +------------------+---------------+---------------+ | product1 | product2 | product3 | ...
0
votes
1answer
95 views

decreasing size of the text box in cakephp

Hi i want to put a textbox in my site for Search operation. But when i just use code to print textbox , the textbox covers whole of the page. My requirement is to get the textbox at the right side of ...
0
votes
1answer
126 views

CakePHP Validation error not displaying for primary key that is not 'id'

I have a model which has a primary key of 'staff_code' I have customer validation rules as below: public $validate = array( 'staff_code' => array( 'unique' => array( ...
0
votes
1answer
82 views

jqplot in CakePHP not rendering for unknown reason

I have a CakePHP site and wish to render jqplots on the fly. At the moment I am unable to render anything at all... In my default layout I have: // ../layouts/default.ctp echo ...
0
votes
1answer
85 views

CakePHP Echoing HTML from Database

I've been trying to echo html already created by the user (Using TinyMCE) into another page in the application. The problem I keep running into is the tags are echoed into their HTML equivalents (e.g. ...
1
vote
1answer
155 views

Add html element inside of form element using cake php form helper

I am trying to create a simple html output that looks like this <button class="searchbutton" id="search_button" type="submit">--> <i class="icon-search"></i> ...
1
vote
2answers
198 views

prevent url string to encode & to &amp;

I am using cakephp ajax pagination for my web application. In this application i have implemented search filters also. When user filter the records, i submit the search form using GET method, in ...
1
vote
1answer
271 views

How to embed swf file in CakePHP

How can I embed a .swf file in CakePHP application? Is there any easy way to embed swf file in my CakePHP .ctp file?
2
votes
1answer
102 views

Simple jQuery isn't working in cakephp

My simple jQuery dialog isn't working with cakephp. My default ctp is: <head> <?php echo $this->Html->charset(); ?> <title> <?php echo $cakeDescription ?>: ...
1
vote
2answers
750 views

CakePHP & Twitter Bootstrap CSS button icons

I have this code; <?php echo $this->Form->postLink(__('Delete'), array('action' => 'delete', $homepage['Homepage']['ContentID']), array('class'=>'btn ...
-1
votes
2answers
190 views

Undefined offset: 1 in cakephp

Hello I'd been exploring of using framework cakephp in implementing sites. In my current PHP script this error comes up: Undefined offset: 1 and its already giving me a headache. Can you guys help me ...
1
vote
2answers
1k views

Cakephp textarea

I am using CakePHP 2.2.3. I have a contact form with a model without a table but with validation rules. My problem is, how to tell CakePHP that the input type is textarea ? I could use ...
1
vote
2answers
109 views

Allowing basic HTML in posts (inc. line breaks, no-follow links etc.) while maintaining security - CakePHP

In my CakePHP blog, I want to enable users to make similar HTML additions as you can insert here on StackOverflow, i.e. line breaks, links, bold, lists etc. But I am a little unsure how I shall tackle ...
0
votes
2answers
188 views

How to output raw HTML in CakePHP 2.2?

I have this property which is HTML saved from a TinyMCE editor: <?php echo h($person['Person']['CurriculumVitae']); ?> How can I have it displayed on the web and rendered as RAW Html not a ...
-3
votes
2answers
547 views

html/php search text inside multible PDF files [closed]

I have several pdf files on my site, what I want is to have a code html, php or any other language to allow the visitor to write a word and my site search inside the PDF files, then get the result as ...
0
votes
2answers
216 views

Don't remove “a” link on active page in CakePHP Pagination

i'm using CakePHP, and i need to paginate some stuff in my page. I'm using Twitter Bootstrap layout with CakePHP but unfortunaly, CakePHP paginates using the following logic: If, the active link is ...
0
votes
3answers
62 views

Assigning a value to an appending html table with jquery

Hi im adding a label and a text field to a table every time the button is clicked but im also trying to give each label an incremented value but I keep getting an Unexpected identifier error. The code ...
1
vote
2answers
203 views

how to create form elements with custom name in cakephp?

I am working on existing project. There are many forms like this: <?php echo $form->create('MyForm', array('id' => 'MyFormId')); ?> <?php echo $form->input('User.0.username', ...
0
votes
2answers
232 views

CakePHP - How to submit button and have page stay in same section?

I have a form that when I sumbit loads a new section of the form, but what happens is the page loads and sends me back up to the top of my page so I have to scroll all the way back down to where the ...
0
votes
1answer
115 views

CakePHP loadModel generated white spaces [closed]

I'm currently working on cakephp2 then I found this really weird problem after I try to use loadModel to load another model to my controller I'm using - cake 2.2.1 in WAMP using simple example like ...
2
votes
1answer
400 views

Embed html5 video from php database

I'm making a site where users can search for and play videos (which are stored on our server). I have someone else doing a lot of the backend stuff but he doesn't know how to embed the videos in the ...

1 2 3 4