You don’t have to change any controller sintax to use this system you just need to edit your sytem/config/view.php and change PHPBURN_VIEW_METHOD to phptal
Documentation
- ORM
- get()
- find()
- where()
- join()
- begin()
- commit()
- getMap()
- getDialect()
- select()
- delete()
- getRelationship()
- groupBy()
- joinInner()
- joinLeft()
- joinOutter()
- joinRight()
- like()
- limit()
- mwhere()
- order()
- save()
- toArray()
- toJSON()
- validateFields()
- rollback()
- Relationships
- _moveTo()
- _moveFirst()
- _moveLast()
- _moveNext()
- _movePrev()
- toStdClass()
- transformArray()
- transformJSON()
- transformStdClass()
- arrayToObject()
- Controller
- View
Recent Posts
GitHUB Stream
- Removing some phpstandards messages
- Better ->toStdClass() now uses recursivity as well
- A small implementation of Controllers routes so you can define better dynamic methods using __call() PHP magic function
- Preparing to integrate with composer
- Preparing to integrate with composer
- Minor fix PhpBURN intelisense so now even a empty raw model can be updated by just adding the PK(s) value(s) to it: ->id = 1; ->name = 'New Name'; ->save(); It will update the name based on id 1 as pk ( once id is defined as a PK of course )
- Added ->getMap()->removeField() to dynamicaly remove a field from a running instance
- Fixing some Strict Standards Warnings
- Fixing some Strict Standards Warnings
- Added support to customized groupBy, orderBy and more
