Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Send mail from CI4, same configuration as CI3 doesn't work
Post: RE: Send mail from CI4, same configuration as CI3 ...

if you have a google email account you can try using that . eg smtp.gmail.com The "username" will be your google email address, and you can use 2 step security function to generate a pas...
73 Views
7 Replies
Yesterday, 11:49 AM
captain-sensible
    Thread: deprecated Creation of dynamic property
Post: RE: deprecated Creation of dynamic property

yeah i'm on 8.2.4 I got dynamic property App\Controllers\Pages::$myDate is deprecated I messed around in my BaseController.php i put Code: -- namespace App\Controllers; use \AllowDynami...
108 Views
3 Replies
03-21-2023, 05:22 AM
captain-sensible
    Thread: WARNING - All New Users Please READ!
Post: RE: WARNING - All New Users Please READ!

yes Linux has for instance "geany" a powerful text editor using the GTK2/GTK3 toolkit with basic features of an integrated development environment.
160 Views
1 Replies
03-18-2023, 12:41 PM
captain-sensible
    Thread: Csrf not working sometimes
Post: RE: Csrf not working sometimes

no idea but in a form this works for me : Code: -- -- then the controller that accepts the data from the form , check with: Code: -- $lucky= $this->request->getVar(csrf_tok...
163 Views
4 Replies
03-17-2023, 02:45 AM
captain-sensible
    Thread: Codeigniter in BitNami Wamp stack
Post: RE: Codeigniter in BitNami Wamp stack

to me there are perhaps 3 issues 1) your using Windows rather than gnu/Linux (that one was a joke )! 2) ) Knowing where to put html files in wamp so that you can view development html and php f...
129 Views
1 Replies
03-16-2023, 01:25 PM
captain-sensible
    Thread: CodeIgniter 4 form redirection tutorial?
Post: RE: CodeIgniter 4 form redirection tutorial?

Not 100% sure what you mean but i'm guessing have a page display a form, and on submit it takes the values and then the user is directed to another page ? I do everything by routes. So in in app/...
110 Views
1 Replies
03-16-2023, 01:12 PM
captain-sensible
    Thread: Blob Data in Oracle
Post: RE: Blob Data in Oracle

there is another approach , whic h is the way i do it. All you need in a databse to reference an image is to store its name and being to produce the path to where it is. So i just upload images ...
128 Views
1 Replies
03-14-2023, 02:21 AM
captain-sensible
    Thread: CodeIgniter project issue on Ubuntu?
Post: RE: CodeIgniter project issue on Ubuntu?

Moving from Windows to a Linux dsitro introduces a mix of issues. I touched on a few here: https://docs.slackware.com/howtos:misc:approach_to_web_development_on_slackware I'm now on Arch Linux (by...
188 Views
2 Replies
03-11-2023, 06:32 AM
captain-sensible
    Thread: using grocery crud?
Post: RE: using grocery crud?

it would be interesting to know what other people thoughts are but even Ci4 is moving on ; and with CI4 i've seen comments like "upgrade from to CI4.x.xxx because CI4y.y.y has vulnerabilities" ....
222 Views
4 Replies
03-11-2023, 05:43 AM
captain-sensible
    Thread: I'm having trouble following the MVC standard.
Post: RE: I'm having trouble following the MVC standard.

i do mostly everthing from routes .So suppose on dev localhost , I have a view displaying : http://127.0.0.7/blogArticle/Southhall-Church-Park via Code: -- Southhall-Church-Park -- ...
231 Views
2 Replies
03-09-2023, 02:26 PM
captain-sensible
    Thread: Access Denied (security.limit_extensions)
Post: RE: Access Denied (security.limit_extensions)

php-fpm setup somewhere ? https://www.php.net/manual/en/install.fpm.configuration.php#security-limit-extensions
209 Views
1 Replies
03-09-2023, 02:12 PM
captain-sensible
    Thread: How to Fix Fpdf Class Not Found?
Post: RE: How to Fix Fpdf Class Not Found?

rrr well the way i would approach it is to use a controller , that extends the base controller . lets called it Play.php . Play.php will go inside app/Controllers inside play class Code: --...
95 Views
1 Replies
03-06-2023, 08:08 AM
captain-sensible
    Thread: What are CodeIgniter's Time Methods?
Post: RE: What are CodeIgniter's Time Methods?

Can you give me some examples i hear you say, yes the force is strong in me this morning ! i can give you some rather poor examples of my coding that are near to set get for instance" Code: -...
84 Views
3 Replies
03-06-2023, 02:37 AM
captain-sensible
    Thread: How to simplify Codeigniter repos?
Post: RE: How to simplify Codeigniter repos?

well you can do dev on local , and after changes upload to server. On your clients gitlab since the code is updated they will not necessarily need the composer.json , since you wouldn't upload...
145 Views
2 Replies
03-04-2023, 04:56 AM
captain-sensible
    Thread: How to use Froala Editor?
Post: RE: How to use Froala Editor?

A succinct Tutorial 1) go to https://packagist.org/packages/froala/wysiwyg-editor use composer to install i.e from a terminal cd to web root . Then run command from a command prompt suc has : ...
119 Views
1 Replies
03-04-2023, 04:47 AM
captain-sensible
    Thread: Codeigniter helper not working
Post: RE: Codeigniter helper not working

95 Views
1 Replies
03-01-2023, 04:40 AM
captain-sensible
    Thread: What's the best redirect approach?
Post: RE: What's the best redirect approach?

in a function i use it this way Code: -- logic etc if { return redirect()->to('http://www.google.com'); //brush off after 5 attempts to login somewhere else } else { return redirect()->rou...
115 Views
1 Replies
02-28-2023, 02:04 AM
captain-sensible
    Thread: Coding Sucks Anyway — Matt Welsh on the End of Programming
Post: RE: Coding Sucks Anyway — Matt Welsh on the End of...

well someone is going to have to update the robots; i would suspect programmers will be needed for quite some time to come. For instance can anyone name me one computer language that a robot create...
571 Views
3 Replies
02-25-2023, 05:11 AM
captain-sensible
    Thread: Composer vendor folder instead system
Post: RE: Composer vendor folder instead system

for me , i think the lesson i learned is to start from the very beginning to use composer to install Ci4 , then everything else remains ship shape and tidy , when you install further stuff.
91 Views
2 Replies
02-25-2023, 05:09 AM
captain-sensible
    Thread: Coding Sucks Anyway — Matt Welsh on the End of Programming
Post: RE: Coding Sucks Anyway — Matt Welsh on the End of...

thats OK i remember Raymond Baxter saying , i think it was on "tomorrow's world" that no one one would have to work because the robots would do it all ,in the near future. What wasn't factored in w...
571 Views
3 Replies
02-23-2023, 11:44 AM
captain-sensible

Theme © iAndrew 2016 - Forum software by © MyBB