Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter 4.0.0-rc.2 released
#11

(09-28-2019, 05:33 AM)romzine Wrote: Thank you, great work!
May I try to use the rc2 for production?
And so Does this version contains some critical things that you are not recommend to use in production?
Thanks a lot!
If you want to, you can go with it. I have been trying CI4 in my big project since it's still in beta version. The most important thing is you have to update your CI4 system regularly.
Reply
#12

(10-01-2019, 03:28 AM)adnzaki Wrote:
(09-28-2019, 05:33 AM)romzine Wrote: Thank you, great work!
May I try to use the rc2 for production?
And so Does this version contains some critical things that you are not recommend to use in production?
Thanks a lot!
If you want to, you can go with it. I have been trying CI4 in my big project since it's still in beta version. The most important thing is you have to update your CI4 system regularly.

Thank you very much for the info!
Currently I'm on crossroads - I should begin with a new project this week and I'm not sure about the CI version to start with.
It's not clear about the CI 4 official release date. My project is planned for 2.5 month and I hope that the CI4 will be ready during this time.
Thank's for encouragement to use CI4.
Have a nice evening.
Reply
#13

(10-01-2019, 01:27 PM)romzine Wrote:
(10-01-2019, 03:28 AM)adnzaki Wrote:
(09-28-2019, 05:33 AM)romzine Wrote: Thank you, great work!
May I try to use the rc2 for production?
And so Does this version contains some critical things that you are not recommend to use in production?
Thanks a lot!
If you want to, you can go with it. I have been trying CI4 in my big project since it's still in beta version. The most important thing is you have to update your CI4 system regularly.

Thank you very much for the info!
Currently I'm on crossroads - I should begin with a new project this week and I'm not sure about the CI version to start with.
It's not clear about the CI 4 official release date. My project is planned for 2.5 month and I hope that the CI4 will be ready during this time.
Thank's for encouragement to use CI4.
Have a nice evening.

I have the same problem. Should I start with CI4? Or use CI3.
Reply
#14

Same here !!! It would be nice to have a position from our noble development team !!! Not trying to hush or anything... Just want a opinion from the CI JEDI MASTERS !

Btw, can´t thank you enough for all the work in CI4 ! Thanks ^ 3
Reply
#15

Master Yoda expects one last RC, mid-month, with **maybe** a launch for Halloween (a treat, not a trick).
That is the plan, our mileage may vary, read the fine print for side effects, etc etc.
No guarantees, but that is what we are working towards.
Reply
#16

(This post was last modified: 10-04-2019, 06:10 PM by John_Betong.)

@andoyoandoyo
>> I have the same problem. Should I start with CI4? Or use CI3.

@Poetawd
>> Same here !!! It would be nice to have a position from our noble development team !!! Not trying to hush or anything... Just want a opinion from the CI JEDI MASTERS !

I have been experimenting with CI4 simple sites for about two years and find that it is very stable. Most features have already been tried, tested and rock solid. It appears that if you are asking the question then you will not be affected by the remaining small bugs.

If you start writing your App now then CI4 should have ironed out the last remaining bugs before your App is ready for production.

Just remember to update to the latest version. This also applies to CI3 because software is never finished and the latest security bugs need fixing.

CI4 started about the same time as PHP 7.0 and is now an inadequate requirement!

I am far from a CI  JEDI MASTER just a humble programmer who appreciates an excellent product.
Reply
#17

(10-04-2019, 05:00 PM)ciadmin Wrote: Master Yoda expects one last RC, mid-month, with **maybe** a launch for Halloween (a treat, not a trick).
That is the plan, our mileage may vary, read the fine print for side effects, etc etc.
No guarantees, but that is what we are working towards.

Awesome !!!

Great news !

I hope that CI gets popular again... I am so tired of people asking me if I can do it with Laravel.... 

Big Grin

Thank you and - May the force be with you !
Reply
#18

I was using CI a looong time ago, when ExpressionEngine just passed from v1.7 to EE2 and was on some points "kinda good ol'days".

After a few time drifting away from PHP i'm finally back, mainly because of things like Slim or Flight, more than Laravel (the Bootstrap of PHP frameworks) and diving back into CI with memories popping up ^^

