I have a class PaneClient , which uses CardLayout and "above" this view are other 2 views: paneAttributeSet and paneRegisterClient .
The problem is when I try to call the method getFieldData() from the control...
I am trying with Ajax to show if the user exists in the database so as not to have two registered users with the same name. What I do is through the event change of jQuery show with a span if the user exists or not in...
Someone to help me how to make a Grafica using Highcharts in CodeIgniter using JSON.
url:('<?= base_url(); ?>index.php/ejemplo/ejemDatos/datos', function (data) {
// create the chart
Highcharts.stockChart('datos', { //datos es el id...
I am calling a method that according to the final result shows a message or another by means of tempdata
var departamentos = Repositorios.RepositorioPersonal.getDepartamentos();
if (departamentos.Count > 0)
{
foreach (var grabar in dep...
What friends my problem is that I try to call a php function in an html and I get this error: Fatal error: Call to undefined function family () I have the include already declared calling the file that contains the function but still persists,...
Good morning, I wanted to ask about how "Compulsory" it is to use a controller for each view and NOT a controller for all views.
My problem is that I was doing a practice where they asked us to implement the MVC + DAO design patterns in Jav...
I need my program to do the following flow control, but the else does not detect it, it's as if it was not written.
Code:
<table class="table">
<thead>
<tr>
<th&...
I want all the rows to be in one line.
As you can see below, I have a view where I get a dynamic datatable that was fed by a Json, I do not know the name of the rows or columns so I can not put a fixed width to all columns
<table id="exa...
I'm doing a query SQL in PHP using MVC . I'm doing a function which has a parameter and this is used in the query SQL . This is the code and up to this point it works for me.
public function miFuncion($u){
$stm = $t...