Odkazy: dibi | API reference

Forum: [česky] [english]

dibi fórum

tiny ‘n’ smart
database layer

Nejste přihlášen(a)

#1 před rokem

gawan
Člen
Registrovaný: 5. 5. 2006
Příspěvky: 107

Feature Requests: pridanie anotácie pre DibiFluent pre radostné používanie IDE ;-)

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…

 

#2 před rokem

Honza Marek
Moderator
Registrovaný: 31. 3. 2007
Příspěvky: 1577

Re: Feature Requests: pridanie anotácie pre DibiFluent pre radostné používanie IDE ;-)

To by bylo super. Akorát ti v tom výčtu ještě chybí joiny.

 

#3 před rokem

rokerkony
Člen
Registrovaný: 29. 7. 2008
Příspěvky: 137

Re: Feature Requests: pridanie anotácie pre DibiFluent pre radostné používanie IDE ;-)

+1 to mi hodně chybí :-)

 

Zápatí