Search
1494 results 331-340
Forum
- 2nd Feb 2018How to use ->OR_WHEREsystem.status', 'production' ) ->where( 'software.current', 'y' ) ->where( function($r) { $r ->where(
- 1st Feb 2018Cannot figure out how to add WHERE with LIKE clausesystem.status', 'production' ) ->where( 'software.current', 'y' ) ->where( 'software.name', '%Microsoft Office%',
- 29th Jan 2018Issue with keys option1214' || userDepartment == '1213' || userElementAccess =='Y') { editor.inline( this , {onBlur: 'submit',
- 5th Jan 2018Bootstrap 4 Beta 3: Paging Icons missing, Pagination Styling wrongof 'showing x to y of z entries', but
- 3rd Jan 2018Editor dealing with a jSON field that is a sum of two table Fields202, "pStatus": 0, "product_refered": "Y", "cap": "15", "tot": "5",
- 19th Dec 2017Error button printOk. Solucionado, era un error con la version . He puesto esta versión y solucionado <script type="text/javascript" language="javascript" src="https://cdn.datatables.net/buttons/1.5.0/js/dataTables.buttons.min.js"></script>
- 12th Dec 2017Audiot logging for editor.user x changed value y from a to b'.
- 16th Nov 2017Insert data in other tableregistered = 'l j F Y'; } else { $update = Format::DATE_ISO_8601; $registered
- 8th Nov 2017actualizar datatable cada x sgundosdato 4 dato 5 y quiero que cada x
- 24th Oct 2017Ultimate Date Time Search Not WorkingHi Allan, I'm using formatter array( 'db' => 'date_field', 'dt' => 5, 'formatter' => function( $d, $row ) { if ($d === "0000-00-00"){ echo ""; }else{ return date( 'd M Y', strtotime( $d ) ); } } The source came from mysql view Please advise, thank you