It feels good to see CI still around and even moving forward  Heart  Great job, thx, and keep up!
Reply
#19

(09-26-2019, 10:31 PM)jlp Wrote: CodeIgniter-4.0.0-rc.2  launches today

This is a pre-release of 4.0.0. It is not suitable for production! (but it is pretty darn close)

Highlights:
  • query builder testability simplified with new property, but dropped method parameters (breaking change)
  • database, migrations and sessions beefed up
  • numerous smaller bugs corrected
  • App changes: Config/Constants, Paths & some config settings have had changes

Check the changelog for details, and the installation writeup for further directions.

Looking to upgrade from CI3 to CI4?
Generated API docs accessible at https://codeigniter4.github.io/api/

This is our second release candidate! A number of things have been fixed, and it is looking pretty good Smile
There are still a few more things to fix, but we wanted to let you know about the database testig
There will probably be one more release candidate, once we fix the outstanding bugs, and then we should have the stable version launch!
We need to know what remains in the way of hiccups!

Thank you to the community for stepping up to help make this the best PHP framework!

Do NOT post support questions or feature requests in response to this thread - those will be deleted. Instead, use the appropriate CodeIgniter 4 subforum. We are trying to make the best of the limited resources that we have!

Thank you, and ENJOY!

Great Job!!
Reply
#20

(This post was last modified: 04-05-2024, 04:55 AM by samurat2000.)

Good news..

Quote:
Code:
-- phpMyAdmin SQL Dump
-- version 5.1.4
-- https://www.phpmyadmin.net/
--
-- Host: klienci.home.pl
-- Czas generowania: 09 Lut 2020, 16:21
-- Wersja serwera: 10.6.15-db-log
-- Wersja PHP: 8.0.30

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Baza danych: `zdrowo_katalog`
--

-- --------------------------------------------------------

--
-- Struktura tabeli dla tabeli `klienci`
--

