Welcome Guest, Not a member yet? Register   Sign In
New PHP Framework
#19

[eluser]Sbioko[/eluser]
I'll try to be constructive.
Q: Why don't you just build on CI?
A: Because it is not great for me in core. Because of PHP4 support, CI does not have Autoloading, Magic Methods and all those great PHP5 features. To implement support of UTF8, you need to replace all the functions to their mb_* equivalent if you are not able to just turn mbstring.func_overload on. CI's database library allows writing only SQL drivers. You can't write MongoDB or CouchDB native driver. As library - yes, as driver - no. What's the benefit of creating native driver instead of library? Easy switching. For example, my site is now on MySQL, and I want to switch to MongoDB. If I don't have MongoDB native driver to database class, I need to replace all my functions or method calls to that new library. I think you understand me.

Q: Have you ever heard "..."?
A: Yes, I heard about this 1 million times. But if everybody followed this, we didn't have all these great frameworks as Codeigniter, CakePHP, Yii, Kohana and others. Why only frameworks? We could not have current "developed world".

As I said to Phil, I'll release 0.1 version and see if people will like it. Or at least 0.1, 0.2 and 0.3. If they will not like it, I will stick to Fuel, Kohana or CI2.


Messages In This Thread
New PHP Framework - by El Forum - 10-25-2010, 04:18 AM
New PHP Framework - by El Forum - 10-25-2010, 04:21 AM
New PHP Framework - by El Forum - 10-25-2010, 04:53 AM
New PHP Framework - by El Forum - 10-25-2010, 05:00 AM
New PHP Framework - by El Forum - 10-25-2010, 05:01 AM
New PHP Framework - by El Forum - 10-25-2010, 05:04 AM
New PHP Framework - by El Forum - 10-25-2010, 05:06 AM
New PHP Framework - by El Forum - 10-25-2010, 07:57 AM
New PHP Framework - by El Forum - 10-25-2010, 10:27 AM
New PHP Framework - by El Forum - 10-25-2010, 10:59 PM
New PHP Framework - by El Forum - 10-25-2010, 11:17 PM
New PHP Framework - by El Forum - 10-26-2010, 01:25 AM
New PHP Framework - by El Forum - 10-26-2010, 03:03 AM
New PHP Framework - by El Forum - 10-26-2010, 10:28 AM
New PHP Framework - by El Forum - 10-26-2010, 11:26 AM
New PHP Framework - by El Forum - 10-26-2010, 12:18 PM
New PHP Framework - by El Forum - 10-26-2010, 01:27 PM
New PHP Framework - by El Forum - 10-26-2010, 04:35 PM
New PHP Framework - by El Forum - 10-27-2010, 02:35 AM
New PHP Framework - by El Forum - 11-05-2010, 02:13 PM
New PHP Framework - by El Forum - 11-05-2010, 02:32 PM
New PHP Framework - by El Forum - 11-05-2010, 03:18 PM
New PHP Framework - by El Forum - 11-05-2010, 03:47 PM
New PHP Framework - by El Forum - 11-06-2010, 01:53 PM
New PHP Framework - by El Forum - 11-06-2010, 01:57 PM
New PHP Framework - by El Forum - 11-06-2010, 02:29 PM
New PHP Framework - by El Forum - 11-06-2010, 05:44 PM
New PHP Framework - by El Forum - 11-06-2010, 06:45 PM
New PHP Framework - by El Forum - 11-07-2010, 10:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB