Search Results
|
|
|
Thread: Pagination
Post: RE: Pagination
ignitedcms Wrote: (03-28-2022, 09:05 AM)
--
In that case, try and work backwards with a simplified example by following the documentation.
https://codeigniter.com/user_guide/libraries/pagination.... |
|
5,957 Views
10 Replies
|
03-28-2022, 11:11 AM Z4K7 |
|
|
|
Thread: Pagination
Post: RE: Pagination
InsiteFX Wrote: (03-28-2022, 12:23 AM)
--
In my blog I get category blogs and it returns correct, I look at my code and see how I did it.
link blogs
--
[hr]
ignitedcms Wrote: (03-28-2022, 06:2... |
|
5,957 Views
10 Replies
|
03-28-2022, 08:18 AM Z4K7 |
|
|
|
Thread: Pagination
Post: RE: Pagination
InsiteFX Wrote: (03-27-2022, 12:30 AM)
--
I suggest that you read the CodeIgniter User Guide on Library - Pagination.
Your doing it all wrong.
--
But in this case, it only loads the complete tab... |
|
5,957 Views
10 Replies
|
03-27-2022, 07:38 PM Z4K7 |
|
|
|
Thread: Pagination
Post: RE: Pagination
luckmoshy Wrote: (03-25-2022, 09:58 PM)
--
PHP Code:
--
public function index()
{
$pager = \Config\Services::pager();
$model = new \App\Models\pagination();
$cliente = $model->p... |
|
5,957 Views
10 Replies
|
03-26-2022, 11:39 AM Z4K7 |
|
|
|
Thread: Pagination
Post: Pagination
Hello I hope you can help me I try to make a pagination with CI4 but I have not succeeded
At the time of consulting the DB, only specific profiles are requested, which is number 3
Model
PHP ... |
|
5,957 Views
10 Replies
|
03-25-2022, 03:38 PM Z4K7 |
|
|
|
Thread: coinpayments
Post: RE: coinpayments
[quote pid="393897" dateline="1644885998"]
HELLO, how could I retrieve the data that was sent to me from another server by php,
example the Host website: www.coinpayments.net send some responses v... |
|
1,823 Views
1 Replies
|
02-15-2022, 11:31 AM Z4K7 |
|
|
|
Thread: coinpayments
Post: coinpayments
Hello, good afternoon, I have a little question. They are sending me some IPNs from
POST /api.php HTTP/1.1
Host: www.coinpayments.net
but when validating codeigniter it rejects the responses from... |
|
1,823 Views
1 Replies
|
02-14-2022, 05:46 PM Z4K7 |
|
|
|
Thread: CoinpaymentsAPI
Post: RE: CoinpaymentsAPI
iRedds Wrote: (02-09-2022, 03:40 AM)
--
What is the name of the class in the library file?
--
[*]app (https://us-files.hostinger.co/)/
[*]Librarie... / (https://us-files.hostinger.co/)
[*]coinpaym... |
|
6,462 Views
8 Replies
|
02-10-2022, 03:26 PM Z4K7 |
|
|
|
Thread: CoinpaymentsAPI
Post: RE: CoinpaymentsAPI
iRedds Wrote: (02-08-2022, 08:08 PM)
--
Coinpaymentsapn !== CoinpaymentsAPN !== CoinpaymentsAPI
--
I already changed it to
public $classmap = [
'Coinpayments' => APPPATH .'Libraries\coinp... |
|
6,462 Views
8 Replies
|
02-08-2022, 08:16 PM Z4K7 |
|
|
|
Thread: CoinpaymentsAPI
Post: RE: CoinpaymentsAPI
iRedds Wrote: (01-12-2022, 12:24 AM)
--
PHP Code:
--
use App\Libraries\coinpayments\src\CoinpaymentsAPI;
--
This means that the class not only needs to be in this path, but also has a corresponding... |
|
6,462 Views
8 Replies
|
02-08-2022, 05:36 PM Z4K7 |
|
|
|
Thread: validacion json
Post: validacion json
I am trying to send a JSON validation response but it only gives me the same result that I enter a value.
PHP Code:
--
$Moneda = model('XXXX')->XXXX($datos);
$this->validacion->setRules([... |
|
1,972 Views
2 Replies
|
01-17-2022, 02:08 PM Z4K7 |
|
|
|
Thread: CoinpaymentsAPI
Post: RE: CoinpaymentsAPI
iRedds Wrote: (01-12-2022, 12:24 AM)
--
PHP Code:
--
use App\Libraries\coinpayments\src\CoinpaymentsAPI;
--
This means that the class not only needs to be in this path, but also has a corresponding... |
|
6,462 Views
8 Replies
|
01-17-2022, 02:00 PM Z4K7 |
|
|
|
Thread: CoinpaymentsAPI
Post: CoinpaymentsAPI
hello . I am presenting a problem since when activating a Coinpayment library I am carrying out the process but it throws me error # 64 I am using it with the manual but it throws me the same error
... |
|
6,462 Views
8 Replies
|
01-11-2022, 07:36 PM Z4K7 |
|
|
|
Thread: redirect a user from a main controller
Post: redirect a user from a main controller
I am created a login project
I am presenting a difficulty since at the time of the user entering the login, it is not redirecting to the web that I want but it remains in the login validator
the fil... |
|
2,680 Views
2 Replies
|
07-13-2021, 03:08 PM Z4K7 |
|