Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Paypal monthly payment and affiliated users payment
Post: Paypal monthly payment and affiliated users paymen...

  Hello all, In my php/codeigniter products store application I have PayPal Express Checkout implemented, when user selects some products and makes purchase and payment for it. 1)Also I made sub...
1,707 Views
0 Replies
03-21-2017, 02:03 AM
mstdmstd
    Thread: error inserting 2 rows in postgres
Post: error inserting 2 rows in postgres

Hello, In my codeigniter 3.1.0, postgresql 9.4.10, Ion_auth I create 1 user user in pd_ion_users table and 1 rows in related pd_user_bank_account, which has rule: Code: -- ALTER TABLE ONLY pd_...
1,401 Views
0 Replies
03-13-2017, 08:06 AM
mstdmstd
    Thread: Postgresql error in try block
Post: RE: Postgresql error in try block

Sorry, if my way was wrong, what is the right way? I hope I explained what I want clear?
5,209 Views
3 Replies
02-21-2017, 10:30 AM
mstdmstd
    Thread: Postgresql error in try block
Post: Postgresql error in try block

Hello, In codeigniter 3.1 / postgresql 9.4 application in development mode running code like : PHP Code: -- try { $updated_result= $this->msettings->updateSettings( $updateDataArray ) ; echo ...
5,209 Views
3 Replies
02-21-2017, 01:50 AM
mstdmstd
    Thread: triming on data submitting
Post: triming on data submitting

Hi all, In CI 3.1 I can use trim condition if I want to make checks without trailing whitespaces PHP Code: -- $this->form_validation->set_rules('email', 'email', 'trim|required|valid_email'); -...
3,009 Views
2 Replies
01-07-2017, 02:21 AM
mstdmstd
    Thread: generating of capture and data submitting
Post: generating of capture and data submitting

Hi, In 3.1.0, ENVIRONMENT=development project I made a form for user registering which is added by form submitting Code: -- ... -- I use ajax code for (re)generating of capture and when...
1,581 Views
0 Replies
12-21-2016, 06:58 AM
mstdmstd
    Thread: How to overwrite pagination
Post: How to overwrite pagination

Hi, I need to make some changes in pagination and for this copied file system/libraries/Pagination.php and copied it into application/core/Pagination.php and I made changes I need in last file, ...
2,196 Views
1 Replies
12-13-2016, 12:53 PM
mstdmstd
    Thread: url key "page" is used for other purpose , not pagintion...
Post: url key "page" is used for other purpose , not pag...

Hi, In my ci 3 project url key "page" is used for other purpose , not pagintion, and I use key page_number for this Looks it does not work properly. Which settings has I to change ?    Thanks!
1,638 Views
0 Replies
12-05-2016, 07:34 AM
mstdmstd
    Thread: Urls with more parameters do not work
Post: Urls with more parameters do not work

Hi, I make routes rule : PHP Code: -- $route['price_list_details/:any'] = 'products/details'; -- and it works for url http://local-wprods.com/price_list_details/ibm-thinkpad-t42-laptop (http:...
3,450 Views
1 Replies
11-26-2016, 06:52 AM
mstdmstd
    Thread: I search lib like ion_auth for postgresql
Post: I search lib like ion_auth for postgresql

Hello, If there is some library like ion_auth for codeigniter 3.1 and postgresql 9.x ?   Thanks!
1,749 Views
0 Replies
10-09-2016, 04:42 AM
mstdmstd
    Thread: In Codeigniter, Twig project always to refresh cache
Post: In Codeigniter, Twig project always to refresh cac...

Hello, In Codeigniter 3.0.6, Twig 1.24.0 project if in twig code I would like to clear all cache on any page reload. In some cases it seems to me, that after I modify some twig and reload page by CT...
2,081 Views
0 Replies
07-27-2016, 11:06 PM
mstdmstd
    Thread: In Codeigniter, Twig project to output ALL errors
Post: In Codeigniter, Twig project to output ALL errors

Hello, In Codeigniter 3.1.0-dev, Twig 1.24.0 project if in twig code there is syntax error or not found included file the flow is stopped with error visible. But on some errors , like calling of n...
1,821 Views
0 Replies
07-16-2016, 05:32 AM
mstdmstd
    Thread: Not to lose session under Ion Auth, Codeigniter 3.1
Post: Not to lose session under Ion Auth, Codeigniter 3....

Hi all, Using Ion Auth, Version: 2.5.2, Codeigniter : 3.1.0-dev under development on my local comp I want to set expiration time to long time, not to lose my session and for this in application/conf...
2,704 Views
0 Replies
06-18-2016, 05:16 AM
mstdmstd
    Thread: Problems setting password for exiting user in Ion Auth
Post: Problems setting password for exiting user in Ion ...

Hi all, I have problems setting password for exiting user in Ion Auth, Version: 2.5.2, Codeigniter : 3.1.0-dev In application/config/ion_auth.php I have by default : PHP Code: -- $config['hash...
4,179 Views
0 Replies
06-13-2016, 11:21 PM
mstdmstd
    Thread: permitted_uri_chars with slash
Post: RE: permitted_uri_chars with slash

Sorry, both cases do not work: Code: --        var street_addr= $('#street_addr').val()  // Has Value "Collinsfield street 5/a"        street_addr= street_addr. replace( /\\/g, '%5C' )        alert(...
5,035 Views
4 Replies
06-13-2016, 04:00 AM
mstdmstd
    Thread: permitted_uri_chars with slash
Post: RE: permitted_uri_chars with slash

urlencode - is php function I run from javascript in popup page : Code: --    function ViewonGoogleMap() {        //var Addr = encodeURIComponent('Australia ' + ' ' + $('#postal_code').val() + '...
5,035 Views
4 Replies
06-06-2016, 09:29 PM
mstdmstd
    Thread: permitted_uri_chars with slash
Post: permitted_uri_chars with slash

Hello, adding in url address like Code: -- encodeURIComponent("Collinsfield street 5/a") -- I found that ci3 does not find this ulr even after in app application/config/config.php file in line ...
5,035 Views
4 Replies
06-06-2016, 04:02 AM
mstdmstd
    Thread: lib-profile for for CI 3 need
Post: lib-profile for for CI 3 need

Hi, Please, remind, CI 2 had very usefull lib-profile, which show at bottom of page a lot of usefull info about the system  and developer could  push his messages there... Does it work for CI...
2,455 Views
1 Replies
04-23-2016, 08:04 AM
mstdmstd
    Thread: CodeIgniter Simple and Secure Twig
Post: RE: CodeIgniter Simple and Secure Twig

Hello, In doc it is written : You can override the default configuration: PHP Code: -- $config = [    'paths' => ['/path/to/twig/templates', VIEWPATH],    'cache' => '/path/to/twig/cache', ...
70,115 Views
34 Replies
03-27-2016, 04:34 AM
mstdmstd
    Thread: CodeIgniter and Rest Server library and xss
Post: CodeIgniter and Rest Server library and xss

Hello, Using CodeIgniter 3.0.3 and Rest Server library https://github.com/chriskacerguis/codeigniter-restserver#installation (https://github.com/chriskacerguis/codeigniter-restserver#installation), v...
2,891 Views
1 Replies
02-27-2016, 07:16 AM
mstdmstd

Theme © iAndrew 2016 - Forum software by © MyBB