Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CI4: Manual installation SYSTEMPATH/ThirdParty/Kint/init.php at line 47
Post: CI4: Manual installation SYSTEMPATH/ThirdParty/Kin...

Hi, 1. I am trying to install fresh CI4, but unable due to error Code: -- SYSTEMPATH/ThirdParty/Kint/init.php at line 47 40 \define('KINT_PHP70', (\version_compare(PHP_VERSION, '7.0') >= 0)); 41 ...
2,938 Views
2 Replies
03-30-2020, 06:23 AM
wishmaster
    Thread: Post's comments
Post: RE: Post's comments

InsiteFX Wrote: (03-21-2019, 08:39 AM) -- Nested Comments using Codeigniter, AJAX (https://www.roytuts.com/nested-comments-using-codeigniter-ajax/) -- Thanks for reply, but oh my God! This is f...in...
5,098 Views
3 Replies
03-25-2019, 12:07 AM
wishmaster
    Thread: Post's comments
Post: Post's comments

Hi, colleagues! For my small blog I've added ability to post comments. Now it's just plain, w/o ability to post an answer to the comment. But I am planning to add this ability. I do not want invent t...
5,098 Views
3 Replies
03-21-2019, 07:03 AM
wishmaster
    Thread: Codeigniter and tables
Post: Codeigniter and tables

Hi, colleagues! I am looking for a solution for storing tables and use it web site. I like approach is used in Wordpress: a module creates tables and you can insert this one as shortcode. My CMS...
2,301 Views
1 Replies
10-31-2018, 04:52 AM
wishmaster
    Thread: Do I need escaping url on each method?
Post: RE: Do I need escaping url on each method?

I use extended controller scheme. Code: -- class MY_Controller extends CI_Controller {        protected $uris = array();        function __construct() {            parent::__construct(); ...
2,820 Views
3 Replies
09-24-2018, 10:57 AM
wishmaster
    Thread: Do I need escaping url on each method?
Post: Do I need escaping url on each method?

Hi, guys. I have class page with methods like this: index() (uses list() method inside) add()  (uses form() method inside) edit()  (uses form() method inside) delete()  (uses form() method insi...
2,820 Views
3 Replies
09-24-2018, 09:53 AM
wishmaster
    Thread: Menu and pages?
Post: RE: Menu and pages?

Thank for the help. I will try.
3,292 Views
2 Replies
08-17-2018, 03:51 AM
wishmaster
    Thread: Menu and pages?
Post: Menu and pages?

Hi, i am currently develop one site and i do not know how to implement my idea: site will contain pages with something like wordpress' shotcodes and menu with url like below. http://site.com/ind...
3,292 Views
2 Replies
08-17-2018, 03:20 AM
wishmaster
    Thread: Any libs for working with category trees?
Post: RE: Any libs for working with category trees?

See what is new in MySQL 8.0. I am about CTE, it helps. Also look on opencart e-shop as an example.
2,799 Views
2 Replies
05-05-2018, 09:31 AM
wishmaster
    Thread: Migration from Wordpress to CodeIgniter
Post: RE: Migration from Wordpress to CodeIgniter

If you have enough free time and skills you can create your own CMS and just adopt it for your sites. If sites is typical this will be not a problem. My own sites without any CMS, just nice front-end ...
15,870 Views
11 Replies
04-30-2018, 11:44 AM
wishmaster
    Thread: What is the best IDE for development with CI
Post: RE: What is the best IDE for development with CI

Midnight commander directly on the web server.
77,037 Views
48 Replies
02-13-2018, 11:40 AM
wishmaster
    Thread: dynamically create a position on the template
Post: RE: dynamically create a position on the template

As example you can view source code of opencart v2.x.x.x. It uses clear MVC and you can see how to achieve what you need.
3,922 Views
4 Replies
02-11-2018, 10:55 AM
wishmaster
    Thread: XSS replaces in the documentation
Post: RE: XSS replaces in the documentation

Because regexp is bad idea for filtering. Use Zend escaper and/or HTMLpurifier
14,125 Views
12 Replies
02-11-2018, 10:46 AM
wishmaster
    Thread: XSS replaces in the documentation
Post: RE: XSS replaces in the documentation

Do not use xss_clean() at all.
14,125 Views
12 Replies
02-10-2018, 02:25 PM
wishmaster
    Thread: Need Idea for confirm before delete using confirm
Post: RE: Need Idea for confirm before delete using conf...

Here example I use on my project. Place below event into onclick="confirm('A you shure?') ? $('#form').submit() : false;"
10,031 Views
3 Replies
02-04-2018, 05:45 AM
wishmaster
    Thread: Autocomplete Search in CodeIgniter
Post: RE: Autocomplete Search in CodeIgniter

What about jquery plugin with complete functionality?
5,259 Views
2 Replies
01-28-2018, 01:00 PM
wishmaster
    Thread: Query inside transaction
Post: RE: Query inside transaction

The first table (in my above notation): Code: -- fitem_name_1 | CREATE TABLE `fitem_name_1` (  `fin_id` int(10) unsigned NOT NULL AUTO_INCREMENT,  `fin_name` varchar(512) NOT NULL,  PRIMARY ...
6,286 Views
8 Replies
01-20-2018, 12:21 PM
wishmaster
    Thread: Query inside transaction
Post: RE: Query inside transaction

There is one table and ID from this one may be in ONE or MORE rows in the second table (FK relationship). So if I delete row in the second table, this operation will delete rows from either both table...
6,286 Views
8 Replies
01-19-2018, 11:10 PM
wishmaster
    Thread: CodeIgniter 3.x lifecycle
Post: CodeIgniter 3.x lifecycle

What about lifecycle of version 3.X? Especially after release of version 4.0. Thanks.
3,641 Views
1 Replies
01-19-2018, 10:10 AM
wishmaster
    Thread: Query inside transaction
Post: RE: Query inside transaction

Here is a solution stackoverflow.com (https://stackoverflow.com/questions/6470393/how-can-i-check-for-referential-integrity-in-a-given-row-after-the-row-has-been) Delete "bad rows" (or orphan rows)...
6,286 Views
8 Replies
01-19-2018, 04:29 AM
wishmaster

Theme © iAndrew 2016 - Forum software by © MyBB