C
C
Cord2013-04-07 02:48:10
PHP
Cord, 2013-04-07 02:48:10

Is there a mini-framework for these requirements?

Is there a mini-framework for these requirements?

Required
- a minimum of code, simple, cheap and cheerful
- (!!!) runs from any folder in the document root
- at the same time it will take off under PHP 5.2, that is, there are no namespaces and other novelties (many providers are slow)
- mvc, or at least to separate logic from templates
- a simple add-on over the database, not necessarily an orm. Abstraction over pdo, for example, so that you can run both under muscle and under postgres
- license for use in any products

Desirable
- has a good OOP, no brakes
- autoload, of course
- customizable routes for actions

My favorite Symphonies do not fit the first requirements and Yii.

So I do not want to write a bicycle. Maybe there is such a miracle?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
Z
Zoldberg Zoldberg, 2013-04-07
@shus

CodeIgniter ? Cheap and cheerful

D
Dunadan, 2013-04-07
@Dunadan

Have you watched Kohana ? It does not fit the definition of "micro", but it lives quite successfully under 5.2.

O
OnYourLips, 2013-04-07
@OnYourLips

Yii fits all the initial requirements except for minimalism.

I
iStyx, 2013-04-07
@iStyx

lemonade , true, no orm

N
Nikita Gusakov, 2013-04-07
@hell0w0rd

ORM - github.com/propelorm/Propel

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question