Search Criteria
Package Details: codeigniter 3.1.11-1
Git Clone URL: | https://aur.archlinux.org/codeigniter.git (read-only, click to copy) |
---|---|
Package Base: | codeigniter |
Description: | An object-oriented web-application framework for PHP projects |
Upstream URL: | http://www.codeigniter.com |
Keywords: | codeigniter framework oop php web |
Licenses: | |
Submitter: | None |
Maintainer: | None |
Last Packager: | TheGoliath |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2011-09-06 14:35 |
Last Updated: | 2020-02-10 18:28 |
Latest Comments
1 2 Next › Last »
choopm commented on 2017-04-19 14:30
@adalardo, replied via e-mail
adalardo commented on 2017-04-19 13:53
Hi choopm,
I am trying to decide which php framework I am going to use and I saw your ms saying that you switched to CakePHP. I have no experience with any framework and decide to try CI. Could you tell me why you switched? Thanks.
choopm commented on 2016-03-10 21:19
Disowning package as I don't use CI anymore, switched to CakePHP..
choopm commented on 2015-04-04 18:17
Updated to 3.0.0
choopm commented on 2014-09-21 17:13
thanks uzsolt,
adopted + updated to 2.2.0
Anonymous comment on 2014-09-21 17:12
Disowned package.
Anonymous comment on 2014-07-01 10:32
I don't use Arch anymore so I can't maintain this package. Who wants to adopt? As I see @gadelat has been flagged. Gadelat, you?
Anonymous comment on 2013-10-22 15:08
Thanks, updated.
acfrai commented on 2013-10-22 13:21
Hi, I got md5sum check failed, it seems that for the version 2.1.4 the md5sum is e74a296c1d412a855c025b9cd468a513. Thank you for the PKGBUILD.
MichaelChou commented on 2013-08-02 07:12
@uzsolt Thank you.
I found a bug in this new script:
# codeigniter-create-project test test/app
realpath: ‘test/app’: No such file or directory
The man page of realpath says: all but the last component must exist.
So I guess creating WEBDIR and APPDIR before turning them into resolved absolute paths can fix this bug