Oznámení
Omlouváme se, provoz fóra byl ukončen
Feature Requests: pridanie anotácie pre DibiFluent pre radostné používanie IDE ;-)
Upozornění: Tohle vlákno je hodně staré.
před 9 lety
- gawan
- Člen | 112
Zdravím,
bolo by možné pridať takúto anotáciu pre fluent funkcie?
<?php
/**
* dibi SQL builder via fluent interfaces. EXPERIMENTAL!
*
* @method DibiFluent select
* @method DibiFluent distinct
* @method DibiFluent from
* @method DibiFluent where
* @method DibiFluent groupBy
* @method DibiFluent having
* @method DibiFluent orderBy
* @method DibiFluent limit
* @method DibiFluent offset
* @method DibiFluent update
* @method DibiFluent set
* @method DibiFluent insert
* @method DibiFluent values
* @method DibiFluent delete
* @method DibiFluent using
*
* @author David Grudl
* @copyright Copyright (c) 2005, 2009 David Grudl
* @package dibi
*/
class DibiFluent extends DibiObject implements IDataSource
{
...
?>
potom IDE (napr. netbeans ale možno aj iné) pekné napovedá pri budovaní sql cez DibiFluent.
btw. chýba mi v dibi fóre fórum Feature Requests…
před 9 lety
- Honza Marek
- Člen | 1674
To by bylo super. Akorát ti v tom výčtu ještě chybí joiny.
před 9 lety
- rokerkony
- Člen | 123
+1 to mi hodně chybí :-)