CREATE TABLE `klienci` (
  `id` int(11) NOT NULL,
  `nazwa` varchar(255) NOT NULL DEFAULT '',
  `adres` varchar(255) NOT NULL DEFAULT '0',
  `telefon` int(16) NOT NULL DEFAULT 0,
  `email` varchar(255) NOT NULL,
  `NIP` bigint(32) DEFAULT NULL,
  `PESEL` bigint(32) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin2 COLLATE=latin2_general_ci;

--
-- Zrzut danych tabeli `klienci`
--

INSERT INTO `klienci` (`id`, `nazwa`, `adres`, `telefon`, `email`, `NIP`, `PESEL`) VALUES
(1, 'Tomasz Stroik', 'Orląt Lwowskich 2a, 53-605 Wrocław', 713724731, '[email protected]', 8991125007, 11071699130),
(2, 'Małgorzata Piekielniak ', 'Gubińska 6/15, 54-434 Wrocław', 713741521, '', 0, 60020204769),
(3, 'Zbigniew Matusiak', 'ul. Zemska 9/25, 54438 Wrocław', 604396390, '[email protected]', 0, 60020202231),
(4, 'Jakub Janas', 'ul Baczyńskiego 7, 58- 500 Jelenia Góra', 713221936, '[email protected]', 0, 83042704596),
(5, 'Przemysław Trzewiczek ', 'ul Babiego lata 13A/3A, 53-026 Wrocław', 601159066, '[email protected]', 0, 79101200197),
(6, 'Maciej Stefaniak', 'Ujejskiego 29/1, 51-141 Wrocław', 501408970, '[email protected]', 0, 77110307295),
(7, 'Radosław Krupka  ', 'Nowy Targ 20/7, 50-143 Wrocław', 602300984, '[email protected]', 0, 39072698309),
(8, 'Magda Walec', 'Inżynierska 66/27 Wrocław', 713632063, '[email protected]', 0, 74051413672),
(9, 'Władysław Kumas', 'Grabiszyńska 315/59 Wrocław', 713433123, '[email protected]', 0, 95070558032),
(10, 'Stefan Karp', 'Grabiszyńska 10/11 Wrocław', 713725918, '[email protected]', 0, 8942546996),
(11, 'Igor Łęcki', 'Bydgoska 12/4 Wrocław', 713433123, '[email protected]', 0, 73010206340),
(12, 'Bolesław Bach', 'Bolesławiecka 18/20 m.9 Wrocław', 690013769, '[email protected]', 0, 75062633853),
(13, 'Zenon Kowalski', 'Bolesławiecka 10/29 Wrocław', 608333301, '[email protected]', 3816470846, 88030946064),
(14, 'Jan Graf', 'Grabiszyńska 50, 53-504 Wrocław', 713430539, '[email protected]', 1235255217, 66071175784),
(15, 'Robert Podsiadlo', 'Młyńska 2, 55-020 Węgry', 713114620, '[email protected]', 8218224488, 66093077734),
(16, 'Robert Podsiadło', 'Drukarska 28/1, 53-312 Wrocław', 601572738, '[email protected]', 9141030798, 76031241295),
(17, 'Tęcza Edward', 'Buska 6/22, 53-326 Wrocław', 513489175, '', 5110899702, 14052004844),
(18, 'Dominika Majchrowska', 'Gajowicka 166/5a, 53-150 Wrocław', 574334579, '[email protected]', 1138999060, 50052706881),
(19, 'Damian Majchrowski', 'Gajowicka 166/5a, 53-150 Wrocław', 570656897, '', 7570478021, 91102705799),
(20, 'Marcin Spurtacz', 'Kwiatowa 20, 55-140 Żmigród', 663553975, '[email protected]', 1223643735, 17021191936),
(21, 'Tomek Komor', 'Różana 11a/10, 11-400 Wrocław', 888703196, '[email protected]', 3928443642, 18271119723),
(22, 'Marek Janowski', 'Kowale ul Wieluńska 59', 713277981, '[email protected]', 8389977444, 59102059171),
(23, 'Monika Wiwulska', 'Kuźnicza 48/3 Wrocław', 717926673, '[email protected]', 0, 96052301022),
(24, 'Stafania Kowal', 'Krzywoustego 325/217 Wrocław', 713457643, '[email protected]', 0, 31070478879),
(25, 'Tomasz Stroik', 'Wita Stwosza 3, 50-148 Wrocław', 605422363, '[email protected]', 0, 81040227864),
(26, 'Staefan Kim', 'Lelewela 1/9 Wrocław', 503995553, '', 0, 54052559999),
(27, 'Helena Zybbi', 'Mielecka 12/5 Wrocław', 713382208, '', 0, 45112758661),
(28, 'Roman Magielski', 'Nowy Targ 18/7 Wrocław', 713417646, '', 0, 48062067681),
(29, 'Heniek Wąs', 'Obornicka 4/21 Wrocław', 503923485, '[email protected]', 0, 61080255935),
(30, 'Izabela Wodecka', 'Powstańców Śl. 192/33 Wrocław', 713372482, '', 0, 74012640370),
(31, 'Róża Wiśniewska', 'Rodzinna 10/8 Wrocław', 717158508, '[email protected]', 0, 28091514387),
(32, 'Dariusz Tulewski', 'Rogowska 124/12 Wrocław', 71570804, '', 0, 18241782955),
(33, 'Adam Maj', 'Rutkiewicz 1/8 Wrocław', 503843510, '', 0, 72090128274),
(34, 'Kuba Benecki', 'Szczęśliwa 23/1 Wrocław', 508085265, '', 0, 74063009829),
(35, 'Anna Besso', 'Szybowcowa 50/22 Wrocław', 501430875, '[email protected]', 0, 46041751587),
(36, 'Stanisław Zosiński', 'Sliczna 32/18 Wrocław', 713611771, '', 0, 66111204076),
(37, 'Benedykt Widelski', 'Wejherowska 23/28 Wrocław', 609432005, '', 0, 80082788665),
(38, 'Mirosław Milewski', 'Wietrzna 85, 53-024 Wrocław', 713398229, '', 0, 86031213174),
(39, 'Jadwiga Stys', 'Zielińskiego 34/33 Wrocław', 713384815, '', 0, 76091271467),
(40, 'Małgorzata Baranowska', 'Żelazna 78/45 Wrocław', 713381045, '', 0, 31013186023),
(41, 'Ewa Helena Głos', 'Krucza 12/14 Wrocław', 793137755, '', 0, 54030205548),
(42, 'Szymon Bobatów', 'ul. Wrocławska 5,  55-010 Żerniki Wrocławskie', 501484447, '[email protected]', 8942546996, 84111378089),
(43, 'Simon Bosz', 'ul. Wrocławska 119 a, 55-010 Radwanice', 501687087, '[email protected]', 8951435061, 36102603470),
(44, 'Paweł Biełous', 'ul. Świdnicka 5/12, 50-064 Wrocław', 603602690, '[email protected]', 8971709188, 70021401096),
(45, 'Artur Choynacki-Piotrowski', 'ul. Słonimskiego 14/7d 50-304 Wrocaw', 790389315, '[email protected]', 0, 90051076033),
(46, 'Piotr Wierzbicki', 'Siemianowicka 5/44 Wrocław', 792670706, '[email protected]', 0, 74062118553),
(47, 'Wierzbicka', 'Siemianowicka 5/44 Wrocław', 603223460, '', 0, 60072329685),
(48, 'Katarzyna Talkowska-Szewczyk', 'Jana Matejki 1 B/ 7, 50-333 WROCŁAW', 696013546, '[email protected]', 8982162871, 53010210554),
(49, 'Susana Milla San Juan', 'Dembowskiego 40, Wrocław', 603602690, '[email protected]', 0, 29040688177),
(50, 'Maja Lipnicka', 'Rynek 52 m 1 Wrocław', 601182836, '[email protected]', 0, 79032103106),
(51, 'Jacek Kowalski', 'ul. Karmelicka 100, 34-100 Wadowice', 501430875, '[email protected]', 5512563246, 22301386032),
(52, 'Tomasz Mul', 'Inżynierska 12/3, Wrocław', 533611199, '', 0, 88010153233),
(53, 'Radosław Karolczak', 'Piastów 12, Wrocław', 724510814, '', 0, 93013001131),
(54, 'Marek Buba ', 'ul. Komuny Paryskiej 24-26/12, 50-451 Wrocław', 502175735, '', 0, 33082596170),
(55, 'Dorota Nizińska ', 'ul Szybowcowa 16/39, 54-130 Wrocław', 505303840, '[email protected]', 0, 76090138343),
(56, 'Magdalena de Burlet ', 'Rynek 52 m 14  Wrocław', 713550001, '[email protected]', 0, 20042518624),
(57, 'Chuchla Marek ', 'Rynek 52 m 12 Wrocław', 713556955, '[email protected]', 0, 83010180715),
(58, 'MAŁGORZATA MARIA PIEKIELNIAK', 'Rynek 52/6, 50-333 Wrocław', 600238155, '[email protected]', 0, 60020204769),
(59, 'GRZEGORZ ADAM BORYSŁAWSKI', 'Rynek 52/8, Wrocław', 512621744, '[email protected]', 0, 73100808919),
(60, 'JONATHAN STEFANOU', 'Rynek 52/1, Wrocław', 0, '', 0, 84030226474),
(61, 'KRYSTYNA STEFANIAK', 'RYNEK 52 /2, Wrocław', 0, '', 0, 53021811045),
(62, 'JAKUB KONRAD JANAS', 'Rynek 52/3, Wrocław', 0, '', 0, 83042704596),
(63, 'WIOLETTA BUCZKOWSKA PAKOS', 'Rynek 52/7, Wrocław', 0, '', 0, 76042409882),
(64, 'Adam Janowski', 'Inżynierska 12/3 Wrocław', 533611199, '', 0, 95030238482);

--
-- Indeksy dla zrzutów tabel
--

--
-- Indeksy dla tabeli `klienci`
--
ALTER TABLE `klienci`
  ADD PRIMARY KEY (`id`),
  ADD KEY `nazwa` (`nazwa`);

--
-- AUTO_INCREMENT dla zrzuconych tabel
--

--
-- AUTO_INCREMENT dla tabeli `klienci`
--
ALTER TABLE `klienci`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=103;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Reply




Theme © iAndrew 2016 - Forum software by © MyBB